Searched refs:ctou (Results 1 – 4 of 4) sorted by relevance
/external/icu4c/test/intltest/ |
D | dtfmttst.cpp | 415 ctou(EXPECTED[exp]), field); in TestFieldPosition() 1643 UDate date = ref.parse(ctou(datestr), ec); in expect() 1646 ctou(string), in expect() 1650 date = ref.parse(ctou(datestr), ec); in expect() 1652 UDate parsedate = fmt.parse(ctou(string), ec); in expect() 1664 UDate date = ref.parse(ctou(datestr), ec); in expect() 1666 UDate parsedate = fmt.parse(ctou(string), ec); in expect() 1675 ctou(string), in expect() 1682 UDate date = ref.parse(ctou(datestr), ec); in expect() 1685 ctou(string), in expect() [all …]
|
D | intltest.h | 248 extern UnicodeString ctou(const char* chars);
|
D | numfmtst.cpp | 1722 DecimalFormat fmt(ctou("###.###\\u2030"), ec); in TestPerMill() 1725 ctou("485.7\\u2030"), fmt.format(0.4857, str)); in TestPerMill() 1728 sym.setSymbol(DecimalFormatSymbols::kPerMillSymbol, ctou("m")); in TestPerMill()
|
D | intltest.cpp | 1381 UnicodeString ctou(const char* chars) { in ctou() function
|