Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DDictionaryStringByteConverter.java71 int bestEnd = 0; in toBytes() local
88 bestEnd = matcher.getMatchEnd(); in toBytes()
98 buffer.delete(0, bestEnd); in toBytes()