Home | History | Annotate | Download | only in text

Lines Matching defs:MAX_EXPLICIT_LEVEL

116  * assumes that MAX_EXPLICIT_LEVEL is odd.
123 * <li>{@link #MAX_EXPLICIT_LEVEL}
550 IsoRun[] isoRuns = new IsoRun[MAX_EXPLICIT_LEVEL+2];
614 * (The maximum resolved level can be up to <code>MAX_EXPLICIT_LEVEL+1</code>).
616 public static final byte MAX_EXPLICIT_LEVEL = 125;
1797 int[] isolateStartStack= new int[MAX_EXPLICIT_LEVEL+1];
1800 byte[] previousStateStack = new byte[MAX_EXPLICIT_LEVEL+1];
1855 if (stackLast <= MAX_EXPLICIT_LEVEL) {
1871 if (stackLast <= MAX_EXPLICIT_LEVEL) {
1884 if (stackLast <= MAX_EXPLICIT_LEVEL) {
1898 if (stackLast <= MAX_EXPLICIT_LEVEL) {
1905 if (stackLast <= MAX_EXPLICIT_LEVEL)
1940 if (stackLast > MAX_EXPLICIT_LEVEL) {
1941 stackLast = MAX_EXPLICIT_LEVEL;
2380 * the explicit level must never exceed MAX_EXPLICIT_LEVEL.
2386 * This implementation assumes that MAX_EXPLICIT_LEVEL is odd.
2463 short[] stack = new short[MAX_EXPLICIT_LEVEL + 2]; /* we never push anything >= MAX_EXPLICIT_LEVEL
2492 if (newLevel <= MAX_EXPLICIT_LEVEL && overflowIsolateCount == 0 &&
2544 if (newLevel <= MAX_EXPLICIT_LEVEL && overflowIsolateCount == 0
2685 if (level < currentParaLevel || MAX_EXPLICIT_LEVEL < level) {
2697 // 1 <= level < currentParaLevel or MAX_EXPLICIT_LEVEL < level
3844 * Any other value between 0 and <code>MAX_EXPLICIT_LEVEL</code>
3853 * <code>paraLevel&lt;=embeddingLevels[]&lt;=MAX_EXPLICIT_LEVEL</code>,
3876 * @see #MAX_EXPLICIT_LEVEL
3928 * Any other value between 0 and <code>MAX_EXPLICIT_LEVEL</code>
3937 * <code>paraLevel&lt;=embeddingLevels[]&lt;=MAX_EXPLICIT_LEVEL</code>,
3960 * @see #MAX_EXPLICIT_LEVEL
3966 MAX_EXPLICIT_LEVEL + 1);
4038 /* set BN for all explicit codes, check that all levels are 0 or paraLevel..MAX_EXPLICIT_LEVEL */
5245 * Negative values from -1 to -{@link #MAX_EXPLICIT_LEVEL}
5247 * Positive values from 1 to {@link #MAX_EXPLICIT_LEVEL} indicate embeddings.