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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ContactsBinaryDictionary.java 174 final int wordLen = StringUtils.codePointCount(word);
175 if (wordLen < MAX_WORD_LENGTH && wordLen > 1) {
270 final int wordLen = StringUtils.codePointCount(word);
271 if (wordLen < MAX_WORD_LENGTH && wordLen > 1) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
BinaryDictIOUtils.java 163 final int wordLen = word.codePointCount(0, word.length());
165 if (wordPos >= wordLen) return FormatSpec.NOT_VALID_WORD;
185 if (wordPos + p >= wordLen
194 if (wordPos + currentInfo.mCharacters.length == wordLen) {
  /external/webkit/Source/WebCore/rendering/
RenderText.cpp 873 int wordLen = j - i;
874 if (wordLen) {
875 float w = widthFromCache(f, i, wordLen, leadWidth + currMaxWidth, &fallbackFonts, &glyphOverflow);
    [all...]
  /external/icu4c/test/intltest/
rbbitst.cpp 663 int32_t wordLen;
689 wordLen = 0;
699 ++wordLen;
702 if (wordLen > 0) {
703 mutableDict->addWord(word, wordLen, status);
716 wordLen = 0;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 

Completed in 112 milliseconds