Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DAnnotations.java42 public static final String ENGLISH_MARKER = "⊕"; field in Annotations
268 return ENGLISH_MARKER + english.getStringValue(xpath); in getStringValue()
349 … return new Annotations(Collections.<String> emptySet(), ENGLISH_MARKER + tempName); in synthesize()
356 regionName = ENGLISH_MARKER + ENGLISH.getStringValue(path); in synthesize()
367 subdivisionName = ENGLISH_MARKER + subdivisionCode; in synthesize()
511 … Annotations result = new Annotations(annotations, (needMarker ? ENGLISH_MARKER : "") + shortName); in getBasePlusRemainder()
527 …f (shortName == null || shortName.startsWith(BAD_MARKER) || shortName.startsWith(ENGLISH_MARKER)) { in toString()
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateDerivedAnnotations.java32 .add(Annotations.ENGLISH_MARKER)
DChartAnnotations.java338 + "substituted English values with “" + Annotations.ENGLISH_MARKER + "”, and " in getExplanation()