Searched refs:firstCharsInScripts (Results 1 – 1 of 1) sorted by relevance
146 private final List<String> firstCharsInScripts; field in AlphabeticIndex277 firstCharsInScripts = getFirstCharactersInScripts(); in AlphabeticIndex()278 Collections.sort(firstCharsInScripts, collatorPrimaryOnly); in AlphabeticIndex()282 if (firstCharsInScripts.isEmpty()) { in AlphabeticIndex()286 if (collatorPrimaryOnly.compare(firstCharsInScripts.get(0), "") == 0) { in AlphabeticIndex()287 firstCharsInScripts.remove(0); in AlphabeticIndex()444 String firstScriptBoundary = firstCharsInScripts.get(0); in initLabels()445 String overflowBoundary = firstCharsInScripts.get(firstCharsInScripts.size() - 1); in initLabels()1037 scriptUpperBoundary = firstCharsInScripts.get(++scriptIndex); in createBucketList()