Home
last modified time | relevance | path

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

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