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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ContactsDictionary.java 150 final int wordLen = word.length();
151 if (wordLen < maxWordLength && wordLen > 1) {
  /external/webkit/Source/WebCore/rendering/
RenderText.cpp 838 int wordLen = j - i;
839 if (wordLen) {
840 float w = widthFromCache(f, i, wordLen, leadWidth + currMaxWidth, &fallbackFonts, &glyphOverflow);
877 i += wordLen - 1;
    [all...]
  /external/icu4c/test/intltest/
rbbitst.cpp 665 int32_t wordLen;
691 wordLen = 0;
701 ++wordLen;
704 if (wordLen > 0) {
705 mutableDict->addWord(word, wordLen, status);
718 wordLen = 0;
    [all...]

Completed in 294 milliseconds