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

  /external/qemu/ui/
curses_keys.h 255 { "apostrophe", 0x027 },
  /frameworks/base/core/java/android/widget/
SpellChecker.java 280 // Defer spell check when typing a word with an interior apostrophe.
282 // iterator locale-sensitive and include the apostrophe in
284 final boolean apostrophe = (selectionStart == end + 1 && editable.charAt(end) == '\'');
289 isEditing = !apostrophe && (selectionEnd <= start || selectionStart > end);
291 isEditing = !apostrophe && (selectionEnd < start || selectionStart > end);
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
openid.php 467 # AX namePerson, it might containg an apostrophe, which will be escaped.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/
abstract_tts.js 481 '\'': 'apostrophe',
  /external/chromium_org/chrome/browser/resources/chromeos/
keyboard_overlay_data.js 39 'xkb:lv:apostrophe:lav': 'lv',
    [all...]
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/bison/build-aux/
texinfo.tex     [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]
  /external/bison/tests/
testsuite     [all...]
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js     [all...]
chromeVoxChromeOptionsScript.js     [all...]
chromeVoxChromePageScript.js     [all...]

Completed in 383 milliseconds