HomeSort by relevance Sort by last modified time
    Searched refs:CBU8_MASK_LEAD_BYTE (Results 1 - 4 of 4) sorted by null

  /external/libchrome/base/third_party/icu/
icu_utf.cc 142 CBU8_MASK_LEAD_BYTE((c), count);
icu_utf.h 117 #define CBU8_MASK_LEAD_BYTE(leadByte, countTrailBytes) ((leadByte)&=(1<<(6-(countTrailBytes)))-1)
  /external/libweave/third_party/chromium/base/third_party/icu/
icu_utf.cc 147 CBU8_MASK_LEAD_BYTE((c), count);
icu_utf.h 118 #define CBU8_MASK_LEAD_BYTE(leadByte, countTrailBytes) ((leadByte)&=(1<<(6-(countTrailBytes)))-1)

Completed in 82 milliseconds