OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:base_icu
(Results
1 - 8
of
8
) sorted by null
/external/libchrome/base/third_party/icu/
README.chromium
16
and types have been put in the "
base_icu
" namespace.
icu_utf.h
22
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
icu_utf.cc
22
namespace
base_icu
{
namespace
227
} // namespace
base_icu
/external/libweave/third_party/chromium/base/third_party/icu/
README.chromium
16
and types have been put in the "
base_icu
" namespace.
icu_utf.h
22
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
icu_utf.cc
22
namespace
base_icu
{
namespace
232
} // namespace
base_icu
/external/libchrome/base/strings/
pattern.cc
13
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;
string_util.cc
372
base_icu
::UChar32 code_point = 0;
[
all
...]
Completed in 124 milliseconds