Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DAnnotations.java42 public static final String ENGLISH_MARKER = "⊕"; field in Annotations
288 return ENGLISH_MARKER + english.getStringValueWithBailey(xpath); in getStringValue()
371 … return new Annotations(Collections.<String> emptySet(), ENGLISH_MARKER + tempName); in synthesize()
378 regionName = ENGLISH_MARKER + ENGLISH.getStringValueWithBailey(path); in synthesize()
536 … Annotations result = new Annotations(annotations, (needMarker ? ENGLISH_MARKER : "") + shortName); in getBasePlusRemainder()
553 …f (shortName == null || shortName.startsWith(BAD_MARKER) || shortName.startsWith(ENGLISH_MARKER)) { in toString()
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DChartAnnotations.java343 + "substituted English values with “" + Annotations.ENGLISH_MARKER + "”, and " in getExplanation()
DGenerateDerivedAnnotations.java47 .add(Annotations.ENGLISH_MARKER)