Home | History | Annotate | Download | only in intltest

Lines Matching full:contextlimit

1008  * Confirm that the contextStart, contextLimit, start, and limit
1029 // They are: contextStart, contextLimit, start, limit
1049 pos.contextLimit = POS[4*i+1];
3589 pos.contextLimit = input.length();
4788 pos.limit <= pos.contextLimit &&
4789 pos.contextLimit <= input.length()) {
4795 input.extractBetween(pos.limit, pos.contextLimit, d);
4796 input.extractBetween(pos.contextLimit, input.length(), e);
4803 pos.limit + ", cl=" + pos.contextLimit + "} on " +