Lines Matching full:endpos
733 int32_t endPos = 28;
736 (startPos = test1.indexOf(test2, startPos, endPos - startPos)) != -1 ? (++occurrences, startPos += 4) : 0)
771 for ( occurrences = 0, startPos = 5, endPos = 28;
773 (startPos = test1.indexOf(testChar, startPos, endPos - startPos)) != -1 ? (++occurrences, startPos += 1) : 0)
797 endPos=test3.length();
800 (startPos = test3.indexOf(testChar32, startPos, endPos - startPos)) != -1 ? (++occurrences, startPos += 1) : 0)
838 for ( occurrences = 0, endPos = test3.length(); endPos > 0; endPos -= 1){
840 subString.append(test3, 0, endPos);