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

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
BigNumberFormatTest.java 40 DecimalFormat fmt2 = new DecimalFormat("0.###E+0", US); local
43 expect(fmt2, n, "1.234E+3");
46 expect(fmt2, "1.234E+3", n);
RbnfTest.java 120 RuleBasedNumberFormat fmt2 = new RuleBasedNumberFormat(RuleBasedNumberFormat.SPELLOUT); local
127 if (!fmt0.equals(fmt2)) {
    [all...]
NumberRegressionTests.java 1047 DecimalFormat fmt2 = new DecimalFormat(buf.toString(), symbols); local
    [all...]
NumberFormatTest.java 1144 DecimalFormat fmt2 = new DecimalFormat("0.###E+0", US); local
1948 DecimalFormat fmt2 = new DecimalFormat("", sym); local
3696 DecimalFormat fmt2 = (DecimalFormat)fmt1.clone(); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
BigNumberFormatTest.java 37 DecimalFormat fmt2 = new DecimalFormat("0.###E+0", US); local
40 expect(fmt2, n, "1.234E+3");
43 expect(fmt2, "1.234E+3", n);
RbnfTest.java 117 RuleBasedNumberFormat fmt2 = new RuleBasedNumberFormat(RuleBasedNumberFormat.SPELLOUT); local
124 if (!fmt0.equals(fmt2)) {
    [all...]
NumberRegressionTests.java 1044 DecimalFormat fmt2 = new DecimalFormat(buf.toString(), symbols); local
    [all...]
NumberFormatTest.java 1141 DecimalFormat fmt2 = new DecimalFormat("0.###E+0", US); local
1945 DecimalFormat fmt2 = new DecimalFormat("", sym); local
3693 DecimalFormat fmt2 = (DecimalFormat)fmt1.clone(); local
    [all...]
  /external/icu/icu4c/source/test/intltest/
incaltst.cpp 419 SimpleDateFormat *fmt2 = new SimpleDateFormat(UnicodeString("MMMM d, yyyy G"), Locale("en_US@calendar=gregorian"), status); local
425 fmt2->format(aDate, str);
444 delete fmt2;
504 SimpleDateFormat *fmt2 = new SimpleDateFormat(UnicodeString("MMMM d, yyyy G"), Locale("en_US@calendar=gregorian"), status); local
510 fmt2->format(aDate, str);
541 fmt2->format(aDate, str);
565 delete fmt2;
621 SimpleDateFormat *fmt2 = new SimpleDateFormat(UnicodeString("HH:mm:ss.S MMMM d, yyyy G"), Locale("en_US@calendar=gregorian"), status); local
647 fmt2->format(aDate, str);
687 fmt2->format(aDate, str)
838 SimpleDateFormat *fmt2 = new SimpleDateFormat(UnicodeString("MMMM d, yyyy G"), Locale("en_US@calendar=gregorian"), status); local
889 DateFormat *fmt2 = DateFormat::createDateInstance(DateFormat::kFull, loc); local
    [all...]
tmsgfmt.cpp 1416 MessageFormat* fmt2 = NULL; local
    [all...]
tzregts.cpp 939 DateFormat* fmt2 = new SimpleDateFormat(UnicodeString("z"), status); local
    [all...]
numrgts.cpp 1730 DecimalFormat *fmt2 = new DecimalFormat(buf, *symbols, status); local
    [all...]
dtfmttst.cpp 3616 SimpleDateFormat *fmt2 = new SimpleDateFormat(UnicodeString("y M d"), Locale("ar"), status); local
    [all...]
  /prebuilts/misc/windows/sdl2/test/
testautomation_surface.c 331 SDL_PixelFormat *fmt1, *fmt2; local
354 fmt2 = SDL_AllocFormat(pixel_formats[j]);
356 cvt2 = SDL_ConvertSurface(cvt1, fmt2, 0);
360 fmt2->BytesPerPixel == face->format->BytesPerPixel &&
362 (fmt2->Amask != 0) == (face->format->Amask != 0) ) {
375 SDL_FreeFormat(fmt2);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
JapaneseTest.java 184 SimpleDateFormat fmt2 = new SimpleDateFormat("HH:mm:ss.S MMMM d, yyyy G", new ULocale("en_US@calendar=gregorian")); local
196 String str = fmt2.format(aDate);
215 DateFormat fmt2= DateFormat.getDateInstance(); //DateFormat.LONG, Locale.US); local
229 str = fmt2.format(aDate);
ChineseTest.java 663 DateFormat fmt2 = DateFormat.getDateInstance(ccal2, DateFormat.DEFAULT, ULocale.CHINA); local
665 String str2 = fmt2.format(time2);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
JapaneseTest.java 181 SimpleDateFormat fmt2 = new SimpleDateFormat("HH:mm:ss.S MMMM d, yyyy G", new ULocale("en_US@calendar=gregorian")); local
193 String str = fmt2.format(aDate);
212 DateFormat fmt2= DateFormat.getDateInstance(); //DateFormat.LONG, Locale.US); local
226 str = fmt2.format(aDate);
ChineseTest.java 660 DateFormat fmt2 = DateFormat.getDateInstance(ccal2, DateFormat.DEFAULT, ULocale.CHINA); local
662 String str2 = fmt2.format(time2);
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
TimeZoneRegressionTest.java 867 DateFormat fmt2 = new SimpleDateFormat("z"); local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cdattst.c 1660 UDateFormat* fmt2; local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneRegressionTest.java 864 DateFormat fmt2 = new SimpleDateFormat("z"); local
    [all...]

Completed in 377 milliseconds