HomeSort by relevance Sort by last modified time
    Searched defs:currentWord (Results 1 - 11 of 11) sorted by null

  /external/proguard/src/proguard/
WordReader.java 45 private String currentWord;
112 currentWord = null;
118 currentWord = includeWordReader.nextWord();
119 if (currentWord != null)
122 return currentWord;
200 currentWord = currentLine.substring(startIndex-1, currentIndex);
229 currentWord = currentLine.substring(startIndex, endIndex);
231 return currentWord;
266 (currentWord == null ?
268 "'" + currentWord + "' in " )
    [all...]
  /external/webkit/Source/WebCore/editing/
SpellingCorrectionController.cpp 132 VisibleSelection currentWord = VisibleSelection(startOfWord(startOfSelection, LeftWordIfOnBoundary), endOfWord(startOfSelection, RightWordIfOnBoundary));
133 if (currentWord.visibleEnd() == startOfSelection) {
134 String wordText = plainText(currentWord.toNormalizedRange().get());
329 String currentWord = plainText(m_correctionPanelInfo.rangeToBeReplaced.get());
331 if (currentWord != m_correctionPanelInfo.replacedString)
395 String currentWord = plainText(wordRange.get());
396 if (!currentWord.length())
400 m_correctionPanelInfo.replacedString = currentWord;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
AndroidSpellCheckerSession.java 50 String currentWord = null;
60 final String prevWord = currentWord;
61 currentWord = subText;
  /external/srec/srec/Semproc/src/
SemanticProcessorImpl.c 259 const wordID* currentWord = wordIDs;
271 currentWord = wordIDs;
274 wordmap_whether_in_rule(semgraph->ilabels, *currentWord, atok->ilabel))
277 atok_use = arc_tokens_find_ilabel(semgraph->arc_token_list, semgraph->arcs_for_slot[atok->ilabel], *currentWord);
281 PLogError(L("ESR_INVALID_STATE: finding wdid %d in slot %d"), *currentWord, atok->ilabel);
289 ++currentWord;
291 else if (*currentWord != MAXwordID && atok->ilabel == *currentWord)
293 ++currentWord;
315 if (atok->first_next_arc == ARC_TOKEN_NULL && *currentWord == MAXwordID
    [all...]
  /frameworks/base/core/java/android/widget/
Editor.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /external/proguard/lib/
proguard.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 

Completed in 242 milliseconds