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

  /bionic/libc/netbsd/nameser/
ns_ttl.c 46 static int fmt1(int t, char s, char **buf, size_t *buflen);
68 T(fmt1(weeks, 'W', &dst, &dstlen));
72 T(fmt1(days, 'D', &dst, &dstlen));
76 T(fmt1(hours, 'H', &dst, &dstlen));
80 T(fmt1(mins, 'M', &dst, &dstlen));
84 T(fmt1(secs, 'S', &dst, &dstlen));
153 fmt1(int t, char s, char **buf, size_t *buflen) { function
  /external/icu4c/test/intltest/
tchcfmt.cpp 450 // 'fmt1' is created using arrays
463 ChoiceFormat fmt1(limits, closures, fmts, 6);
476 fmt1.toPattern(str);
485 if (fmt1 != fmt2) {
486 errln("FAIL: fmt1 != fmt2");
529 ChoiceFormat* FMT[] = { &fmt1, &fmt2 };
tmsgfmt.cpp 1373 MessageFormat* fmt1 = new MessageFormat( formatStr, status ); local
    [all...]
tzregts.cpp 929 DateFormat* fmt1 = new SimpleDateFormat(UnicodeString("z"), status); local
    [all...]
dtfmttst.cpp 3124 SimpleDateFormat *fmt1 = new SimpleDateFormat(UnicodeString("y-M-d"), Locale("ar"), status); local
3366 SimpleDateFormat *fmt1 = new SimpleDateFormat(UnicodeString("GGG yyyy-MM-dd'T'HH:mm:ss'Z"), status); local
    [all...]
numfmtst.cpp 2681 NumberFormat* fmt1= NumberFormat::createInstance(loc1, ec); local
    [all...]
numrgts.cpp 1672 DecimalFormat *fmt1 = new DecimalFormat(pattern, *symbols, status); local
    [all...]

Completed in 581 milliseconds