Searched refs:matchedWord (Results 1 – 3 of 3) sorted by relevance
706 String matchedWord = null; in parseType() local738 …hIndex >= 0 && currMatchIndex >= matchedIndex && (matchedWord == null || currArg.length() > matche… in parseType()740 matchedWord = currArg; in parseType()746 pos.setEndIndex(matchedIndex + matchedWord.length()); in parseType()
725 String matchedWord = null; in parseType() local757 …hIndex >= 0 && currMatchIndex >= matchedIndex && (matchedWord == null || currArg.length() > matche… in parseType()759 matchedWord = currArg; in parseType()765 pos.setEndIndex(matchedIndex + matchedWord.length()); in parseType()
528 UnicodeString matchedWord; in parseType() local561 …if (currMatchIndex >= 0 && currMatchIndex >= matchedIndex && currArg.length() > matchedWord.length… in parseType()563 matchedWord = currArg; in parseType()569 pos.setEndIndex(matchedIndex + matchedWord.length()); in parseType()