Searched refs:formatStr (Results 1 – 5 of 5) sorted by relevance
/external/icu4c/test/intltest/ |
D | tmsgfmt.cpp | 958 UnicodeString formatStr = "At <time> on {1,date}, you made a {2} of {0,number,currency}."; in testSetLocale() local 974 MessageFormat msg( formatStr, err); in testSetLocale() 1003 msg.applyPattern( formatStr, err); in testSetLocale() 1043 UnicodeString formatStr = "On {0,date}, it began."; in testFormat() local 1047 MessageFormat msg( formatStr, err); in testFormat() 1165 UnicodeString formatStr("{0,date},{1},{2,number}", ""); in testAdopt() local 1168 MessageFormat msg( formatStr, err); in testAdopt() 1169 MessageFormat msgCmp( formatStr, err); in testAdopt() 1238 assertEquals("msgCmp.toPattern()", formatStr, msgCmp.toPattern(patCmp.remove())); in testAdopt() 1239 assertEquals("msg.toPattern()", formatStr, msg.toPattern(patAct.remove())); in testAdopt() [all …]
|
D | numfmtst.cpp | 1201 const char *formatStr = "*x#,###,###,##0.0#;*x(###,###,##0.0#)"; in TestPad() local 1202 expect2(new DecimalFormat(formatStr, US, status), in TestPad() 1204 expect2(new DecimalFormat(formatStr, US, status), in TestPad() 1206 expect2(new DecimalFormat(formatStr, US, status), in TestPad() 1208 expect2(new DecimalFormat(formatStr, US, status), in TestPad() 1210 expect2(new DecimalFormat(formatStr, US, status), in TestPad() 1212 expect2(new DecimalFormat(formatStr, US, status), in TestPad() 1214 expect2(new DecimalFormat(formatStr, US, status), in TestPad() 1216 expect2(new DecimalFormat(formatStr, US, status), in TestPad() 1219 expect2(new DecimalFormat(formatStr, US, status), in TestPad() [all …]
|
/external/jhead/ |
D | jhead.h | 248 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 | 1139 printf("processing component %s format %s", curElement, formatStr(format)); in writeExifTagAndData() 1173 char* formatStr(int format) { in formatStr() function
|