Home
last modified time | relevance | path

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

/external/sqlite/android/
DOldPhoneNumberUtils.cpp173 int numSeparatorCharsInB = 0; in phone_number_compare_loose_with_minmatch() local
208 numSeparatorCharsInB++; in phone_number_compare_loose_with_minmatch()
221 const int effectiveBLen = strlen(b) - numSeparatorCharsInB; in phone_number_compare_loose_with_minmatch()