Home
last modified time | relevance | path

Searched refs:countTrailBytes (Results 1 – 7 of 7) sorted by relevance

/external/chromium/base/third_party/icu/
Dicu_utf.h117 #define CBU8_MASK_LEAD_BYTE(leadByte, countTrailBytes) ((leadByte)&=(1<<(6-(countTrailBytes)))-1) argument
/external/webkit/Source/WebKit/mac/icu/unicode/
Dutf8.h69 #define U8_MASK_LEAD_BYTE(leadByte, countTrailBytes) ((leadByte)&=(1<<(6-(countTrailBytes)))-1) argument
/external/webkit/Source/WebCore/icu/unicode/
Dutf8.h69 #define U8_MASK_LEAD_BYTE(leadByte, countTrailBytes) ((leadByte)&=(1<<(6-(countTrailBytes)))-1) argument
/external/webkit/Source/JavaScriptGlue/icu/unicode/
Dutf8.h69 #define U8_MASK_LEAD_BYTE(leadByte, countTrailBytes) ((leadByte)&=(1<<(6-(countTrailBytes)))-1) argument
/external/webkit/Source/JavaScriptCore/icu/unicode/
Dutf8.h69 #define U8_MASK_LEAD_BYTE(leadByte, countTrailBytes) ((leadByte)&=(1<<(6-(countTrailBytes)))-1) argument
/external/icu4c/common/unicode/
Dutf8.h80 #define U8_MASK_LEAD_BYTE(leadByte, countTrailBytes) ((leadByte)&=(1<<(6-(countTrailBytes)))-1) argument
Dutf_old.h282 #define UTF8_MASK_LEAD_BYTE(leadByte, countTrailBytes) ((leadByte)&=(1<<(6-(countTrailBytes)))-1) argument