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

  /external/sqlite/android/
OldPhoneNumberUtils.cpp 50 static bool matchIntlPrefix(const char* a, int len)
273 if (matchIntlPrefix(a, ia + 1) && matchIntlPrefix(b, ib +1)) {
  /frameworks/base/telephony/java/android/telephony/
PhoneNumberUtils.java 528 if (matchIntlPrefix(a, ia + 1)
529 && matchIntlPrefix (b, ib +1)
    [all...]

Completed in 1833 milliseconds