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