Home | History | Annotate | Download | only in intltest

Lines Matching full:endpos

731     int32_t endPos = 28;
734 (startPos = test1.indexOf(test2, startPos, endPos - startPos)) != -1 ? (++occurrences, startPos += 4) : 0)
769 for ( occurrences = 0, startPos = 5, endPos = 28;
771 (startPos = test1.indexOf(testChar, startPos, endPos - startPos)) != -1 ? (++occurrences, startPos += 1) : 0)
795 endPos=test3.length();
798 (startPos = test3.indexOf(testChar32, startPos, endPos - startPos)) != -1 ? (++occurrences, startPos += 1) : 0)
836 for ( occurrences = 0, endPos = test3.length(); endPos > 0; endPos -= 1){
838 subString.append(test3, 0, endPos);