Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestBasic.java413 final int fishyCodepoint = it2.codepoint; in TestCurrencyFallback() local
415 .getSubstitutes(fishyCodepoint); in TestCurrencyFallback()
417 String nfkc = Normalizer.normalize(fishyCodepoint, in TestCurrencyFallback()
419 if (!nfkc.equals(UTF16.valueOf(fishyCodepoint))) { in TestCurrencyFallback()
433 + UCharacter.getName(fishyCodepoint)); in TestCurrencyFallback()
434 badSoFar.add(fishyCodepoint); in TestCurrencyFallback()
451 .getName(fishyCodepoint)); in TestCurrencyFallback()
463 + UCharacter.getName(fishyCodepoint)); in TestCurrencyFallback()
464 badSoFar.add(fishyCodepoint); in TestCurrencyFallback()
469 + UCharacter.getName(fishyCodepoint) in TestCurrencyFallback()