Searched defs:formatStr (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/test/intltest/
H A Dtmsgfmt.cpp985 //UnicodeString formatStr = "At {1,time} on {1,date}, you made a {2} of {0,number,currency}.";
986 UnicodeString formatStr = "At <time> on {1,date}, you made a {2} of {0,number,currency}."; local
1002 MessageFormat msg( formatStr, err);
1031 msg.applyPattern( formatStr, err);
1070 //UnicodeString formatStr = "At {1,time} on {1,date}, you made a {2} of {0,number,currency}.";
1071 UnicodeString formatStr = "On {0,date}, it began."; local
1075 MessageFormat msg( formatStr, err);
1193 UnicodeString formatStr("{0,date},{1},{2,number}", "");
1196 MessageFormat msg( formatStr, err);
1197 MessageFormat msgCmp( formatStr, er
[all...]
H A Dnumfmtst.cpp1454 const char *formatStr = "*x#,###,###,##0.0#;*x(###,###,##0.0#)"; local
1455 expect2(new DecimalFormat(formatStr, US, status),
1457 expect2(new DecimalFormat(formatStr, US, status),
1459 expect2(new DecimalFormat(formatStr, US, status),
1461 expect2(new DecimalFormat(formatStr, US, status),
1463 expect2(new DecimalFormat(formatStr, US, status),
1465 expect2(new DecimalFormat(formatStr, US, status),
1467 expect2(new DecimalFormat(formatStr, US, status),
1469 expect2(new DecimalFormat(formatStr, US, status),
1472 expect2(new DecimalFormat(formatStr, U
[all...]
/external/jhead/
H A Dexif.c1237 printf("processing component %s format %s", curElement, formatStr(format));
1286 char* formatStr(int format) { function

Completed in 94 milliseconds