Home
last modified time | relevance | path

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

/third_party/libphonenumber/cpp/src/phonenumbers/
Dencoding_utils.h32 int len = chartorune(&r, in); in DecodeUTF8Char()
/third_party/libphonenumber/cpp/src/phonenumbers/utf/
Dutf.h62 int chartorune(Rune* r, const char* s);
Drune.c170 chartorune(Rune *rune, const char *str) in chartorune() function