Searched refs:CBU8_MASK_LEAD_BYTE (Results 1 - 4 of 4) sorted by relevance

/external/chromium/base/third_party/icu/
H A Dicu_utf.cc143 CBU8_MASK_LEAD_BYTE((c), count);
H A Dicu_utf.h117 #define CBU8_MASK_LEAD_BYTE(leadByte, countTrailBytes) ((leadByte)&=(1<<(6-(countTrailBytes)))-1) macro
/external/chromium_org/base/third_party/icu/
H A Dicu_utf.cc143 CBU8_MASK_LEAD_BYTE((c), count);
H A Dicu_utf.h117 #define CBU8_MASK_LEAD_BYTE(leadByte, countTrailBytes) ((leadByte)&=(1<<(6-(countTrailBytes)))-1) macro

Completed in 128 milliseconds