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

  /external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
PhoneNumberMatcher.java 289 static boolean isLatinLetter(char letter) {
401 if (isInvalidPunctuationSymbol(previousChar) || isLatinLetter(previousChar)) {
408 if (isInvalidPunctuationSymbol(nextChar) || isLatinLetter(nextChar)) {
  /external/libphonenumber/repackaged/libphonenumber/src/com/android/i18n/phonenumbers/
PhoneNumberMatcher.java 290 static boolean isLatinLetter(char letter) {
402 if (isInvalidPunctuationSymbol(previousChar) || isLatinLetter(previousChar)) {
409 if (isInvalidPunctuationSymbol(nextChar) || isLatinLetter(nextChar)) {

Completed in 163 milliseconds