Home
last modified time | relevance | path

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

/external/sqlite/android/
DOldPhoneNumberUtils.cpp267 bool bPlusFirst = (*b == '+'); in phone_number_compare_loose_with_minmatch() local
269 bool bIgnoreUnmatched = bPlusFirst && (ib - ia) >= 0 && (ib - ia) <= 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()