HomeSort by relevance Sort by last modified time
    Searched refs:UCNV_MAX_SUBCHAR_LEN (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4c/source/common/
ucnv_bld.h 38 #define UCNV_MAX_SUBCHAR_LEN 4
81 uint8_t subChar[UCNV_MAX_SUBCHAR_LEN]; /* +72: 4 [note: 4 and 8 byte boundary] */
225 UChar subUChars[UCNV_MAX_SUBCHAR_LEN/U_SIZEOF_UCHAR]; /* see subChars documentation */
ucnv_u16.cpp     [all...]
ucnv.cpp 530 if (length8 > UCNV_MAX_SUBCHAR_LEN) {
    [all...]

Completed in 108 milliseconds