/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/ |
tmsgfmt.cpp | 1412 MessageFormat* fmt1 = new MessageFormat( formatStr, status ); local [all...] |
tzregts.cpp | 933 DateFormat* fmt1 = new SimpleDateFormat(UnicodeString("z"), status); local [all...] |
numrgts.cpp | 1673 DecimalFormat *fmt1 = new DecimalFormat(pattern, *symbols, status); local [all...] |
dtfmttst.cpp | 3250 SimpleDateFormat *fmt1 = new SimpleDateFormat(UnicodeString("y-M-d"), Locale("ar"), status); local 3561 SimpleDateFormat *fmt1 = new SimpleDateFormat(UnicodeString("GGG yyyy-MM-dd'T'HH:mm:ss'Z"), status); local [all...] |
numfmtst.cpp | 2961 NumberFormat* fmt1= NumberFormat::createInstance(loc1, ec); local [all...] |