Searched refs:MAX_NON_JUMBO_INDEX (Results 1 – 3 of 3) sorted by relevance
141 public static final int MAX_NON_JUMBO_INDEX = U16BIT_MAX; field in Constants142 public static final int FIRST_JUMBO_INDEX = MAX_NON_JUMBO_INDEX + 1;
161 if (mapping.getOffsetFor(code.highestSortingString) > Constants.MAX_NON_JUMBO_INDEX) { in rewriteCodeWithJumboStrings()
93 if (index > Constants.MAX_NON_JUMBO_INDEX) { in setIndexes()