HomeSort by relevance Sort by last modified time
    Searched refs:wordLen (Results 1 - 5 of 5) 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/icu/source/test/intltest/
rbbitst.cpp 672 int32_t wordLen;
698 wordLen = 0;
708 ++wordLen;
711 if (wordLen > 0) {
712 mutableDict->addWord(word, wordLen, status);
725 wordLen = 0;
    [all...]
  /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 434 milliseconds