Home
last modified time | relevance | path

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

/external/sqlite/android/
DPhoneNumberUtilsTest.cpp52 EXPECT(phone_number_compare_strict, (input1), (input2), true, \
57 EXPECT(phone_number_compare_strict, (input1), (input2), false, \
DPhoneNumberUtils.h24 bool phone_number_compare_strict(const char* a, const char* b);
DPhoneNumberUtils.cpp431 bool phone_number_compare_strict(const char* a, const char* b) in phone_number_compare_strict() function
Dsqlite3_android.cpp98 android::phone_number_compare_strict(num1, num2) : in phone_numbers_equal()