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

  /external/chromium/base/third_party/icu/
icu_utf.h 22 namespace base_icu { namespace
111 #define CBU8_COUNT_TRAIL_BYTES(leadByte) (base_icu::utf8_countTrailBytes[(uint8)leadByte])
196 (c)=base_icu::utf8_nextCharSafeBody((const uint8 *)s, &(i), (int32)(length), c, -1); \
297 (((base_icu::UChar32)(lead)<<10UL)+(base_icu::UChar32)(trail)-CBU16_SURROGATE_OFFSET)
386 } // namesapce base_icu
icu_utf.cc 22 namespace base_icu { namespace
228 } // namespace base_icu
  /external/chromium/base/
string_util.cc 917 static bool IsWildcard(base_icu::UChar32 character) {
944 base_icu::UChar32 pattern_char = next(&pattern_next, pattern_end);
946 pattern_char != (base_icu::UChar32) CBU_SENTINEL) {
    [all...]

Completed in 69 milliseconds