ICU 73.2  73.2
umisc.h
Go to the documentation of this file.
00001 // © 2016 and later: Unicode, Inc. and others.
00002 // License & terms of use: http://www.unicode.org/copyright.html
00003 /*
00004 **********************************************************************
00005 *   Copyright (C) 1999-2006, International Business Machines
00006 *   Corporation and others.  All Rights Reserved.
00007 **********************************************************************
00008 *   file name:  umisc.h
00009 *   encoding:   UTF-8
00010 *   tab size:   8 (not used)
00011 *   indentation:4
00012 *
00013 *   created on: 1999oct15
00014 *   created by: Markus W. Scherer
00015 */
00016 
00017 #ifndef UMISC_H
00018 #define UMISC_H
00019 
00020 #include "unicode/utypes.h"
00021 
00029 U_CDECL_BEGIN
00030 
00034 typedef struct UFieldPosition {
00039   int32_t field;
00044   int32_t beginIndex;
00049   int32_t endIndex;
00050 } UFieldPosition;
00051 
00052 #if !UCONFIG_NO_SERVICE
00053 
00057 typedef const void* URegistryKey;
00058 #endif
00059 
00060 U_CDECL_END
00061 
00062 #endif