Home
last modified time | relevance | path

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

/external/cronet/third_party/protobuf/src/google/protobuf/compiler/js/
Djs_generator.cc578 uint16 DecodeUTF8Codepoint(uint8* bytes, size_t* length) { in DecodeUTF8Codepoint() function
631 codepoint = DecodeUTF8Codepoint(bytes, &have_bytes); in EscapeJSString()