Searched refs:fmtd (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Ddtfmrgts.cpp86 UnicodeString fmtd; local
88 fmtd = sdf->format(today, fmtd, pos);
89 logln("today: " + fmtd);
954 UnicodeString fmtd; local
956 fmtd = df->format(dt, fmtd, pos);
957 logln(fmtd);
/external/icu/icu4c/source/test/intltest/
H A Ddtfmrgts.cpp88 UnicodeString fmtd; local
91 fmtd = sdf->format(today, fmtd, pos);
92 logln("today: " + fmtd);
957 UnicodeString fmtd; local
959 fmtd = df->format(dt, fmtd, pos);
960 logln(fmtd);
/external/libedit/src/
H A Dterminal.c1469 static const char fmts[] = "%s\n", fmtd[] = "%d\n"; local
1511 (void) fprintf(el->el_outfile, fmtd, (int)el->el_tty.t_speed);
1515 (void) fprintf(el->el_outfile, fmtd, Val(T_li));
1518 (void) fprintf(el->el_outfile, fmtd, Val(T_co));

Completed in 209 milliseconds