OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kUTF8LenTbl
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/cld/encodings/compact_lang_det/win/
cld_unilib_windows.cc
12
static const unsigned char
kUTF8LenTbl
[256] = {
26
return
kUTF8LenTbl
[*reinterpret_cast<const uint8*>(src)];
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
unilib.h
49
static const unsigned char
kUTF8LenTbl
[256] = {
63
return
kUTF8LenTbl
[*reinterpret_cast<const uint8*>(src)];
68
return
kUTF8LenTbl
[*src];
Completed in 26 milliseconds