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

/frameworks/base/telephony/java/android/telephony/
H A DPhoneNumberUtils.java679 if (maybeNamp && tryGetISODigit(chA) == 1) {
690 if (maybeNamp && tryGetISODigit(chB) == 1) {
2861 private static int tryGetISODigit(char ch) { method in class:PhoneNumberUtils
2932 int ret = tryGetISODigit(ch);
2981 if (tryGetISODigit(ch) >= 0) {
2999 if (tryGetISODigit(str.charAt(backwardIndex)) >= 0) {

Completed in 359 milliseconds