Home
last modified time | relevance | path

Searched defs:formatStr (Results 1 – 5 of 5) 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
835 UnicodeString formatStr = "On {0,date}, it began."; in testFormat() local
957 UnicodeString formatStr("{0,date},{1},{2,number}", ""); in testAdopt() local
1158 UnicodeString formatStr("Hello World on {0,date,full}", ""); in _testCopyConstructor2() local
Dnumfmtst.cpp1190 const char *formatStr = "*x#,###,###,##0.0#;*x(###,###,##0.0#)"; in TestPad() local
/external/icu4c/test/intltest/
Dtmsgfmt.cpp959 UnicodeString formatStr = "At <time> on {1,date}, you made a {2} of {0,number,currency}."; in testSetLocale() local
1044 UnicodeString formatStr = "On {0,date}, it began."; in testFormat() local
1166 UnicodeString formatStr("{0,date},{1},{2,number}", ""); in testAdopt() local
1367 UnicodeString formatStr("Hello World on {0,date,full}", ""); in _testCopyConstructor2() local
Dnumfmtst.cpp1196 const char *formatStr = "*x#,###,###,##0.0#;*x(###,###,##0.0#)"; in TestPad() local
/external/jhead/
Dexif.c1148 char* formatStr(int format) { in formatStr() function