Searched refs:ctou (Results 1 - 8 of 8) sorted by relevance
/third_party/icu/icu4c/source/test/intltest/ |
H A D | dtifmtts.cpp | 189 dii->setIntervalPattern(ctou("yMd"), UCAL_DATE, ctou("M/d/y \\u2013 d"), status); in testAPI() 1239 UDate date = ref.parse(ctou(datestr), ec); in expect() 1241 UDate date_2 = ref.parse(ctou(datestr_2), ec); in expect() 1245 const UnicodeString& oneSkeleton(ctou(data[i++])); in expect() 1252 assertEquals((UnicodeString)"\"" + locName + "\\" + oneSkeleton + "\\" + ctou(datestr) + "\\" + ctou(datestr_2) + "\"", ctou(data[i++]), str); in expect() 1406 dtitvinf->getIntervalPattern(ctou("yMd"), UCAL_DATE, expected, ec); in testSetIntervalPatternNoSideEffect() 1407 dtitvinf->setIntervalPattern(ctou("yM in testSetIntervalPatternNoSideEffect() [all...] |
H A D | numfmtst.cpp | 1152 UnicodeString testCase = ctou(lenientAffixTestCases[t]); in TestLenientParse() 1177 UnicodeString testCase = ctou(lenientMinusTestCases[t]); in TestLenientParse() 1198 UnicodeString testCase = ctou(lenientMinusTestCases[t]); in TestLenientParse() 1219 UnicodeString testCase = ctou(lenientCurrencyTestCases[t]); in TestLenientParse() 1233 UnicodeString testCase = ctou(lenientNegativeCurrencyTestCases[t]); in TestLenientParse() 1256 UnicodeString testCase = ctou(lenientPercentTestCases[t]); in TestLenientParse() 1271 UnicodeString testCase = ctou(lenientNegativePercentTestCases[t]); in TestLenientParse() 1297 UnicodeString testCase = ctou(strictFailureTestCases[t]); in TestLenientParse() 1313 UnicodeString testCase = ctou(strictFailureTestCases[t]); in TestLenientParse() 2500 DecimalFormat fmt(ctou("### in TestPerMill() [all...] |
H A D | dtfmttst.cpp | 618 ctou(EXPECTED[exp]), field); in TestFieldPosition() 635 ctou(EXPECTED[expBase + i]), field); in TestFieldPosition() 2053 UDate date = ref.parse(ctou(datestr), ec); in expect() 2056 ctou(string), in expect() 2060 date = ref.parse(ctou(datestr), ec); in expect() 2062 UDate parsedate = fmt.parse(ctou(string), ec); in expect() 2074 UDate date = ref.parse(ctou(datestr), ec); in expect() 2076 UDate parsedate = fmt.parse(ctou(string), ec); in expect() 2085 ctou(string), in expect() 2092 UDate date = ref.parse(ctou(datest in expect() [all...] |
H A D | uts46test.cpp | 720 UnicodeString input(ctou(testCase.s)); in TestSomeCases() 721 UnicodeString expected(ctou(testCase.u)); in TestSomeCases()
|
H A D | intltest.h | 454 extern UnicodeString ctou(const char* chars);
|
H A D | strtest.cpp | 880 UnicodeString u = ctou(cs); in Testctou()
|
H A D | intltest.cpp | 1799 UnicodeString ctou(const char* chars) { in ctou() function
|
H A D | measfmttest.cpp | 5512 assertEquals(description, ctou(expected), result); in verifyFormatWithPrefix()
|
Completed in 28 milliseconds