HomeSort by relevance Sort by last modified time
    Searched refs:wordString (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
AndroidSpellCheckerService.java 176 final String wordString = new String(word, wordOffset, wordLength);
178 Utils.calcNormalizedScore(mOriginalText, wordString, score);
180 if (DBG) Log.i(TAG, wordString + " does not make the score threshold");
188 mSuggestions.add(insertIndex, wordString);
191 mSuggestions.add(insertIndex, wordString);
  /external/webkit/Source/WebCore/inspector/front-end/
StylesSidebarPane.js     [all...]

Completed in 150 milliseconds