Home | History | Annotate | Download | only in common

Lines Matching refs:length1

455 utext_compare(UText *s1, int32_t length1,
459 if(length1<0 && length2<0) {
471 if(length1 < 0) {
472 length1 = INT32_MIN;
478 while((length1 > 0 || length1 == INT32_MIN) && (length2 > 0 || length2 == INT32_MIN)) {
488 if (length1 != INT32_MIN) {
489 length1 -= 1;
496 if(length1 <= 0 && length1 != INT32_MIN) {
503 if (length1 <= 0) {
570 utext_caseCompare(UText *s1, int32_t length1,
599 if(length1 < 0) {
600 length1 = INT32_MIN;
610 while((foldOffset1 < foldLength1 || length1 > 0 || length1 == INT32_MIN) &&
633 if(length1 != INT32_MIN) {
634 length1 -= 1;
672 length1 += foldLength1 - foldOffset1;
675 if(length1 <= 0 && length1 != INT32_MIN) {
682 if (length1 <= 0) {