Home
last modified time | relevance | path

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

/external/qemu/android/
Dcharmap.c196 static const AKeyCharmap _default_charmap = variable
206 static const AKeyCharmap* android_charmap = &_default_charmap;
632 if (android_charmap != &_default_charmap || kcm_file_path == NULL) in android_charmap_setup()
648 if (android_charmap != &_default_charmap) in android_charmap_done()
657 if (!strcmp(_default_charmap.name, name)) in android_get_charmap_by_name()
658 return &_default_charmap; in android_get_charmap_by_name()
732 return &_default_charmap; in android_get_default_charmap()