HomeSort by relevance Sort by last modified time
    Searched refs:kKeyCodeApostrophe (Results 1 - 3 of 3) sorted by null

  /external/qemu/android/
keycode.h 94 kKeyCodeApostrophe = KEY_APOSTROPHE,
charmap.c 127 { "APOSTROPHE", kKeyCodeApostrophe },
193 { kKeyCodeApostrophe , '\'', '"', '\'', '"', '\'' },
  /external/qemu/android/skin/
keyboard.c 375 case SDLK_QUOTE: return kKeyCodeApostrophe;

Completed in 244 milliseconds