Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Ddtifmtts.cpp179 dii->setIntervalPattern(ctou("yMd"), UCAL_DATE, ctou("M/d/y \\u2013 d"), status); in testAPI()
339 UnicodeString fmtCalif = UnicodeString(ctou("Mar 2, 10:30 \\u2013 17:30")); in testAPI()
340 UnicodeString fmtTokyo = UnicodeString(ctou("Mar 3, 03:30 \\u2013 10:30")); in testAPI()
1071 UDate date = ref.parse(ctou(datestr), ec); in expect()
1073 UDate date_2 = ref.parse(ctou(datestr_2), ec); in expect()
1077 const UnicodeString& oneSkeleton(ctou(data[i++])); in expect()
1084 …tring)"\"" + locName + "\\" + oneSkeleton + "\\" + ctou(datestr) + "\\" + ctou(datestr_2) + "\"", in expect()
1159 dtitvinf->getIntervalPattern(ctou("yMd"), UCAL_DATE, expected, ec); in testSetIntervalPatternNoSideEffect()
1160 dtitvinf->setIntervalPattern(ctou("yMd"), UCAL_DATE, ctou("M/d/y \\u2013 d"), ec); in testSetIntervalPatternNoSideEffect()
1171 dtitvinf->getIntervalPattern(ctou("yMd"), UCAL_DATE, actual, ec); in testSetIntervalPatternNoSideEffect()
[all …]
Dnumfmtst.cpp1099 UnicodeString testCase = ctou(lenientAffixTestCases[t]); in TestLenientParse()
1124 UnicodeString testCase = ctou(lenientMinusTestCases[t]); in TestLenientParse()
1145 UnicodeString testCase = ctou(lenientMinusTestCases[t]); in TestLenientParse()
1166 UnicodeString testCase = ctou(lenientCurrencyTestCases[t]); in TestLenientParse()
1180 UnicodeString testCase = ctou(lenientNegativeCurrencyTestCases[t]); in TestLenientParse()
1203 UnicodeString testCase = ctou(lenientPercentTestCases[t]); in TestLenientParse()
1218 UnicodeString testCase = ctou(lenientNegativePercentTestCases[t]); in TestLenientParse()
1244 UnicodeString testCase = ctou(strictFailureTestCases[t]); in TestLenientParse()
1260 UnicodeString testCase = ctou(strictFailureTestCases[t]); in TestLenientParse()
2310 DecimalFormat fmt(ctou("###.###\\u2030"), ec); in TestPerMill()
[all …]
Ddtfmttst.cpp615 ctou(EXPECTED[exp]), field); in TestFieldPosition()
632 ctou(EXPECTED[expBase + i]), field); in TestFieldPosition()
2038 UDate date = ref.parse(ctou(datestr), ec); in expect()
2041 ctou(string), in expect()
2045 date = ref.parse(ctou(datestr), ec); in expect()
2047 UDate parsedate = fmt.parse(ctou(string), ec); in expect()
2059 UDate date = ref.parse(ctou(datestr), ec); in expect()
2061 UDate parsedate = fmt.parse(ctou(string), ec); in expect()
2070 ctou(string), in expect()
2077 UDate date = ref.parse(ctou(datestr), ec); in expect()
[all …]
Duts46test.cpp605 UnicodeString input(ctou(testCase.s)); in TestSomeCases()
606 UnicodeString expected(ctou(testCase.u)); in TestSomeCases()
Dintltest.h410 extern UnicodeString ctou(const char* chars);
Dstrtest.cpp590 UnicodeString u = ctou(cs); in Testctou()
Dintltest.cpp1774 UnicodeString ctou(const char* chars) { in ctou() function
Dmeasfmttest.cpp2388 assertEquals(description, ctou(expected), result); in verifyFormatWithPrefix()