Home
last modified time | relevance | path

Searched refs:UCNV_MAX_SUBCHAR_LEN (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/common/
Ducnv_bld.h35 #define UCNV_MAX_SUBCHAR_LEN 4 macro
77 uint8_t subChar[UCNV_MAX_SUBCHAR_LEN]; /* +72: 4 [note: 4 and 8 byte boundary] */
216 UChar subUChars[UCNV_MAX_SUBCHAR_LEN/U_SIZEOF_UCHAR]; /* see subChars documentation */
Ducnv.c526 if (length8 > UCNV_MAX_SUBCHAR_LEN) { in ucnv_setSubstString()