Searched refs:UCNV_MAX_SUBCHAR_LEN (Results 1 – 2 of 2) sorted by relevance
35 #define UCNV_MAX_SUBCHAR_LEN 4 macro77 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 */
526 if (length8 > UCNV_MAX_SUBCHAR_LEN) { in ucnv_setSubstString()