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

  /external/chromium_org/base/third_party/icu/
icu_utf.cc 139 uint8 count=CBU8_COUNT_TRAIL_BYTES(c);
icu_utf.h 112 #define CBU8_COUNT_TRAIL_BYTES(leadByte) (base_icu::utf8_countTrailBytes[(uint8)leadByte])

Completed in 269 milliseconds