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

1 2 3

  /external/icu4c/common/
util.cpp 20 static const UChar APOSTROPHE = 0x0027; // '\''
113 } else if (c == APOSTROPHE) {
115 && text.charAt(i) != APOSTROPHE) {}
310 // We prefer backslash APOSTROPHE to double APOSTROPHE
315 // If the first thing in the quoteBuf is APOSTROPHE
318 quoteBuf.charAt(0) == APOSTROPHE &&
319 quoteBuf.charAt(1) == APOSTROPHE) {
320 rule.append(BACKSLASH).append(APOSTROPHE);
323 // If the last thing in the quoteBuf is APOSTROPHE
    [all...]
  /build/target/board/emulator/
tuttle2.kcm 60 APOSTROPHE ''' ''' ''' '"' ''' '"'
  /build/target/board/generic/
tuttle2.kcm 60 APOSTROPHE ''' ''' ''' '"' ''' '"'
  /device/htc/dream/
trout-keypad-qwertz.kl 61 key 40 APOSTROPHE WAKE_DROPPED
trout-keypad-v2.kl 61 key 40 APOSTROPHE WAKE_DROPPED
trout-keypad-v3.kl 61 key 40 APOSTROPHE WAKE_DROPPED
trout-keypad.kl 61 key 40 APOSTROPHE
trout-keypad-qwertz.kcm 61 APOSTROPHE ''' ''' ''' '"' ''' '"'
trout-keypad-v2.kcm 61 APOSTROPHE ''' ''' ''' '"' ''' '"'
trout-keypad-v3.kcm 60 APOSTROPHE ''' ''' ''' '"' ''' '"'
trout-keypad.kcm 59 APOSTROPHE ''' ''' ''' '"' ''' '"'
  /device/htc/passion-common/
mahimahi-keypad.kl 62 key 40 APOSTROPHE
mahimahi-keypad.kcm 59 APOSTROPHE ''' ''' ''' '"' ''' '"'
  /device/htc/sapphire/
sapphire-keypad.kl 61 key 40 APOSTROPHE
sapphire-keypad.kcm 59 APOSTROPHE ''' ''' ''' '"' ''' '"'
  /sdk/emulator/keymaps/
qwerty.kl 61 key 40 APOSTROPHE
qwerty.kcm 60 APOSTROPHE ''' ''' ''' '"' ''' '"'
qwerty2.kcm 75 APOSTROPHE ''' ''' ''' '"' ''' '"'
  /external/qemu/
gen-charmap.py 57 'APOSTROPHE': 'Apostrophe',
sdl_keysym.h 13 { "apostrophe", 0x027},
vnc_keysym.h 13 { "apostrophe", 0x027},
  /external/icu4c/i18n/unicode/
umsg.h 168 * use the real apostrophe (single quote) character U+2019 (') for
169 * human-readable text, and to use the ASCII apostrophe (U+0027 ' )
171 * See the annotations for U+0027 Apostrophe in The Unicode Standard.</p>
616 * Convert an 'apostrophe-friendly' pattern into a standard
619 * French, where apostrophe is commonly used. This utility
620 * assumes that only an unpaired apostrophe immediately before
628 * @param pattern the 'apostrophe-friendly' patttern to convert
  /bionic/libc/regex/
cname.h 93 { "apostrophe", '\'' },
  /external/webkit/WebCore/inspector/front-end/
KeyboardShortcut.js 79 Apostrophe: 192, // `
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
KeyMapDream.java 42 KeyEvent.KEYCODE_6 | ('\u2026' << SHIFT_FWCH), // ^ - Apostrophe

Completed in 147 milliseconds

1 2 3