]>
git.saurik.com Git - apple/icu.git/blob - icuSources/common/unicode/umisc.h
1 // © 2016 and later: Unicode, Inc. and others.
2 // License & terms of use: http://www.unicode.org/copyright.html
4 **********************************************************************
5 * Copyright (C) 1999-2006, International Business Machines
6 * Corporation and others. All Rights Reserved.
7 **********************************************************************
10 * tab size: 8 (not used)
13 * created on: 1999oct15
14 * created by: Markus W. Scherer
20 #include "unicode/utypes.h"
24 * \brief C API:misc definitions
26 * This file contains miscellaneous definitions for the C APIs.
31 /** A struct representing a range of text containing a specific field
34 typedef struct UFieldPosition
{
41 * The start of the text range containing field
46 * The limit of the text range containing field
52 #if !UCONFIG_NO_SERVICE
54 * Opaque type returned by registerInstance, registerFactory and unregister for service registration.
57 typedef const void* URegistryKey
;