HomeSort by relevance Sort by last modified time
    Searched full:ch_a (Results 1 - 1 of 1) sorted by null

  /external/sqlite/android/
PhoneNumberUtils.cpp 347 char ch_a = a[i_a]; local
349 if (isSeparator(ch_a)) {
359 if (ch_a != ch_b) {
405 const char ch_a = a[i_a]; local
406 if (isDialable(ch_a)) {
407 if (may_be_namp && tryGetISODigit(ch_a) == 1) {

Completed in 60 milliseconds