Home
last modified time | relevance | path

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

/external/libchrome/base/third_party/icu/
Dicu_utf.h17 namespace base_icu {
162 …harSafeBody(const uint8_t *s, int32_t *pi, int32_t length, ::base_icu::UChar32 c, ::base_icu::UBoo…
252 (c)=::base_icu::utf8_nextCharSafeBody((const uint8_t *)s, &(i), (length), c, -1); \
350 (((::base_icu::UChar32)(lead)<<10UL)+(::base_icu::UChar32)(trail)-CBU16_SURROGATE_OFFSET)
359 #define CBU16_LEAD(supplementary) (::base_icu::UChar)(((supplementary)>>10)+0xd7c0)
368 #define CBU16_TRAIL(supplementary) (::base_icu::UChar)(((supplementary)&0x3ff)|0xdc00)
DREADME.chromium14 and types have been put in the "base_icu" namespace.
Dicu_utf.cc24 namespace base_icu { namespace
/external/libchrome/base/strings/
Dpattern.cc13 constexpr bool IsWildcard(base_icu::UChar32 character) { in IsWildcard()
58 base_icu::UChar32 pattern_char = next(&pattern_next, pattern_end); in SearchForChars()
124 base_icu::UChar32 operator()(const char** p, const char* end) { in operator ()()
125 base_icu::UChar32 c; in operator ()()
134 base_icu::UChar32 operator()(const char16** p, const char16* end) { in operator ()()
135 base_icu::UChar32 c; in operator ()()
Dstring_util.cc373 base_icu::UChar32 code_point = 0; in TruncateUTF8ToByteSize()