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

  /bionic/libc/dns/nameser/
ns_ttl.c 41 static int fmt1(int t, char s, char **buf, size_t *buflen);
63 T(fmt1(weeks, 'W', &dst, &dstlen));
67 T(fmt1(days, 'D', &dst, &dstlen));
71 T(fmt1(hours, 'H', &dst, &dstlen));
75 T(fmt1(mins, 'M', &dst, &dstlen));
79 T(fmt1(secs, 'S', &dst, &dstlen));
150 fmt1(int t, char s, char **buf, size_t *buflen) { function
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
BigNumberFormatTest.java 36 DecimalFormat fmt1 = new DecimalFormat("0.###E0", US); local
39 expect(fmt1, n, "1.234E3");
41 expect(fmt1, "1.234E3", n);
42 expect(fmt1, "1.234E+3", n); // Either format should parse "E+3"
NumberRegression.java 984 DecimalFormat fmt1 = new DecimalFormat(pattern, symbols); local
    [all...]
RbnfTest.java 125 RuleBasedNumberFormat fmt1 = (RuleBasedNumberFormat)fmt0.clone(); local
130 if (!fmt0.equals(fmt1)) {
    [all...]
NumberFormatTest.java 1408 DecimalFormat fmt1 = new DecimalFormat("0.###E0", US); local
3759 DecimalFormat fmt1 = new DecimalFormat("#0"); local
    [all...]
DateFormatTest.java 3922 SimpleDateFormat fmt1 = new SimpleDateFormat("GGG yyyy-MM-dd'T'HH:mm:ss'Z"); local
4673 DateFormat fmt1 = DateFormat.getDateTimeInstance(fmtCal, dateStylesList[i], DateFormat.DEFAULT); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
BigNumberFormatTest.java 32 DecimalFormat fmt1 = new DecimalFormat("0.###E0", US); local
35 expect(fmt1, n, "1.234E3");
37 expect(fmt1, "1.234E3", n);
38 expect(fmt1, "1.234E+3", n); // Either format should parse "E+3"
NumberRegression.java 980 DecimalFormat fmt1 = new DecimalFormat(pattern, symbols); local
    [all...]
RbnfTest.java 121 RuleBasedNumberFormat fmt1 = (RuleBasedNumberFormat)fmt0.clone(); local
126 if (!fmt0.equals(fmt1)) {
    [all...]
DateFormatTest.java 3918 SimpleDateFormat fmt1 = new SimpleDateFormat("GGG yyyy-MM-dd'T'HH:mm:ss'Z"); local
4669 DateFormat fmt1 = DateFormat.getDateTimeInstance(fmtCal, dateStylesList[i], DateFormat.DEFAULT); local
    [all...]
NumberFormatTest.java 1404 DecimalFormat fmt1 = new DecimalFormat("0.###E0", US); local
3755 DecimalFormat fmt1 = new DecimalFormat("#0"); local
    [all...]
  /prebuilts/misc/windows/sdl2/test/
testautomation_surface.c 331 SDL_PixelFormat *fmt1, *fmt2; local
349 fmt1 = SDL_AllocFormat(pixel_formats[i]);
350 SDL_assert(fmt1 != NULL);
351 cvt1 = SDL_ConvertSurface(face, fmt1, 0);
355 SDL_assert(fmt1 != NULL);
359 if ( fmt1->BytesPerPixel == face->format->BytesPerPixel &&
361 (fmt1->Amask != 0) == (face->format->Amask != 0) &&
373 SDL_FreeFormat(fmt1);
  /external/icu/icu4c/source/test/intltest/
tmsgfmt.cpp 1410 MessageFormat* fmt1 = new MessageFormat( formatStr, status ); local
    [all...]
tzregts.cpp 933 DateFormat* fmt1 = new SimpleDateFormat(UnicodeString("z"), status); local
    [all...]
numrgts.cpp 1691 DecimalFormat *fmt1 = new DecimalFormat(pattern, *symbols, status); local
    [all...]
dtfmttst.cpp 3575 SimpleDateFormat *fmt1 = new SimpleDateFormat(UnicodeString("y-M-d"), Locale("ar"), status); local
3887 SimpleDateFormat *fmt1 = new SimpleDateFormat(UnicodeString("GGG yyyy-MM-dd'T'HH:mm:ss'Z"), status); local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
TimeZoneRegression.java 847 DateFormat fmt1 = new SimpleDateFormat("z"); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneRegression.java 843 DateFormat fmt1 = new SimpleDateFormat("z"); local
    [all...]

Completed in 315 milliseconds