Searched defs:tryGetISODigit (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
H A DPhoneNumberUtils.java675 if (maybeNamp && tryGetISODigit(chA) == 1) {
686 if (maybeNamp && tryGetISODigit(chB) == 1) {
2383 private static int tryGetISODigit(char ch) { method in class:PhoneNumberUtils
2454 int ret = tryGetISODigit(ch);
2503 if (tryGetISODigit(ch) >= 0) {
2521 if (tryGetISODigit(str.charAt(backwardIndex)) >= 0) {

Completed in 62 milliseconds