Home
last modified time | relevance | path

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

/external/sqlite/android/
DOldPhoneNumberUtils.cpp221 const int effectiveBLen = strlen(b) - numSeparatorCharsInB; in phone_number_compare_loose_with_minmatch() local
225 if (effectiveALen == effectiveBLen && effectiveALen == matched) { in phone_number_compare_loose_with_minmatch()