00001 /* 00002 ********************************************************************** 00003 * Copyright (C) 1999, 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 00020 /* This file contains miscellaneous definitions for the C APIs. */ 00021 00025 struct UFieldPosition { 00027 int32_t field; 00029 int32_t beginIndex; 00031 int32_t endIndex; 00032 }; 00033 typedef struct UFieldPosition UFieldPosition; 00034 00035 #endif