Home
last modified time | relevance | path

Searched refs:currentWord (Results 1 – 3 of 3) sorted by relevance

/external/proguard/src/proguard/
DWordReader.java45 private String currentWord; field in WordReader
112 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()
/external/webkit/Source/WebCore/editing/
DSpellingCorrectionController.cpp132 …VisibleSelection currentWord = VisibleSelection(startOfWord(startOfSelection, LeftWordIfOnBoundary… in applyPendingCorrection() local
133 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() local
331 if (currentWord != m_correctionPanelInfo.replacedString) in handleCorrectionPanelResult()
395 String currentWord = plainText(wordRange.get()); in respondToChangedSelection() local
396 if (!currentWord.length()) in respondToChangedSelection()
400 m_correctionPanelInfo.replacedString = currentWord; in respondToChangedSelection()
/external/srec/srec/Semproc/src/
DSemanticProcessorImpl.c259 const wordID* currentWord = wordIDs; in checkpath_forwardByWordID() local
271 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 …]