Home
last modified time | relevance | path

Searched refs:charntorune (Results 1 - 3 of 3) sorted by relevance

/third_party/libphonenumber/cpp/src/phonenumbers/utf/
H A Dunilib.cc53 int bytes_consumed = charntorune(&rune, p, static_cast<int>(end - p)); in SpanInterchangeValid()
H A Drune.c67 charntorune(Rune *rune, const char *str, int length) in charntorune() function
250 *consumed = charntorune(rune, str, length); in isvalidcharntorune()
H A Dutf.h65 // charntorune is like chartorune, except that it will access at most
67 // charntorune will set *r to Runeerror and return 0. If it is complete
72 int charntorune(Rune* r, const char* s, int n);
75 // is a convenience function that calls "*consumed = charntorune(r, str, n)"

Completed in 2 milliseconds