Searched refs:currMatchIndex (Results 1 – 4 of 4) sorted by relevance
726 int currMatchIndex; in parseType() local766 currMatchIndex = tempPos; in parseType()770 currMatchIndex = scannerMatchResult[0]; in parseType()774 currMatchIndex = source.indexOf(currArg, startingAt); in parseType()776 …if (currMatchIndex >= 0 && currMatchIndex >= matchedIndex && (matchedWord == null || currArg.lengt… in parseType()777 matchedIndex = currMatchIndex; in parseType()
707 int currMatchIndex; in parseType() local747 currMatchIndex = tempPos; in parseType()751 currMatchIndex = scannerMatchResult[0]; in parseType()755 currMatchIndex = source.indexOf(currArg, startingAt); in parseType()757 …if (currMatchIndex >= 0 && currMatchIndex >= matchedIndex && (matchedWord == null || currArg.lengt… in parseType()758 matchedIndex = currMatchIndex; in parseType()
514 int currMatchIndex; in parseType() local555 currMatchIndex = tempIndex; in parseType()559 … currMatchIndex = rbnfLenientScanner->findTextLenient(source, currArg, startingAt, &length); in parseType()563 currMatchIndex = source.indexOf(currArg, startingAt); in parseType()565 …if (currMatchIndex >= 0 && currMatchIndex >= matchedIndex && currArg.length() > matchedWord.length… in parseType()566 matchedIndex = currMatchIndex; in parseType()
META-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...