webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
umisc.h
Go to the documentation of this file.
1 /*
2 **********************************************************************
3 * Copyright (C) 1999-2006, International Business Machines
4 * Corporation and others. All Rights Reserved.
5 **********************************************************************
6 * file name: umisc.h
7 * encoding: US-ASCII
8 * tab size: 8 (not used)
9 * indentation:4
10 *
11 * created on: 1999oct15
12 * created by: Markus W. Scherer
13 */
14 
15 #ifndef UMISC_H
16 #define UMISC_H
17 
18 #include "unicode/utypes.h"
19 
28 
32 typedef struct UFieldPosition {
49 
50 #if !UCONFIG_NO_SERVICE
51 
55 typedef const void* URegistryKey;
56 #endif
57 
59 
60 #endif
signed int int32_t
Definition: ptypes.h:101
int32_t field
Definition: umisc.h:37
U_CDECL_BEGIN struct UFieldPosition UFieldPosition
Definition: umisc.h:32
int32_t endIndex
Definition: umisc.h:47
#define U_CDECL_END
Definition: umachine.h:83
const void * URegistryKey
Definition: umisc.h:55
int32_t beginIndex
Definition: umisc.h:42
#define U_CDECL_BEGIN
Definition: umachine.h:82