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

  /external/chromium_org/third_party/icu/source/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...]
  /external/icu4c/common/
util.cpp 21 static const UChar APOSTROPHE = 0x0027; // '\''
114 } else if (c == APOSTROPHE) {
116 && text.charAt(i) != APOSTROPHE) {}
306 // We prefer backslash APOSTROPHE to double APOSTROPHE
311 // If the first thing in the quoteBuf is APOSTROPHE
314 quoteBuf.charAt(0) == APOSTROPHE &&
315 quoteBuf.charAt(1) == APOSTROPHE) {
316 rule.append(BACKSLASH).append(APOSTROPHE);
319 // If the last thing in the quoteBuf is APOSTROPHE
    [all...]
  /external/icu4c/i18n/
reldtfmt.cpp 132 static const UChar APOSTROPHE = (UChar)0x0027;
166 relativeDayString.findAndReplace(UNICODE_STRING("'", 1), UNICODE_STRING("''", 2)); // double any existing APOSTROPHE
167 relativeDayString.insert(0, APOSTROPHE); // add APOSTROPHE at beginning...
168 relativeDayString.append(APOSTROPHE); // and at end
  /frameworks/base/core/tests/coretests/src/android/widget/
TextViewWordLimitsTest.java 155 final String APOSTROPHE = "''";
165 verifyWordLimits(APOSTROPHE, 1, -1, -1);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
AndroidSpellCheckerService.java 87 public static final String APOSTROPHE = "\u2019";
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 111 milliseconds