Searched refs:charntorune (Results 1 - 3 of 3) sorted by relevance
/third_party/libphonenumber/cpp/src/phonenumbers/utf/ |
H A D | unilib.cc | 53 int bytes_consumed = charntorune(&rune, p, static_cast<int>(end - p)); in SpanInterchangeValid()
|
H A D | rune.c | 67 charntorune(Rune *rune, const char *str, int length) in charntorune() function 250 *consumed = charntorune(rune, str, length); in isvalidcharntorune()
|
H A D | utf.h | 65 // 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