Home
last modified time | relevance | path

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

/external/libxkbcommon/src/compose/
Dpaths.h43 get_locale_compose_file_path(const char *locale);
Dpaths.c182 get_locale_compose_file_path(const char *locale) in get_locale_compose_file_path() function
Dtable.c202 path = get_locale_compose_file_path(table->locale); in xkb_compose_table_new_from_locale()
Dparser.c276 char *path = get_locale_compose_file_path(table->locale); in lex_include_string()