Home
last modified time | relevance | path

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

/external/sqlite/android/
DOldPhoneNumberUtils.cpp172 int numSeparatorCharsInA = 0; in phone_number_compare_loose_with_minmatch() local
200 numSeparatorCharsInA++; in phone_number_compare_loose_with_minmatch()
220 const int effectiveALen = strlen(a) - numSeparatorCharsInA; in phone_number_compare_loose_with_minmatch()