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

  /external/icu/icu4c/source/common/
util.cpp 23 static const UChar APOSTROPHE = 0x0027; // '\''
116 } else if (c == APOSTROPHE) {
118 && text.charAt(i) != APOSTROPHE) {}
308 // We prefer backslash APOSTROPHE to double APOSTROPHE
313 // If the first thing in the quoteBuf is APOSTROPHE
316 quoteBuf.charAt(0) == APOSTROPHE &&
317 quoteBuf.charAt(1) == APOSTROPHE) {
318 rule.append(BACKSLASH).append(APOSTROPHE);
321 // If the last thing in the quoteBuf is APOSTROPHE
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
Utility.java 28 private static final char APOSTROPHE = '\'';
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Utility.java 24 private static final char APOSTROPHE = '\'';
    [all...]
  /external/icu/icu4c/source/i18n/
reldtfmt.cpp 152 static const UChar APOSTROPHE = (UChar)0x0027;
205 relativeDayString.findAndReplace(UNICODE_STRING("'", 1), UNICODE_STRING("''", 2)); // double any existing APOSTROPHE
206 relativeDayString.insert(0, APOSTROPHE); // add APOSTROPHE at beginning...
207 relativeDayString.append(APOSTROPHE); // and at end
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
AndroidSpellCheckerService.java 84 public static final String APOSTROPHE = "\u2019";
AndroidWordLevelSpellCheckerSession.java 153 // Filter out words that don't start with a letter or an apostrophe
227 replaceAll(AndroidSpellCheckerService.APOSTROPHE,
  /frameworks/native/include/input/
InputEventLabels.h 117 DEFINE_KEYCODE(APOSTROPHE),
  /prebuilts/tools/common/m2/repository/xslthl/xslthl/2.0.1/
xslthl-2.0.1.jar 
  /external/fonttools/Lib/fontTools/
agl.py 534 0149;napostrophe;LATIN SMALL LETTER N PRECEDED BY APOSTROPHE
605 0027;quotesingle;APOSTROPHE
  /external/libvncserver/webclients/novnc/include/
keysym.js 186 XK_apostrophe = 0x0027, /* U+0027 APOSTROPHE */
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 887 milliseconds