Home | History | Annotate | Download | only in common

Lines Matching refs:limit2

516                          UText *s2, int64_t limit2) {
519 if(limit1<0 && limit2<0) {
533 int64_t index2 = (limit2 >= 0 ? UTEXT_GETNATIVEINDEX(s2) : 0);
535 while((limit1 < 0 || index1 < limit1) && (limit2 < 0 || index2 < limit2)) {
548 if (limit2 >= 0) {
554 if(index2 >= limit2) {
692 UText *s2, int64_t limit2,
723 index2 = (limit2 >= 0 ? UTEXT_GETNATIVEINDEX(s2) : 0);
729 (foldOffset2 < foldLength2 || limit2 < 0 || index2 < limit2)) {
773 if (limit2 >= 0) {
788 if(index2 >= limit2) {