Searched refs:currentWord (Results 1 – 3 of 3) sorted by relevance
45 private String currentWord; field in WordReader112 currentWord = null; in nextWord()118 currentWord = includeWordReader.nextWord(); in nextWord()119 if (currentWord != null) in nextWord()122 return currentWord; in nextWord()200 currentWord = currentLine.substring(startIndex-1, currentIndex); in nextWord()229 currentWord = currentLine.substring(startIndex, endIndex); in nextWord()231 return currentWord; in nextWord()266 (currentWord == null ? in locationDescription()268 "'" + currentWord + "' in " ) : in locationDescription()
132 …VisibleSelection currentWord = VisibleSelection(startOfWord(startOfSelection, LeftWordIfOnBoundary… in applyPendingCorrection() local133 if (currentWord.visibleEnd() == startOfSelection) { in applyPendingCorrection()134 String wordText = plainText(currentWord.toNormalizedRange().get()); in applyPendingCorrection()329 String currentWord = plainText(m_correctionPanelInfo.rangeToBeReplaced.get()); in handleCorrectionPanelResult() local331 if (currentWord != m_correctionPanelInfo.replacedString) in handleCorrectionPanelResult()395 String currentWord = plainText(wordRange.get()); in respondToChangedSelection() local396 if (!currentWord.length()) in respondToChangedSelection()400 m_correctionPanelInfo.replacedString = currentWord; in respondToChangedSelection()
259 const wordID* currentWord = wordIDs; in checkpath_forwardByWordID() local271 currentWord = wordIDs; in checkpath_forwardByWordID()274 wordmap_whether_in_rule(semgraph->ilabels, *currentWord, atok->ilabel)) in checkpath_forwardByWordID()277 …_tokens_find_ilabel(semgraph->arc_token_list, semgraph->arcs_for_slot[atok->ilabel], *currentWord); in checkpath_forwardByWordID()281 … PLogError(L("ESR_INVALID_STATE: finding wdid %d in slot %d"), *currentWord, atok->ilabel); in checkpath_forwardByWordID()289 ++currentWord; in checkpath_forwardByWordID()291 else if (*currentWord != MAXwordID && atok->ilabel == *currentWord) in checkpath_forwardByWordID()293 ++currentWord; in checkpath_forwardByWordID()315 if (atok->first_next_arc == ARC_TOKEN_NULL && *currentWord == MAXwordID) in checkpath_forwardByWordID()317 …if (atokfna && atokfna->ilabel==MAXwordID && atokfna->olabel==MAXwordID && *currentWord==MAXwordID) in checkpath_forwardByWordID()[all …]