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

/frameworks/base/telephony/java/android/telephony/
H A DPhoneNumberUtils.java677 if (maybeNamp && tryGetISODigit(chA) == 1) {
688 if (maybeNamp && tryGetISODigit(chB) == 1) {
2819 private static int tryGetISODigit(char ch) { method in class:PhoneNumberUtils
2890 int ret = tryGetISODigit(ch);
2939 if (tryGetISODigit(ch) >= 0) {
2957 if (tryGetISODigit(str.charAt(backwardIndex)) >= 0) {

Completed in 52 milliseconds