Searched refs:isvalidcharntorune (Results 1 - 3 of 3) sorted by relevance
/third_party/libphonenumber/cpp/src/phonenumbers/utf/ |
H A D | utf.h | 74 // isvalidcharntorune(str, n, r, consumed) 79 int isvalidcharntorune(const char* str, int n, Rune* r, int* consumed);
|
H A D | rune.c | 248 isvalidcharntorune(const char* str, int length, Rune* rune, int* consumed) in isvalidcharntorune() function
|
H A D | unicodetext.cc | 91 if (isvalidcharntorune(start, static_cast<int>(end - start), &rune, &n)) { in ConvertToInterchangeValid()
|
Completed in 3 milliseconds