Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DTestStateDictionaryBuilder.java192 + showBoth(charListText, 0, matcher.getOffset()) + "[[" in tryFind()
193 + showBoth(charListText, matcher.getOffset(), matcher.getMatchEnd()) in tryFind()
194 … + "]]" + showBoth(charListText, matcher.getMatchEnd(), charListText.getKnownLength()) in tryFind()
200 static public CharSequence showBoth(CharSource source, int start, int end) { in showBoth() method in TestStateDictionaryBuilder