Searched defs:UCNV_EXT_MAX_BYTES (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/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)
/external/icu/icu4c/source/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)

Completed in 121 milliseconds