Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Ddtifmtts.cpp186 dii->setIntervalPattern(ctou("yMd"), UCAL_DATE, ctou("M/d/y \\u2013 d"), status); in testAPI()
346 UnicodeString fmtCalif = UnicodeString(ctou("Mar 2, 10:30 \\u2013 17:30")); in testAPI()
347 UnicodeString fmtTokyo = UnicodeString(ctou("Mar 3, 03:30 \\u2013 10:30")); in testAPI()
1215 UDate date = ref.parse(ctou(datestr), ec); in expect()
1217 UDate date_2 = ref.parse(ctou(datestr_2), ec); in expect()
1221 const UnicodeString& oneSkeleton(ctou(data[i++])); in expect()
1228 …tring)"\"" + locName + "\\" + oneSkeleton + "\\" + ctou(datestr) + "\\" + ctou(datestr_2) + "\"", in expect()
1382 dtitvinf->getIntervalPattern(ctou("yMd"), UCAL_DATE, expected, ec); in testSetIntervalPatternNoSideEffect()
1383 dtitvinf->setIntervalPattern(ctou("yMd"), UCAL_DATE, ctou("M/d/y \\u2013 d"), ec); in testSetIntervalPatternNoSideEffect()
1394 dtitvinf->getIntervalPattern(ctou("yMd"), UCAL_DATE, actual, ec); in testSetIntervalPatternNoSideEffect()
[all …]
Dnumfmtst.cpp1147 UnicodeString testCase = ctou(lenientAffixTestCases[t]); in TestLenientParse()
1172 UnicodeString testCase = ctou(lenientMinusTestCases[t]); in TestLenientParse()
1193 UnicodeString testCase = ctou(lenientMinusTestCases[t]); in TestLenientParse()
1214 UnicodeString testCase = ctou(lenientCurrencyTestCases[t]); in TestLenientParse()
1228 UnicodeString testCase = ctou(lenientNegativeCurrencyTestCases[t]); in TestLenientParse()
1251 UnicodeString testCase = ctou(lenientPercentTestCases[t]); in TestLenientParse()
1266 UnicodeString testCase = ctou(lenientNegativePercentTestCases[t]); in TestLenientParse()
1292 UnicodeString testCase = ctou(strictFailureTestCases[t]); in TestLenientParse()
1308 UnicodeString testCase = ctou(strictFailureTestCases[t]); in TestLenientParse()
2495 DecimalFormat fmt(ctou("###.###\\u2030"), ec); in TestPerMill()
[all …]
Ddtfmttst.cpp617 ctou(EXPECTED[exp]), field); in TestFieldPosition()
634 ctou(EXPECTED[expBase + i]), field); in TestFieldPosition()
2039 UDate date = ref.parse(ctou(datestr), ec); in expect()
2042 ctou(string), in expect()
2046 date = ref.parse(ctou(datestr), ec); in expect()
2048 UDate parsedate = fmt.parse(ctou(string), ec); in expect()
2060 UDate date = ref.parse(ctou(datestr), ec); in expect()
2062 UDate parsedate = fmt.parse(ctou(string), ec); in expect()
2071 ctou(string), in expect()
2078 UDate date = ref.parse(ctou(datestr), ec); in expect()
[all …]
Dintltest.h448 extern UnicodeString ctou(const char* chars);
Duts46test.cpp720 UnicodeString input(ctou(testCase.s)); in TestSomeCases()
721 UnicodeString expected(ctou(testCase.u)); in TestSomeCases()
Dstrtest.cpp848 UnicodeString u = ctou(cs); in Testctou()
Dintltest.cpp1651 UnicodeString ctou(const char* chars) { in ctou() function
Dmeasfmttest.cpp4151 assertEquals(description, ctou(expected), result); in verifyFormatWithPrefix()