Searched refs:UCNV_EXT_MAX_BYTES (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/tools/toolutil/
H A Ducm.h134 uint8_t bytes[UCNV_EXT_MAX_BYTES]);
141 uint8_t bytes[UCNV_EXT_MAX_BYTES]);
249 ucm_parseBytes(uint8_t bytes[UCNV_EXT_MAX_BYTES], const char *line, const char **ps);
254 uint8_t bytes[UCNV_EXT_MAX_BYTES],
261 uint8_t bytes[UCNV_EXT_MAX_BYTES]);
H A Ducm.c743 ucm_parseBytes(uint8_t bytes[UCNV_EXT_MAX_BYTES], const char *line, const char **ps) {
766 if(bLen==UCNV_EXT_MAX_BYTES) {
782 uint8_t bytes[UCNV_EXT_MAX_BYTES],
915 uint8_t bytes[UCNV_EXT_MAX_BYTES]) {
1043 uint8_t bytes[UCNV_EXT_MAX_BYTES]) {
1090 uint8_t bytes[UCNV_EXT_MAX_BYTES]) {
1129 uint8_t bytes[UCNV_EXT_MAX_BYTES];
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Ducnv_ext.h82 * UCNV_EXT_MAX_UCHARS and UCNV_EXT_MAX_BYTES, respectively,
463 #define UCNV_EXT_MAX_BYTES 0x1f macro
472 #define UCNV_EXT_FROM_U_GET_LENGTH(value) (int32_t)(((value)>>UCNV_EXT_FROM_U_LENGTH_SHIFT)&UCNV_EXT_MAX_BYTES)
H A Ducnv_bld.h228 char preToU[UCNV_EXT_MAX_BYTES];
H A Ducnv_ext.cpp185 if(flush || (length=(i+j))>UCNV_EXT_MAX_BYTES) {
188 * or: partial match must not be longer than UCNV_EXT_MAX_BYTES
674 uint8_t buffer[1+UCNV_EXT_MAX_BYTES];
H A Ducnv.c1282 char replay[UCNV_EXT_MAX_BYTES];
/macosx-10.9.5/ICU-511.35/icuSources/tools/makeconv/
H A Dmakeconv.c467 uint8_t bytes[UCNV_EXT_MAX_BYTES];
481 uint8_t bytes[UCNV_EXT_MAX_BYTES];

Completed in 251 milliseconds