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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ContactsBinaryDictionary.java 210 final int wordLen = StringUtils.codePointCount(word);
211 if (wordLen < MAX_WORD_LENGTH && wordLen > 1) {
317 final int wordLen = StringUtils.codePointCount(word);
318 if (wordLen < MAX_WORD_LENGTH && wordLen > 1) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
DynamicBinaryDictIOUtils.java 264 final int wordLen = codePoints.length;
267 if (wordPos >= wordLen) break;
284 if (wordPos + p >= wordLen) {
387 if (wordPos + currentInfo.mCharacters.length == wordLen) {
421 final boolean hasMultipleChars = (wordLen - wordPos) > 1;
425 final int[] characters = Arrays.copyOfRange(codePoints, wordPos, wordLen);
466 final int[] characters = Arrays.copyOfRange(codePoints, wordPos, wordLen);
BinaryDictIOUtils.java 179 final int wordLen = word.codePointCount(0, word.length());
181 if (wordPos >= wordLen) return FormatSpec.NOT_VALID_WORD;
199 if (wordPos + p >= wordLen
208 if (wordPos + currentInfo.mCharacters.length == wordLen) {
  /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 447 milliseconds