OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UCNV_MAX_SUBCHAR_LEN
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/common/
ucnv_bld.h
36
#define
UCNV_MAX_SUBCHAR_LEN
4
79
uint8_t subChar[
UCNV_MAX_SUBCHAR_LEN
]; /* +72: 4 [note: 4 and 8 byte boundary] */
218
UChar subUChars[
UCNV_MAX_SUBCHAR_LEN
/U_SIZEOF_UCHAR]; /* see subChars documentation */
ucnv_u16.c
[
all
...]
ucnv.c
530
if (length8 >
UCNV_MAX_SUBCHAR_LEN
) {
[
all
...]
Completed in 33 milliseconds