OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UTrie2
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/common/
utrie2.h
8
* file name:
utrie2
.h
37
* This is the second common version of a Unicode trie (hence the name
UTrie2
).
60
struct
UTrie2
;
61
typedef struct
UTrie2
UTrie2
;
63
/* Public
UTrie2
API functions: read-only access ---------------------------- */
66
* Selectors for the width of a
UTrie2
data value.
69
/** 16 bits per
UTrie2
data value. */
71
/** 32 bits per
UTrie2
data value. */
73
/** Number of selectors for the width of
UTrie2
data values. *
[
all
...]
/external/icu4c/common/
utrie2.h
8
* file name:
utrie2
.h
38
* This is the second common version of a Unicode trie (hence the name
UTrie2
).
61
struct
UTrie2
;
62
typedef struct
UTrie2
UTrie2
;
64
/* Public
UTrie2
API functions: read-only access ---------------------------- */
67
* Selectors for the width of a
UTrie2
data value.
70
/** 16 bits per
UTrie2
data value. */
72
/** 32 bits per
UTrie2
data value. */
74
/** Number of selectors for the width of
UTrie2
data values. *
[
all
...]
Completed in 242 milliseconds