Home
last modified time | relevance | path

Searched refs:base_icu (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/base/third_party/icu/
Dicu_utf.h22 namespace base_icu {
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)
DREADME.chromium16 and types have been put in the "base_icu" namespace.
Dicu_utf.cc22 namespace base_icu { namespace
/external/chromium_org/base/strings/
Dstring_util.cc226 base_icu::UChar32 code_point = 0; in TruncateUTF8ToByteSize()
708 static bool IsWildcard(base_icu::UChar32 character) { in IsWildcard()
735 base_icu::UChar32 pattern_char = next(&pattern_next, pattern_end); in EatSameChars()
831 base_icu::UChar32 operator()(const char** p, const char* end) { in operator ()()
832 base_icu::UChar32 c; in operator ()()
841 base_icu::UChar32 operator()(const char16** p, const char16* end) { in operator ()()
842 base_icu::UChar32 c; in operator ()()