Home
last modified time | relevance | path

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

/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/addressbook/libedata-book/
H A De-book-backend-sexp.c610 s1uni = e_util_utf8_normalize (s1); in contains_helper()
614 s2uni = e_util_utf8_normalize (s2); in contains_helper()
879 gchar *normal = e_util_utf8_normalize (field_data); in regex_helper()
H A De-book-cache.c869 normal = e_util_utf8_normalize (val); in ebc_fill_other_columns()
1030 normal = e_util_utf8_normalize (value); in ebc_run_multi_insert_one()
2557 freeme = e_util_utf8_normalize (test->value); in ebc_normalize_for_like()
2610 normal = e_util_utf8_normalize (test->value); in field_test_query_is()
2799 normal = e_util_utf8_normalize (test->value); in field_test_query_regex_normal()
H A De-book-sqlite.c3490 gchar *normal = e_util_utf8_normalize (value); in ebsql_run_multi_insert_one()
3772 normal = e_util_utf8_normalize (val); in ebsql_run_insert()
5114 freeme = e_util_utf8_normalize (test->value); in ebsql_normalize_for_like()
5167 normal = e_util_utf8_normalize (test->value); in field_test_query_is()
5366 normal = e_util_utf8_normalize (test->value); in field_test_query_regex_normal()
H A De-book-backend-sqlitedb.c2159 normal = e_util_utf8_normalize (val); in insert_stmt_from_contact()
2331 gchar *normal = e_util_utf8_normalize (value); in insert_contact()
3517 normal = e_util_utf8_normalize (value); in convert_string_value()
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/libedataserver/
H A De-data-server-util.h64 gchar * e_util_utf8_normalize (const gchar *str);
H A De-data-server-util.c676 e_util_utf8_normalize (const gchar *str) in e_util_utf8_normalize() function