]>
git.saurik.com Git - apple/icu.git/blob - icuSources/common/unicode/umisc.h
2 **********************************************************************
3 * Copyright (C) 1999-2003, International Business Machines
4 * Corporation and others. All Rights Reserved.
5 **********************************************************************
8 * tab size: 8 (not used)
11 * created on: 1999oct15
12 * created by: Markus W. Scherer
18 #include "unicode/utypes.h"
22 * \brief C API:misc definitions
24 * This file contains miscellaneous definitions for the C APIs.
27 /** A struct representing a range of text containing a specific field
30 typedef struct UFieldPosition
{
37 * The start of the text range containing field
42 * The limit of the text range containing field