Searched refs:UCNV_MAX_SUBCHAR_LEN (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Ducnv_bld.h36 #define UCNV_MAX_SUBCHAR_LEN 4 macro
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 */
H A Ducnv_u16.c1297 uprv_memcpy(cnv->subChars, _UTF16v2Data.staticData->subChar, UCNV_MAX_SUBCHAR_LEN);
H A Ducnv.c538 if (length8 > UCNV_MAX_SUBCHAR_LEN) {
/external/icu/icu4c/source/common/
H A Ducnv_bld.h36 #define UCNV_MAX_SUBCHAR_LEN 4 macro
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 */
H A Ducnv_u16.c1297 uprv_memcpy(cnv->subChars, _UTF16v2Data.staticData->subChar, UCNV_MAX_SUBCHAR_LEN);
H A Ducnv.c538 if (length8 > UCNV_MAX_SUBCHAR_LEN) {

Completed in 2851 milliseconds