Home
last modified time | relevance | path

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

/external/chromium/third_party/icu/source/test/intltest/
Dtmsgfmt.cpp750 UnicodeString formatStr = "At <time> on {1,date}, you made a {2} of {0,number,currency}."; in testSetLocale() local
766 MessageFormat msg( formatStr, err); in testSetLocale()
795 msg.applyPattern( formatStr, err); in testSetLocale()
835 UnicodeString formatStr = "On {0,date}, it began."; in testFormat() local
839 MessageFormat msg( formatStr, err); in testFormat()
957 UnicodeString formatStr("{0,date},{1},{2,number}", ""); in testAdopt() local
960 MessageFormat msg( formatStr, err); in testAdopt()
961 MessageFormat msgCmp( formatStr, err); in testAdopt()
1030 assertEquals("msgCmp.toPattern()", formatStr, msgCmp.toPattern(patCmp.remove())); in testAdopt()
1031 assertEquals("msg.toPattern()", formatStr, msg.toPattern(patAct.remove())); in testAdopt()
[all …]
Dnumfmtst.cpp1190 const char *formatStr = "*x#,###,###,##0.0#;*x(###,###,##0.0#)"; in TestPad() local
1191 expect2(new DecimalFormat(formatStr, US, status), in TestPad()
1193 expect2(new DecimalFormat(formatStr, US, status), in TestPad()
1195 expect2(new DecimalFormat(formatStr, US, status), in TestPad()
1197 expect2(new DecimalFormat(formatStr, US, status), in TestPad()
1199 expect2(new DecimalFormat(formatStr, US, status), in TestPad()
1201 expect2(new DecimalFormat(formatStr, US, status), in TestPad()
1203 expect2(new DecimalFormat(formatStr, US, status), in TestPad()
1205 expect2(new DecimalFormat(formatStr, US, status), in TestPad()
1208 expect2(new DecimalFormat(formatStr, US, status), in TestPad()
[all …]
/external/icu4c/test/intltest/
Dtmsgfmt.cpp959 UnicodeString formatStr = "At <time> on {1,date}, you made a {2} of {0,number,currency}."; in testSetLocale() local
975 MessageFormat msg( formatStr, err); in testSetLocale()
1004 msg.applyPattern( formatStr, err); in testSetLocale()
1044 UnicodeString formatStr = "On {0,date}, it began."; in testFormat() local
1048 MessageFormat msg( formatStr, err); in testFormat()
1166 UnicodeString formatStr("{0,date},{1},{2,number}", ""); in testAdopt() local
1169 MessageFormat msg( formatStr, err); in testAdopt()
1170 MessageFormat msgCmp( formatStr, err); in testAdopt()
1239 assertEquals("msgCmp.toPattern()", formatStr, msgCmp.toPattern(patCmp.remove())); in testAdopt()
1240 assertEquals("msg.toPattern()", formatStr, msg.toPattern(patAct.remove())); in testAdopt()
[all …]
Dnumfmtst.cpp1196 const char *formatStr = "*x#,###,###,##0.0#;*x(###,###,##0.0#)"; in TestPad() local
1197 expect2(new DecimalFormat(formatStr, US, status), in TestPad()
1199 expect2(new DecimalFormat(formatStr, US, status), in TestPad()
1201 expect2(new DecimalFormat(formatStr, US, status), in TestPad()
1203 expect2(new DecimalFormat(formatStr, US, status), in TestPad()
1205 expect2(new DecimalFormat(formatStr, US, status), in TestPad()
1207 expect2(new DecimalFormat(formatStr, US, status), in TestPad()
1209 expect2(new DecimalFormat(formatStr, US, status), in TestPad()
1211 expect2(new DecimalFormat(formatStr, US, status), in TestPad()
1214 expect2(new DecimalFormat(formatStr, US, status), in TestPad()
[all …]
/external/jhead/
Djhead.h244 extern char* formatStr(int format);
Dgpsinfo.c171 …printf("GPS tag %x format %s #components %d componentsize %d bytecount %d", Tag, formatStr(Format)… in ProcessGpsInfo()
Dexif.c1115 printf("processing component %s format %s", curElement, formatStr(format)); in writeExifTagAndData()
1148 char* formatStr(int format) { in formatStr() function