Searched defs:leadByte (Results 1 – 11 of 11) sorted by relevance
/external/icu4c/common/unicode/ |
D | bytestrie.h | 208 int32_t leadByte=*pos++; in getValue() local 366 static inline const uint8_t *skipValue(const uint8_t *pos, int32_t leadByte) { in skipValue() 380 int32_t leadByte=*pos++; in skipValue() local
|
D | utf8.h | 71 #define U8_COUNT_TRAIL_BYTES(leadByte) (utf8_countTrailBytes[(uint8_t)leadByte]) argument 80 #define U8_MASK_LEAD_BYTE(leadByte, countTrailBytes) ((leadByte)&=(1<<(6-(countTrailBytes)))-1) argument
|
D | utf_old.h | 276 #define UTF8_COUNT_TRAIL_BYTES(leadByte) (utf8_countTrailBytes[(uint8_t)leadByte]) argument 282 #define UTF8_MASK_LEAD_BYTE(leadByte, countTrailBytes) ((leadByte)&=(1<<(6-(countTrailBytes)))-1) argument
|
/external/chromium/base/third_party/icu/ |
D | icu_utf.h | 111 #define CBU8_COUNT_TRAIL_BYTES(leadByte) (base_icu::utf8_countTrailBytes[(uint8)leadByte]) argument 117 #define CBU8_MASK_LEAD_BYTE(leadByte, countTrailBytes) ((leadByte)&=(1<<(6-(countTrailBytes)))-1) argument
|
/external/webkit/Source/WebKit/mac/icu/unicode/ |
D | utf8.h | 63 #define U8_COUNT_TRAIL_BYTES(leadByte) (utf8_countTrailBytes[(uint8_t)leadByte]) argument 69 #define U8_MASK_LEAD_BYTE(leadByte, countTrailBytes) ((leadByte)&=(1<<(6-(countTrailBytes)))-1) argument
|
/external/webkit/Source/WebCore/icu/unicode/ |
D | utf8.h | 63 #define U8_COUNT_TRAIL_BYTES(leadByte) (utf8_countTrailBytes[(uint8_t)leadByte]) argument 69 #define U8_MASK_LEAD_BYTE(leadByte, countTrailBytes) ((leadByte)&=(1<<(6-(countTrailBytes)))-1) argument
|
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
D | utf8.h | 63 #define U8_COUNT_TRAIL_BYTES(leadByte) (utf8_countTrailBytes[(uint8_t)leadByte]) argument 69 #define U8_MASK_LEAD_BYTE(leadByte, countTrailBytes) ((leadByte)&=(1<<(6-(countTrailBytes)))-1) argument
|
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
D | utf8.h | 63 #define U8_COUNT_TRAIL_BYTES(leadByte) (utf8_countTrailBytes[(uint8_t)leadByte]) argument 69 #define U8_MASK_LEAD_BYTE(leadByte, countTrailBytes) ((leadByte)&=(1<<(6-(countTrailBytes)))-1) argument
|
/external/icu4c/common/ |
D | bytestrie.cpp | 30 BytesTrie::readValue(const uint8_t *pos, int32_t leadByte) { in readValue()
|
D | ucnvhz.c | 252 uint32_t leadByte = args->converter->toUnicodeStatus & 0xff; in UConverter_toUnicode_HZ_OFFSETS_LOGIC() local
|
/external/icu4c/i18n/ |
D | ucol_res.cpp | 1132 ucol_getReorderCodesForLeadByte(const UCollator *uca, int leadByte, int16_t* returnReorderCodes, in… in ucol_getReorderCodesForLeadByte()
|