Home
last modified time | relevance | path

Searched refs:previousChar (Results 1 – 3 of 3) sorted by relevance

/external/libphonenumber/repackaged/libphonenumber/src/com/android/i18n/phonenumbers/
DPhoneNumberMatcher.java400 char previousChar = text.charAt(offset - 1); in parseAndVerify() local
402 if (isInvalidPunctuationSymbol(previousChar) || isLatinLetter(previousChar)) { in parseAndVerify()
/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
DPhoneNumberMatcher.java399 char previousChar = text.charAt(offset - 1); in parseAndVerify() local
401 if (isInvalidPunctuationSymbol(previousChar) || isLatinLetter(previousChar)) { in parseAndVerify()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestSupplementalInfo.java1746 int previousChar = 0; in TestNumberingSystemDigits() local
1751 if (i > 0 && ch != previousChar + 1) { in TestNumberingSystemDigits()
1755 + Utility.hex(previousChar, 4) in TestNumberingSystemDigits()
1759 previousChar = ch; in TestNumberingSystemDigits()