Home
last modified time | relevance | path

Searched refs:runetochar (Results 1 - 4 of 4) sorted by relevance

/third_party/libphonenumber/cpp/src/phonenumbers/utf/
H A Drune.c255 runetochar(char *str, const Rune *rune) in runetochar() function
318 return runetochar(str, &rune); in runelen()
H A Dutf.h46 // runetochar copies (encodes) one rune, pointed to by r, to at most
49 int runetochar(char* s, const Rune* r);
H A Dunicodetext.cc370 int len = runetochar(buf, &rune); in push_back()
/third_party/protobuf/src/google/protobuf/stubs/
H A Dstrutil.cc378 #if 0 // TODO(kenton): Support \u and \U? Requires runetochar(). in UnescapeCEscapeSequences()
393 d += runetochar(d, &rune); in UnescapeCEscapeSequences()
421 d += runetochar(d, &rune); in UnescapeCEscapeSequences()

Completed in 6 milliseconds