Main Page | Class Hierarchy | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

umisc.h

Go to the documentation of this file.
00001 /* 00002 ********************************************************************** 00003 * Copyright (C) 1999-2001, International Business Machines 00004 * Corporation and others. All Rights Reserved. 00005 ********************************************************************** 00006 * file name: umisc.h 00007 * encoding: US-ASCII 00008 * tab size: 8 (not used) 00009 * indentation:4 00010 * 00011 * created on: 1999oct15 00012 * created by: Markus W. Scherer 00013 */ 00014 00015 #ifndef UMISC_H 00016 #define UMISC_H 00017 00018 #include "unicode/utypes.h" 00019 00030 struct UFieldPosition { 00032 int32_t field; 00034 int32_t beginIndex; 00036 int32_t endIndex; 00037 }; 00038 typedef struct UFieldPosition UFieldPosition; 00039 00040 #endif

Generated on Wed Jul 28 05:45:13 2004 for ICU 2.1 by doxygen 1.3.7