Searched refs:matchedWord (Results 1 – 3 of 3) sorted by relevance
701 String matchedWord = null; in parseType() local733 …hIndex >= 0 && currMatchIndex >= matchedIndex && (matchedWord == null || currArg.length() > matche… in parseType()735 matchedWord = currArg; in parseType()741 pos.setEndIndex(matchedIndex + matchedWord.length()); in parseType()
720 String matchedWord = null; in parseType() local752 …hIndex >= 0 && currMatchIndex >= matchedIndex && (matchedWord == null || currArg.length() > matche… in parseType()754 matchedWord = currArg; in parseType()760 pos.setEndIndex(matchedIndex + matchedWord.length()); in parseType()
526 UnicodeString matchedWord; in parseType() local559 …if (currMatchIndex >= 0 && currMatchIndex >= matchedIndex && currArg.length() > matchedWord.length… in parseType()561 matchedWord = currArg; in parseType()567 pos.setEndIndex(matchedIndex + matchedWord.length()); in parseType()