Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/stubs/
Dstrutil.h882 PROTOBUF_EXPORT int UTF8FirstLetterNumBytes(const char* src, int len);
Dstrutil.cc2299 int UTF8FirstLetterNumBytes(const char* src, int len) { in UTF8FirstLetterNumBytes() function
/third_party/protobuf/src/google/protobuf/util/internal/
Djson_stream_parser.cc874 p_.length(), UTF8FirstLetterNumBytes(p_.data(), p_.length()))); in Advance()
/third_party/protobuf/
Dlibprotobuf_lite.map379 "google::protobuf::UTF8FirstLetterNumBytes(char const*, int)";