Home
last modified time | relevance | path

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

/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/addressbook/libebook-contacts/
H A De-phone-number.h220 gint e_phone_number_get_country_code (const EPhoneNumber *phone_number,
H A De-phone-number.c241 e_phone_number_get_country_code (const EPhoneNumber *phone_number, in e_phone_number_get_country_code() function
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/tests/libebook-contacts/
H A Dtest-phone-number.c199 e_phone_number_get_country_code (parsed, &source), ==, in test_parse_and_format()
272 g_assert_cmpint (e_phone_number_get_country_code (parsed, &source), ==, 1); in test_parse_auto_region()
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/addressbook/libedata-book/
H A De-book-cache.c815 country_code = e_phone_number_get_country_code (number, &source); in convert_phone()
2364 phone_test->country = e_phone_number_get_country_code (number, &source); in query_preflight_check()
H A De-book-sqlite.c3160 country_code = e_phone_number_get_country_code (number, &source); in convert_phone()
4920 phone_test->country = e_phone_number_get_country_code (number, &source); in query_preflight_check()
H A De-book-backend-sqlitedb.c2038 country_code = e_phone_number_get_country_code (number, &source); in convert_phone()