HomeSort by relevance Sort by last modified time
    Searched refs:fmt2 (Results 1 - 16 of 16) sorted by null

  /external/icu/icu4c/source/test/intltest/
incaltst.cpp 417 SimpleDateFormat *fmt2 = new SimpleDateFormat(UnicodeString("MMMM d, yyyy G"), Locale("en_US@calendar=gregorian"), status); local
423 fmt2->format(aDate, str);
442 delete fmt2;
502 SimpleDateFormat *fmt2 = new SimpleDateFormat(UnicodeString("MMMM d, yyyy G"), Locale("en_US@calendar=gregorian"), status); local
508 fmt2->format(aDate, str);
539 fmt2->format(aDate, str);
563 delete fmt2;
619 SimpleDateFormat *fmt2 = new SimpleDateFormat(UnicodeString("HH:mm:ss.S MMMM d, yyyy G"), Locale("en_US@calendar=gregorian"), status); local
645 fmt2->format(aDate, str);
685 fmt2->format(aDate, str)
836 SimpleDateFormat *fmt2 = new SimpleDateFormat(UnicodeString("MMMM d, yyyy G"), Locale("en_US@calendar=gregorian"), status); local
887 DateFormat *fmt2 = DateFormat::createDateInstance(DateFormat::kFull, loc); local
    [all...]
tchcfmt.cpp 477 // 'fmt2' is created using a pattern; it should be equivalent
480 ChoiceFormat fmt2(PAT, status);
497 if (fmt1 != fmt2) {
498 errln("FAIL: fmt1 != fmt2");
504 const double *limits2 = fmt2.getLimits(count2);
505 const UBool *closures2 = fmt2.getClosures(count2);
543 ChoiceFormat* FMT[] = { &fmt1, &fmt2 };
reldatefmttest.cpp 583 RelativeDateTimeFormatter fmt2(fmt);
584 fmt3 = fmt2;
    [all...]
tzregts.cpp 939 DateFormat* fmt2 = new SimpleDateFormat(UnicodeString("z"), status); local
    [all...]
tmsgfmt.cpp 1411 MessageFormat* fmt2 = NULL; local
    [all...]
numrgts.cpp 1714 DecimalFormat *fmt2 = new DecimalFormat(buf, *symbols, status); local
    [all...]
numfmtst.cpp     [all...]
dtfmttst.cpp 3570 SimpleDateFormat *fmt2 = new SimpleDateFormat(UnicodeString("y M d"), Locale("ar"), status); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
JapaneseTest.java 175 SimpleDateFormat fmt2 = new SimpleDateFormat("HH:mm:ss.S MMMM d, yyyy G", new ULocale("en_US@calendar=gregorian")); local
187 String str = fmt2.format(aDate);
205 DateFormat fmt2= DateFormat.getDateInstance(); //DateFormat.LONG, Locale.US); local
219 str = fmt2.format(aDate);
ChineseTest.java 648 DateFormat fmt2 = DateFormat.getDateInstance(ccal2, DateFormat.DEFAULT, ULocale.CHINA); local
650 String str2 = fmt2.format(time2);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
BigNumberFormatTest.java 33 DecimalFormat fmt2 = new DecimalFormat("0.###E+0", US); local
36 expect(fmt2, n, "1.234E+3");
39 expect(fmt2, "1.234E+3", n);
NumberFormatTest.java 1003 DecimalFormat fmt2 = new DecimalFormat("0.###E+0", US); local
1634 DecimalFormat fmt2 = new DecimalFormat("", sym); local
3174 DecimalFormat fmt2 = (DecimalFormat)fmt1.clone(); local
    [all...]
RbnfTest.java 121 RuleBasedNumberFormat fmt2 = new RuleBasedNumberFormat(RuleBasedNumberFormat.SPELLOUT); local
128 if (!fmt0.equals(fmt2)) {
    [all...]
NumberRegression.java 999 DecimalFormat fmt2 = new DecimalFormat(buf.toString(), symbols); local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cdattst.c 1656 UDateFormat* fmt2; local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneRegression.java 845 DateFormat fmt2 = new SimpleDateFormat("z"); local
    [all...]

Completed in 810 milliseconds