HomeSort by relevance Sort by last modified time
    Searched defs:tryGetISODigit (Results 1 - 2 of 2) sorted by null

  /external/sqlite/android/
PhoneNumberUtils.cpp 79 static int tryGetISODigit (char ch)
119 if (tryGetISODigit(ch) >= 0) {
185 int ret = tryGetISODigit(ch);
240 if (tryGetISODigit(ch[i]) >= 0) {
420 if (may_be_namp && tryGetISODigit(ch_a) == 1) {
431 if (may_be_namp && tryGetISODigit(ch_b) == 1) {
  /frameworks/base/telephony/java/android/telephony/
PhoneNumberUtils.java 709 if (maybeNamp && tryGetISODigit(chA) == 1) {
720 if (maybeNamp && tryGetISODigit(chB) == 1) {
    [all...]

Completed in 810 milliseconds