OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:subUChars
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/common/
ucnv_bld.h
165
* If the pointer is !=
subUChars
then it is allocated with
167
* The
subUChars
field is declared as UChar[] not uint8_t[] to
217
UChar
subUChars
[UCNV_MAX_SUBCHAR_LEN/U_SIZEOF_UCHAR]; /* see subChars documentation */
/external/icu4c/common/
ucnv_bld.h
166
* If the pointer is !=
subUChars
then it is allocated with
168
* The
subUChars
field is declared as UChar[] not uint8_t[] to
218
UChar
subUChars
[UCNV_MAX_SUBCHAR_LEN/U_SIZEOF_UCHAR]; /* see subChars documentation */
Completed in 264 milliseconds