HomeSort by relevance Sort by last modified time
    Searched refs:IsLatinLetter (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
phonenumbermatcher.h 161 static bool IsLatinLetter(char32 letter);
phonenumbermatcher.cc 392 bool PhoneNumberMatcher::IsLatinLetter(char32 letter) {
433 IsLatinLetter(previous_char)) {
444 if (IsInvalidPunctuationSymbol(next_char) || IsLatinLetter(next_char)) {
    [all...]

Completed in 58 milliseconds