Home
last modified time | relevance | path

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

/external/sqlite/android/
DOldPhoneNumberUtils.cpp200 int numSeparatorCharsInB = 0; in phone_number_compare_loose() local
235 numSeparatorCharsInB++; in phone_number_compare_loose()
248 const int effectiveBLen = strlen(b) - numSeparatorCharsInB; in phone_number_compare_loose()