Searched defs:UCNV_MAX_SUBCHAR_LEN (Results 1 - 2 of 2) 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 */
/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 */

Completed in 187 milliseconds