Searched refs:matchedWord (Results 1 – 3 of 3) sorted by relevance
719 String matchedWord = null; in parseType() local751 …hIndex >= 0 && currMatchIndex >= matchedIndex && (matchedWord == null || currArg.length() > matche… in parseType()753 matchedWord = currArg; in parseType()759 pos.setEndIndex(matchedIndex + matchedWord.length()); in parseType()
738 String matchedWord = null; in parseType() local770 …hIndex >= 0 && currMatchIndex >= matchedIndex && (matchedWord == null || currArg.length() > matche… in parseType()772 matchedWord = currArg; in parseType()778 pos.setEndIndex(matchedIndex + matchedWord.length()); in parseType()
519 UnicodeString matchedWord; in parseType() local552 …if (currMatchIndex >= 0 && currMatchIndex >= matchedIndex && currArg.length() > matchedWord.length… in parseType()554 matchedWord = currArg; in parseType()560 pos.setEndIndex(matchedIndex + matchedWord.length()); in parseType()