Home
last modified time | relevance | path

Searched refs:kUTF8LenTbl (Results 1 - 2 of 2) sorted by relevance

/third_party/libphonenumber/cpp/src/phonenumbers/utf/
H A Dunilib.h49 static const unsigned char kUTF8LenTbl[256] = { member
63 return kUTF8LenTbl[*reinterpret_cast<const uint8*>(src)]; in OneCharLen()
68 return kUTF8LenTbl[*src]; in OneCharLen()
/third_party/protobuf/src/google/protobuf/stubs/
H A Dstrutil.cc2283 static const unsigned char kUTF8LenTbl[256] = { variable
2303 return kUTF8LenTbl[*reinterpret_cast<const uint8*>(src)]; in UTF8FirstLetterNumBytes()

Completed in 5 milliseconds