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

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
BinaryDictIOUtils.java 185 final int wordLen = word.codePointCount(0, word.length());
187 if (wordPos >= wordLen) return FormatSpec.NOT_VALID_WORD;
199 if (wordPos + p >= wordLen
208 if (wordPos + currentInfo.mCharacters.length == wordLen) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ContactsBinaryDictionary.java 233 final int wordLen = StringUtils.codePointCount(word);
234 if (wordLen <= MAX_WORD_LENGTH && wordLen > 1) {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderText.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 

Completed in 103 milliseconds