Searched refs:expectedSymbols (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | numberformat2test.cpp | 1399 UnicodeString expectedSymbols("\\u00a4\\u00a4\\u00a4"); in TestCurrencyAffixInfo() local 1402 assertEquals("", expectedSymbols.unescape(), info.getLong().getByCategory("one").toString()); in TestCurrencyAffixInfo() 1403 assertEquals("", expectedSymbols.unescape(), info.getLong().getByCategory("other").toString()); in TestCurrencyAffixInfo() 1404 assertEquals("", expectedSymbols.unescape(), info.getLong().getByCategory("two").toString()); in TestCurrencyAffixInfo() 1422 assertEquals("", expectedSymbols.unescape(), info.getLong().getByCategory("one").toString()); in TestCurrencyAffixInfo() 1423 assertEquals("", expectedSymbols.unescape(), info.getLong().getByCategory("other").toString()); in TestCurrencyAffixInfo() 1424 assertEquals("", expectedSymbols.unescape(), info.getLong().getByCategory("two").toString()); in TestCurrencyAffixInfo()
|