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

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
RbnfTest.java 133 RuleBasedNumberFormat fmt3 = new RuleBasedNumberFormat(durationInSecondsRules); local
135 if (fmt0.equals(fmt3)) {
138 if (!fmt3.equals(fmt3)) {
141 str = fmt3.toString();
144 String[] names = fmt3.getRuleSetNames();
147 fmt3.setDefaultRuleSet(null);
148 fmt3.setDefaultRuleSet("%%foo");
156 fmt3.setDefaultRuleSet("%bogus");
164 str = fmt3.format(2.3, names[0])
    [all...]
  /external/icu/icu4c/source/test/intltest/
tmsgfmt.cpp 1417 MessageFormat* fmt3 = NULL; local
    [all...]
dtfmttst.cpp 3640 SimpleDateFormat *fmt3 = new SimpleDateFormat(UnicodeString("y-M-d"), Locale("en-us"), status); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
RbnfTest.java 130 RuleBasedNumberFormat fmt3 = new RuleBasedNumberFormat(durationInSecondsRules); local
132 if (fmt0.equals(fmt3)) {
135 if (!fmt3.equals(fmt3)) {
138 str = fmt3.toString();
141 String[] names = fmt3.getRuleSetNames();
144 fmt3.setDefaultRuleSet(null);
145 fmt3.setDefaultRuleSet("%%foo");
153 fmt3.setDefaultRuleSet("%bogus");
161 str = fmt3.format(2.3, names[0])
    [all...]

Completed in 115 milliseconds