Searched defs:quoteLiteral (Results 1 - 6 of 6) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DPatternTokenizer.java87 * Set characters to be escaped in literals, in quoteLiteral and normalize, eg new UnicodeSet("[^\\u0020-\\u007E]");
152 public String quoteLiteral(CharSequence string) { method in class:PatternTokenizer
153 return quoteLiteral(string.toString());
161 public String quoteLiteral(String string) { method in class:PatternTokenizer
248 result.append(quoteLiteral(buffer));
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DPatternTokenizer.java85 * Set characters to be escaped in literals, in quoteLiteral and normalize, eg new UnicodeSet("[^\\u0020-\\u007E]");
150 public String quoteLiteral(CharSequence string) { method in class:PatternTokenizer
151 return quoteLiteral(string.toString());
159 public String quoteLiteral(String string) { method in class:PatternTokenizer
246 result.append(quoteLiteral(buffer));
/external/icu/icu4c/source/i18n/
H A Ddtptngen.cpp644 UnicodeString quoteLiteral; local
645 fp->getQuoteLiteral(quoteLiteral, &i);
646 mmss += quoteLiteral;
1285 UnicodeString quoteLiteral;
1286 fp->getQuoteLiteral(quoteLiteral, &i);
1287 newPattern += quoteLiteral;
1852 UnicodeString quoteLiteral;
1853 fp->getQuoteLiteral(quoteLiteral, &i);
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DDateTimePatternGenerator.java416 mmss.append(fp.quoteLiteral(item.toString()));
463 result.append(fp.quoteLiteral(item.toString()));
1488 /** Provide display form of formatted input. Each literal string is quoted if necessary.. That is, if the input was "hh':'mm", the result would be "hh:mm", since the ":" doesn't need quoting. See quoteLiteral().
1501 * Provide display form of a segment of the parsed input. Each literal string is minimally quoted. That is, if the input was "hh':'mm", the result would be "hh:mm", since the ":" doesn't need quoting. See quoteLiteral().
1516 result.append(tokenizer.quoteLiteral(itemString));
1645 public Object quoteLiteral(String string) { method in class:DateTimePatternGenerator.FormatParser
1646 return tokenizer.quoteLiteral(string);
1888 newPattern.append(fp.quoteLiteral((String)item));
2004 newPattern.append(fp.quoteLiteral((String)item));
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateTimePatternGenerator.java418 mmss.append(fp.quoteLiteral(item.toString()));
465 result.append(fp.quoteLiteral(item.toString()));
1519 /** Provide display form of formatted input. Each literal string is quoted if necessary.. That is, if the input was "hh':'mm", the result would be "hh:mm", since the ":" doesn't need quoting. See quoteLiteral().
1531 * Provide display form of a segment of the parsed input. Each literal string is minimally quoted. That is, if the input was "hh':'mm", the result would be "hh:mm", since the ":" doesn't need quoting. See quoteLiteral().
1545 result.append(tokenizer.quoteLiteral(itemString));
1672 public Object quoteLiteral(String string) { method in class:DateTimePatternGenerator.FormatParser
1673 return tokenizer.quoteLiteral(string);
1914 newPattern.append(fp.quoteLiteral((String)item));
2029 newPattern.append(fp.quoteLiteral((String)item));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 121 milliseconds