Home | History | Annotate | Download | only in text

Lines Matching refs:LIMIT

285         public final static int LIMIT          = 0x1005;
737 int[] codes = new int[UScript.CODE_LIMIT + Collator.ReorderCodes.LIMIT - Collator.ReorderCodes.FIRST];
745 int limit = scriptNameStart;
746 while (limit < value.length() && value.charAt(limit) != '-') { ++limit; }
747 String scriptName = value.substring(scriptNameStart, limit);
756 if (limit == value.length()) { break; }
757 scriptNameStart = limit + 1;