Home
last modified time | relevance | path

Searched refs:formatStr (Results 1 – 5 of 5) sorted by relevance

/external/icu4c/test/intltest/
Dtmsgfmt.cpp958 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 …]
Dnumfmtst.cpp1201 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/
Djhead.h248 extern char* formatStr(int format);
Dgpsinfo.c169 …printf("GPS tag %x format %s #components %d componentsize %d bytecount %d", Tag, formatStr(Format)… in ProcessGpsInfo()
Dexif.c1139 printf("processing component %s format %s", curElement, formatStr(format)); in writeExifTagAndData()
1173 char* formatStr(int format) { in formatStr() function