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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ContactsDictionary.java 130 final int wordLen = word.length();
131 if (wordLen < maxWordLength && wordLen > 1) {
  /external/webkit/WebCore/rendering/
RenderText.cpp 676 int wordLen = j - i;
677 if (wordLen) {
678 int w = widthFromCache(f, i, wordLen, leadWidth + currMaxWidth, &fallbackFonts);
713 i += wordLen - 1;
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
rbbitst.cpp 635 int32_t wordLen;
661 wordLen = 0;
671 ++wordLen;
674 if (wordLen > 0) {
675 mutableDict->addWord(word, wordLen, status);
688 wordLen = 0;
    [all...]
  /external/icu4c/test/intltest/
rbbitst.cpp 662 int32_t wordLen;
688 wordLen = 0;
698 ++wordLen;
701 if (wordLen > 0) {
702 mutableDict->addWord(word, wordLen, status);
715 wordLen = 0;
    [all...]

Completed in 99 milliseconds