HomeSort by relevance Sort by last modified time
    Searched full:_default_charmap (Results 1 - 1 of 1) sorted by null

  /external/qemu/android/
charmap.c 196 static const AKeyCharmap _default_charmap = variable
206 static const AKeyCharmap* android_charmap = &_default_charmap;
632 if (android_charmap != &_default_charmap || kcm_file_path == NULL)
648 if (android_charmap != &_default_charmap)
657 if (!strcmp(_default_charmap.name, name))
658 return &_default_charmap;
732 return &_default_charmap;

Completed in 53 milliseconds