Searched refs:firstCharsInScripts (Results 1 – 3 of 3) sorted by relevance
149 private final List<String> firstCharsInScripts; field in AlphabeticIndex273 firstCharsInScripts = getFirstCharactersInScripts(); in AlphabeticIndex()274 Collections.sort(firstCharsInScripts, collatorPrimaryOnly); in AlphabeticIndex()278 if (firstCharsInScripts.isEmpty()) { in AlphabeticIndex()282 if (collatorPrimaryOnly.compare(firstCharsInScripts.get(0), "") == 0) { in AlphabeticIndex()283 firstCharsInScripts.remove(0); in AlphabeticIndex()429 String firstScriptBoundary = firstCharsInScripts.get(0); in initLabels()430 String overflowBoundary = firstCharsInScripts.get(firstCharsInScripts.size() - 1); in initLabels()994 scriptUpperBoundary = firstCharsInScripts.get(++scriptIndex); in createBucketList()
149 private final List<String> firstCharsInScripts; field in AlphabeticIndex281 firstCharsInScripts = getFirstCharactersInScripts(); in AlphabeticIndex()282 Collections.sort(firstCharsInScripts, collatorPrimaryOnly); in AlphabeticIndex()286 if (firstCharsInScripts.isEmpty()) { in AlphabeticIndex()290 if (collatorPrimaryOnly.compare(firstCharsInScripts.get(0), "") == 0) { in AlphabeticIndex()291 firstCharsInScripts.remove(0); in AlphabeticIndex()448 String firstScriptBoundary = firstCharsInScripts.get(0); in initLabels()449 String overflowBoundary = firstCharsInScripts.get(firstCharsInScripts.size() - 1); in initLabels()1040 scriptUpperBoundary = firstCharsInScripts.get(++scriptIndex); in createBucketList()
META-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...