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

  /external/jdiff/src/jdiff/
CommentsHandler.java 35 private boolean inText = false;
86 inText = true;
89 if (inText) {
104 inText = false;
106 } else if (inText) {
114 if (inText) {
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3string.c 731 pANTLR3_UINT16 inText;
743 inText = (pANTLR3_UINT16)(instr->chars);
748 if (*(inText + i) == '\n')
754 else if (*(inText + i) == '\r')
760 else if (!isprint(*(inText +i)))
767 *scannedText++ = *(inText + i);
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
AndroidWordLevelSpellCheckerSession.java 248 final String inText = textInfo.getText();
250 mSuggestionsCache.getSuggestionsFromCache(inText, prevWord);
253 Log.d(TAG, "Cache hit: " + inText + ", " + cachedSuggestionsParams.mFlags);
259 if (shouldFilterOut(inText, mScript)) {
266 return dictInfo.mDictionary.isValidWord(inText)
277 final String text = inText.replaceAll(
  /external/guava/guava/lib/
jdiff.jar 

Completed in 378 milliseconds