Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/test/
DExampleGenerator.java128 private static final String endSupSymbol = "\uE23B"; field in ExampleGenerator
1166 x.setNegativeSuffix(endSupSymbol + x.getNegativeSuffix()); in handleNumberSymbol()
1167 x.setPositiveSuffix(endSupSymbol + x.getPositiveSuffix()); in handleNumberSymbol()
1801 .replace(endSupSymbol, endSup) in finalizeBackground()