Searched defs:APOSTROPHE (Results 1 - 7 of 7) sorted by relevance

/external/icu/icu4c/source/common/
H A Dutil.cpp21 static const UChar APOSTROPHE = 0x0027; // '\'' variable
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...]
H A Dsimplepatternformatter.cpp20 APOSTROPHE, enumerator in enum:SimplePatternFormatterCompileState
203 state = APOSTROPHE;
211 case APOSTROPHE:
246 case APOSTROPHE:
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DSimplePatternFormatter.java67 state = State.APOSTROPHE;
75 case APOSTROPHE:
106 case APOSTROPHE:
309 APOSTROPHE, enum constant in enum:SimplePatternFormatter.State
H A DUtility.java21 private static final char APOSTROPHE = '\''; field in class:Utility
1517 } else if (c == APOSTROPHE) {
1519 && text.charAt(i) != APOSTROPHE) {}
1556 // We prefer backslash APOSTROPHE to double APOSTROPHE
1561 // If the first thing in the quoteBuf is APOSTROPHE
1564 quoteBuf.charAt(0) == APOSTROPHE &&
1565 quoteBuf.charAt(1) == APOSTROPHE) {
1566 rule.append(BACKSLASH).append(APOSTROPHE);
1569 // If the last thing in the quoteBuf is APOSTROPHE
[all...]
/external/icu/icu4c/source/i18n/
H A Dreldtfmt.cpp153 static const UChar APOSTROPHE = (UChar)0x0027; variable
206 relativeDayString.findAndReplace(UNICODE_STRING("'", 1), UNICODE_STRING("''", 2)); // double any existing APOSTROPHE
207 relativeDayString.insert(0, APOSTROPHE); // add APOSTROPHE at beginning...
208 relativeDayString.append(APOSTROPHE); // and at end
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 261 milliseconds