• Home
  • Raw
  • Download

Lines Matching refs:ctou

941         	UnicodeString testCase = ctou(lenientAffixTestCases[t]);  in TestLenientParse()
965 UnicodeString testCase = ctou(lenientMinusTestCases[t]); in TestLenientParse()
985 UnicodeString testCase = ctou(lenientMinusTestCases[t]); in TestLenientParse()
1005 UnicodeString testCase = ctou(lenientCurrencyTestCases[t]); in TestLenientParse()
1018 UnicodeString testCase = ctou(lenientNegativeCurrencyTestCases[t]); in TestLenientParse()
1040 UnicodeString testCase = ctou(lenientPercentTestCases[t]); in TestLenientParse()
1053 UnicodeString testCase = ctou(lenientNegativePercentTestCases[t]); in TestLenientParse()
1077 UnicodeString testCase = ctou(strictFailureTestCases[t]); in TestLenientParse()
1092 UnicodeString testCase = ctou(strictFailureTestCases[t]); in TestLenientParse()
2055 DecimalFormat fmt(ctou("###.###\\u2030"), ec); in TestPerMill()
2058 ctou("485.7\\u2030"), fmt.format(0.4857, str)); in TestPerMill()
2061 sym.setSymbol(DecimalFormatSymbols::kPerMillSymbol, ctou("m")); in TestPerMill()
2985 UnicodeString stringToBeParsed = ctou(DATA[i].stringToParse); in TestSpaceParsing()
3115 UnicodeString pat = ctou(DATA[i][1]); in TestMultiCurrencySign()
3126 pat = pat.findAndReplace(ctou("\\u00A4"), doubleCurrencyStr); in TestMultiCurrencySign()
3128 pat = pat.findAndReplace(ctou("\\u00A4\\u00A4"), tripleCurrencyStr); in TestMultiCurrencySign()
3147 UnicodeString currencyFormatResult = ctou(DATA[i][2+j]); in TestMultiCurrencySign()
3159 UnicodeString oneCurrencyFormat = ctou(DATA[i][k]); in TestMultiCurrencySign()
3195 UnicodeString stringToBeParsed = ctou(formats[i]); in TestCurrencyFormatForMixParsing()
3250 UnicodeString stringToBeParsed = ctou(DATA[i][0]); in TestDecimalFormatCurrencyParse()
3329 UnicodeString formatResult = ctou(DATA[i][resultDataIndex]); in TestCurrencyIsoPluralFormat()
3341 UnicodeString oneCurrencyFormatResult = ctou(DATA[i][j]); in TestCurrencyIsoPluralFormat()
3442 UnicodeString oneCurrencyFormatResult = ctou(DATA[i][j]); in TestCurrencyParsing()
6019 UnicodeString formatted = ctou(DATA[i]); in TestParseCurrencyInUCurr()
6042 UnicodeString formatted = ctou(WRONG_DATA[i]); in TestParseCurrencyInUCurr()