• Home
  • Raw
  • Download

Lines Matching refs:unescape

1400     assertEquals("", expectedSymbol.unescape(), info.getSymbol());  in TestCurrencyAffixInfo()
1401 assertEquals("", expectedSymbolIso.unescape(), info.getISO()); in TestCurrencyAffixInfo()
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()
1420 assertEquals("", expectedSymbol.unescape(), info.getSymbol()); in TestCurrencyAffixInfo()
1421 assertEquals("", expectedSymbolIso.unescape(), info.getISO()); 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()
1503 str = str.unescape(); in TestAffixPatternParser()
1514 expectedFormattedStr = expectedFormattedStr.unescape(); in TestAffixPatternParser()
1518 userStr = userStr.unescape(); in TestAffixPatternParser()
1529 assertEquals("2", expectedFormattedUserStr.unescape(), formattedUserStr); in TestAffixPatternParser()
1591 AffixPattern::parseAffixString(a4.unescape(), scratchPattern, status); in TestAffixPatternParser()
1600 str = str.unescape(); in TestAffixPatternParser()
1620 expected = expected.unescape(); in TestAffixPatternParser()
1636 patternStr.unescape(), pattern, status); in TestAffixPatternAppend()
1641 appendPatternStr.unescape(), appendPattern, status); in TestAffixPatternAppend()
1646 expectedPatternStr.unescape(), expectedPattern, status); in TestAffixPatternAppend()
2873 expected.unescape(), in verifyAffix()