Searched refs:ENGLISH_MARKER (Results 1 – 3 of 3) sorted by relevance
42 public static final String ENGLISH_MARKER = "⊕"; field in Annotations268 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()
32 .add(Annotations.ENGLISH_MARKER)
338 + "substituted English values with “" + Annotations.ENGLISH_MARKER + "”, and " in getExplanation()