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

1 2

  /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...]
tchcfmt.cpp 478 // 'fmt2' is created using a pattern; it should be equivalent
481 ChoiceFormat fmt2(PAT, status);
498 if (fmt1 != fmt2) {
499 errln("FAIL: fmt1 != fmt2");
505 const double *limits2 = fmt2.getLimits(count2);
506 const UBool *closures2 = fmt2.getClosures(count2);
544 ChoiceFormat* FMT[] = { &fmt1, &fmt2 };
reldatefmttest.cpp 587 RelativeDateTimeFormatter fmt2(fmt);
588 fmt3 = fmt2;
    [all...]
tzregts.cpp 939 DateFormat* fmt2 = new SimpleDateFormat(UnicodeString("z"), status); local
    [all...]
simpleformattertest.cpp 305 SimpleFormatter fmt2("Arguments {0} and {1}", status);
308 fmt2.formatAndAppend(params, 2, appendTo, NULL, 0, status);
tmsgfmt.cpp 1416 MessageFormat* fmt2 = NULL; local
    [all...]
numrgts.cpp 1730 DecimalFormat *fmt2 = new DecimalFormat(buf, *symbols, status); local
    [all...]
  /external/adhd/cras/src/tests/
rstream_unittest.cc 39 static bool format_equal(cras_audio_format *fmt1, cras_audio_format *fmt2) {
40 return fmt1->format == fmt2->format &&
41 fmt1->frame_rate == fmt2->frame_rate &&
42 fmt1->num_channels == fmt2->num_channels;
  /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/scapy/scapy/
themes.py 46 def create_styler(fmt=None, before="", after="", fmt2="%s"):
47 def do_style(val, fmt=fmt, before=before, after=after, fmt2=fmt2):
53 return fmt2 % (before+val+after)
214 return create_styler(fmt2 = colfmt)
  /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/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);
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...]
RbnfTest.java 120 RuleBasedNumberFormat fmt2 = new RuleBasedNumberFormat(RuleBasedNumberFormat.SPELLOUT); local
127 if (!fmt0.equals(fmt2)) {
    [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);
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/cintltst/
cdattst.c 1660 UDateFormat* fmt2; local
    [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/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneRegressionTest.java 864 DateFormat fmt2 = new SimpleDateFormat("z"); local
    [all...]
  /external/python/cpython3/Modules/_decimal/tests/
deccheck.py 894 fmt2 = rand_locale()
895 for fmt in (fmt1, fmt2):
907 fmt2 = rand_locale()
908 for fmt in (fmt1, fmt2):
    [all...]

Completed in 808 milliseconds

1 2