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 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 126 RuleBasedNumberFormat fmt2 = new RuleBasedNumberFormat(RuleBasedNumberFormat.SPELLOUT); local
133 if (!fmt0.equals(fmt2)) {
    [all...]
NumberRegression.java 1003 DecimalFormat fmt2 = new DecimalFormat(buf.toString(), symbols); local
    [all...]
NumberFormatTest.java 1409 DecimalFormat fmt2 = new DecimalFormat("0.###E+0", US); local
2084 DecimalFormat fmt2 = new DecimalFormat("", sym); local
3760 DecimalFormat fmt2 = (DecimalFormat)fmt1.clone(); local
    [all...]
  /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);
RbnfTest.java 122 RuleBasedNumberFormat fmt2 = new RuleBasedNumberFormat(RuleBasedNumberFormat.SPELLOUT); local
129 if (!fmt0.equals(fmt2)) {
    [all...]
NumberRegression.java 999 DecimalFormat fmt2 = new DecimalFormat(buf.toString(), symbols); local
    [all...]
NumberFormatTest.java 1405 DecimalFormat fmt2 = new DecimalFormat("0.###E+0", US); local
2080 DecimalFormat fmt2 = new DecimalFormat("", sym); local
3756 DecimalFormat fmt2 = (DecimalFormat)fmt1.clone(); local
    [all...]
  /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...]
tmsgfmt.cpp 1411 MessageFormat* fmt2 = NULL; local
    [all...]
tzregts.cpp 939 DateFormat* fmt2 = new SimpleDateFormat(UnicodeString("z"), status); local
    [all...]
numrgts.cpp 1727 DecimalFormat *fmt2 = new DecimalFormat(buf, *symbols, status); local
    [all...]
dtfmttst.cpp 3599 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 179 SimpleDateFormat fmt2 = new SimpleDateFormat("HH:mm:ss.S MMMM d, yyyy G", new ULocale("en_US@calendar=gregorian")); local
191 String str = fmt2.format(aDate);
209 DateFormat fmt2= DateFormat.getDateInstance(); //DateFormat.LONG, Locale.US); local
223 str = fmt2.format(aDate);
ChineseTest.java 652 DateFormat fmt2 = DateFormat.getDateInstance(ccal2, DateFormat.DEFAULT, ULocale.CHINA); local
654 String str2 = fmt2.format(time2);
    [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);
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
TimeZoneRegression.java 849 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/
TimeZoneRegression.java 845 DateFormat fmt2 = new SimpleDateFormat("z"); local
    [all...]

Completed in 1214 milliseconds