Searched refs:base_icu (Results 1 - 3 of 3) sorted by path

/external/chromium_org/base/strings/
H A Dstring_util.cc708 static bool IsWildcard(base_icu::UChar32 character) {
735 base_icu::UChar32 pattern_char = next(&pattern_next, pattern_end);
737 pattern_char != (base_icu::UChar32) CBU_SENTINEL) {
831 base_icu::UChar32 operator()(const char** p, const char* end) {
832 base_icu::UChar32 c;
841 base_icu::UChar32 operator()(const char16** p, const char16* end) {
842 base_icu::UChar32 c;
/external/chromium_org/base/third_party/icu/
H A Dicu_utf.cc22 namespace base_icu { namespace
228 } // namespace base_icu
H A Dicu_utf.h22 namespace base_icu { namespace
112 #define CBU8_COUNT_TRAIL_BYTES(leadByte) (base_icu::utf8_countTrailBytes[(uint8)leadByte])
197 (c)=base_icu::utf8_nextCharSafeBody((const uint8 *)s, &(i), (int32)(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

Completed in 232 milliseconds