Home
last modified time | relevance | path

Searched refs:ctou (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/test/intltest/
Ddtfmttst.cpp415 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 …]
Dintltest.h248 extern UnicodeString ctou(const char* chars);
Dnumfmtst.cpp1722 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()
Dintltest.cpp1381 UnicodeString ctou(const char* chars) { in ctou() function