Searched refs:base_icu (Results 1 - 6 of 6) sorted by relevance

/external/libchrome/base/third_party/icu/
H A Dicu_utf.h22 namespace base_icu { namespace
111 (base_icu::utf8_countTrailBytes[(uint8_t)leadByte])
201 (c) = base_icu::utf8_nextCharSafeBody((const uint8_t*)s, &(i), \
305 (((base_icu::UChar32)(lead)<<10UL)+(base_icu::UChar32)(trail)-CBU16_SURROGATE_OFFSET)
316 (base_icu::UChar)(((supplementary)>>10)+0xd7c0)
326 (base_icu::UChar)(((supplementary)&0x3ff)|0xdc00)
398 } // namesapce base_icu
H A Dicu_utf.cc22 namespace base_icu { namespace
227 } // namespace base_icu
/external/libweave/third_party/chromium/base/third_party/icu/
H A Dicu_utf.h22 namespace base_icu { namespace
112 #define CBU8_COUNT_TRAIL_BYTES(leadByte) (base_icu::utf8_countTrailBytes[(uint8_t)leadByte])
197 (c)=base_icu::utf8_nextCharSafeBody((const uint8_t *)s, &(i), (int32_t)(length), c, -1); \
298 (((base_icu::UChar32)(lead)<<10UL)+(base_icu::UChar32)(trail)-CBU16_SURROGATE_OFFSET)
309 (base_icu::UChar)(((supplementary)>>10)+0xd7c0)
319 (base_icu::UChar)(((supplementary)&0x3ff)|0xdc00)
389 } // namesapce base_icu
H A Dicu_utf.cc22 namespace base_icu { namespace
232 } // namespace base_icu
/external/libchrome/base/strings/
H A Dpattern.cc13 static bool IsWildcard(base_icu::UChar32 character) {
40 base_icu::UChar32 pattern_char = next(&pattern_next, pattern_end);
136 base_icu::UChar32 operator()(const char** p, const char* end) {
137 base_icu::UChar32 c;
146 base_icu::UChar32 operator()(const char16** p, const char16* end) {
147 base_icu::UChar32 c;
H A Dstring_util.cc372 base_icu::UChar32 code_point = 0;

Completed in 87 milliseconds