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

/frameworks/base/telephony/java/android/telephony/
H A DPhoneNumberUtils.java680 if (maybeNamp && tryGetISODigit(chA) == 1) {
691 if (maybeNamp && tryGetISODigit(chB) == 1) {
2932 private static int tryGetISODigit(char ch) { method in class:PhoneNumberUtils
3003 int ret = tryGetISODigit(ch);
3052 if (tryGetISODigit(ch) >= 0) {
3070 if (tryGetISODigit(str.charAt(backwardIndex)) >= 0) {

Completed in 32 milliseconds