Searched refs:formatStr (Results 1 – 5 of 5) sorted by relevance
/external/icu4c/test/intltest/ |
D | tmsgfmt.cpp | 986 UnicodeString formatStr = "At <time> on {1,date}, you made a {2} of {0,number,currency}."; in testSetLocale() local 1002 MessageFormat msg( formatStr, err); in testSetLocale() 1031 msg.applyPattern( formatStr, err); in testSetLocale() 1071 UnicodeString formatStr = "On {0,date}, it began."; in testFormat() local 1075 MessageFormat msg( formatStr, err); in testFormat() 1193 UnicodeString formatStr("{0,date},{1},{2,number}", ""); in testAdopt() local 1196 MessageFormat msg( formatStr, err); in testAdopt() 1197 MessageFormat msgCmp( formatStr, err); in testAdopt() 1270 assertEquals("msgCmp.toPattern()", formatStr, msgCmp.toPattern(patCmp.remove())); in testAdopt() 1318 assertEquals("msgCmp.toPattern()", formatStr, msgCmp.toPattern(patCmp.remove())); in testAdopt() [all …]
|
D | numfmtst.cpp | 1454 const char *formatStr = "*x#,###,###,##0.0#;*x(###,###,##0.0#)"; in TestPad() local 1455 expect2(new DecimalFormat(formatStr, US, status), in TestPad() 1457 expect2(new DecimalFormat(formatStr, US, status), in TestPad() 1459 expect2(new DecimalFormat(formatStr, US, status), in TestPad() 1461 expect2(new DecimalFormat(formatStr, US, status), in TestPad() 1463 expect2(new DecimalFormat(formatStr, US, status), in TestPad() 1465 expect2(new DecimalFormat(formatStr, US, status), in TestPad() 1467 expect2(new DecimalFormat(formatStr, US, status), in TestPad() 1469 expect2(new DecimalFormat(formatStr, US, status), in TestPad() 1472 expect2(new DecimalFormat(formatStr, US, status), in TestPad() [all …]
|
/external/jhead/ |
D | jhead.h | 254 extern char* formatStr(int format);
|
D | gpsinfo.c | 169 …printf("GPS tag %x format %s #components %d componentsize %d bytecount %d", Tag, formatStr(Format)… in ProcessGpsInfo()
|
D | exif.c | 1237 printf("processing component %s format %s", curElement, formatStr(format)); in writeExifTagAndData() 1286 char* formatStr(int format) { in formatStr() function
|