HomeSort by relevance Sort by last modified time
    Searched defs:toPattern (Results 1 - 25 of 28) sorted by null

1 2

  /external/icu4c/i18n/
quant.cpp 95 UnicodeString& Quantifier::toPattern(UnicodeString& result,
98 matcher->toMatcher()->toPattern(result, escapeUnprintable);
selfmt.cpp 115 SelectFormat::toPattern(UnicodeString& appendTo) {
plurfmt.cpp 261 PluralFormat::toPattern(UnicodeString& appendTo) {
strmatch.cpp 155 UnicodeString& StringMatcher::toPattern(UnicodeString& result,
169 ICU_Utility::appendToRule(result, m->toPattern(str, escapeUnprintable),
choicfmt.cpp 17 * 06/04/97 helena Fixed applyPattern(), toPattern() and not to include
51 // LESS_EQUAL is generated by toPattern().
245 ChoiceFormat::toPattern(UnicodeString& result) const
287 // Modified version of the pre-ICU 4.8 toPattern() implementation.
reldtfmt.cpp 259 RelativeDateFormat::toPattern(UnicodeString& result, UErrorCode& status) const
293 sdtfmt->toPattern(result);
310 sdtfmt->toPattern(result);
msgfmt.cpp 504 MessageFormat::toPattern(UnicodeString& appendTo) const {
    [all...]
smpdtfmt.cpp     [all...]
decimfmt.cpp 34 * 06/28/99 stephen Fixed bugs in toPattern().
    [all...]
  /libcore/luni/src/main/java/java/text/
ChoiceFormat.java 449 public String toPattern() {
DecimalFormat.java     [all...]
MessageFormat.java     [all...]
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
MessageFormatTest.java 57 assertTrue("Not equal: " + format.toPattern(), format.equals(read));
59 fail("Format: " + format.toPattern()
62 fail("Format: " + format.toPattern()
181 assertEquals("Found formats", "nothing", format.toPattern());
185 assertEquals("Wrong pattern", "{0}", format.toPattern());
190 assertEquals("Wrong time pattern", "{0,time}", format.toPattern());
195 "{0,time,short}", format.toPattern());
200 "{0,time}", format.toPattern());
205 "{0,time,long}", format.toPattern());
213 "{0,time,full}", format.toPattern());
    [all...]
  /external/icu4c/test/intltest/
transapi.cpp 721 virtual UnicodeString& toPattern(UnicodeString& result,
742 virtual UnicodeString& toPattern(UnicodeString& result,
763 virtual UnicodeString& toPattern(UnicodeString& result,
    [all...]
transtst.cpp 664 virtual UnicodeString& toPattern(UnicodeString& result,
    [all...]
  /external/icu4c/test/cintltst/
cldrtest.c     [all...]
  /libcore/luni/src/main/java/libcore/icu/
NativeDecimalFormat.java 197 return obj.toPattern().equals(this.toPattern()) &&
323 public String toPattern() {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /external/zxing/core/
core.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 

Completed in 960 milliseconds

1 2