Home
last modified time | relevance | path

Searched refs:aPlusFirst (Results 1 – 1 of 1) sorted by relevance

/external/sqlite/android/
DOldPhoneNumberUtils.cpp266 bool aPlusFirst = (*a == '+'); in phone_number_compare_loose_with_minmatch() local
268 bool aIgnoreUnmatched = aPlusFirst && (ia - ib) >= 0 && (ia - ib) <= 1; in phone_number_compare_loose_with_minmatch()
270 if (ia < 4 && ib < 4 && (aIgnoreUnmatched || bIgnoreUnmatched) && !(aPlusFirst && bPlusFirst)) { in phone_number_compare_loose_with_minmatch()