Searched refs:phone_number_compare_strict (Results 1 – 4 of 4) sorted by relevance
/external/sqlite/android/ |
D | PhoneNumberUtilsTest.cpp | 52 EXPECT(phone_number_compare_strict, (input1), (input2), true, \ 57 EXPECT(phone_number_compare_strict, (input1), (input2), false, \
|
D | PhoneNumberUtils.h | 24 bool phone_number_compare_strict(const char* a, const char* b);
|
D | PhoneNumberUtils.cpp | 431 bool phone_number_compare_strict(const char* a, const char* b) in phone_number_compare_strict() function
|
D | sqlite3_android.cpp | 98 android::phone_number_compare_strict(num1, num2) : in phone_numbers_equal()
|