Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/intltest/
Ddtifmtts.cpp188 dii->setIntervalPattern(ctou("yMd"), UCAL_DATE, ctou("M/d/y \\u2013 d"), status); in testAPI()
348 UnicodeString fmtCalif = UnicodeString(ctou("Mar 2, 10:30 \\u2013 17:30")); in testAPI()
349 UnicodeString fmtTokyo = UnicodeString(ctou("Mar 3, 03:30 \\u2013 10:30")); in testAPI()
1211 UDate date = ref.parse(ctou(datestr), ec); in expect()
1213 UDate date_2 = ref.parse(ctou(datestr_2), ec); in expect()
1217 const UnicodeString& oneSkeleton(ctou(data[i++])); in expect()
1224 …tring)"\"" + locName + "\\" + oneSkeleton + "\\" + ctou(datestr) + "\\" + ctou(datestr_2) + "\"", in expect()
1378 dtitvinf->getIntervalPattern(ctou("yMd"), UCAL_DATE, expected, ec); in testSetIntervalPatternNoSideEffect()
1379 dtitvinf->setIntervalPattern(ctou("yMd"), UCAL_DATE, ctou("M/d/y \\u2013 d"), ec); in testSetIntervalPatternNoSideEffect()
1390 dtitvinf->getIntervalPattern(ctou("yMd"), UCAL_DATE, actual, ec); in testSetIntervalPatternNoSideEffect()
[all …]
Dnumfmtst.cpp1148 UnicodeString testCase = ctou(lenientAffixTestCases[t]); in TestLenientParse()
1173 UnicodeString testCase = ctou(lenientMinusTestCases[t]); in TestLenientParse()
1194 UnicodeString testCase = ctou(lenientMinusTestCases[t]); in TestLenientParse()
1215 UnicodeString testCase = ctou(lenientCurrencyTestCases[t]); in TestLenientParse()
1229 UnicodeString testCase = ctou(lenientNegativeCurrencyTestCases[t]); in TestLenientParse()
1252 UnicodeString testCase = ctou(lenientPercentTestCases[t]); in TestLenientParse()
1267 UnicodeString testCase = ctou(lenientNegativePercentTestCases[t]); in TestLenientParse()
1293 UnicodeString testCase = ctou(strictFailureTestCases[t]); in TestLenientParse()
1309 UnicodeString testCase = ctou(strictFailureTestCases[t]); in TestLenientParse()
2496 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 …]
Duts46test.cpp720 UnicodeString input(ctou(testCase.s)); in TestSomeCases()
721 UnicodeString expected(ctou(testCase.u)); in TestSomeCases()
Dintltest.h447 extern UnicodeString ctou(const char* chars);
Dstrtest.cpp879 UnicodeString u = ctou(cs); in Testctou()
Dintltest.cpp1790 UnicodeString ctou(const char* chars) { in ctou() function
Dmeasfmttest.cpp4731 assertEquals(description, ctou(expected), result); in verifyFormatWithPrefix()