umisc.h

Go to the documentation of this file.
00001 /*
00002 **********************************************************************
00003 *   Copyright (C) 1999-2006, 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 
00027 U_CDECL_BEGIN
00028 
00032 typedef struct UFieldPosition {
00037   int32_t field;
00042   int32_t beginIndex;
00047   int32_t endIndex;
00048 } UFieldPosition;
00049 
00050 #if !UCONFIG_NO_SERVICE
00051 
00055 typedef const void* URegistryKey;
00056 #endif
00057 
00058 U_CDECL_END
00059 
00060 #endif

Generated on Mon Aug 13 07:17:24 2007 for ICU 3.6 by  doxygen 1.5.2