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

  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
PhoneNumberMatcher.java 289 static boolean isLatinLetter(char letter) {
403 if (isInvalidPunctuationSymbol(previousChar) || isLatinLetter(previousChar)) {
410 if (isInvalidPunctuationSymbol(nextChar) || isLatinLetter(nextChar)) {
    [all...]
  /packages/apps/ContactsCommon/libs/
libphonenumber-6.2.jar 

Completed in 390 milliseconds