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

  /external/chromium/base/third_party/icu/
icu_utf.h 117 #define CBU8_MASK_LEAD_BYTE(leadByte, countTrailBytes) ((leadByte)&=(1<<(6-(countTrailBytes)))-1)
  /external/chromium_org/base/third_party/icu/
icu_utf.h 118 #define CBU8_MASK_LEAD_BYTE(leadByte, countTrailBytes) ((leadByte)&=(1<<(6-(countTrailBytes)))-1)

Completed in 24 milliseconds