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/
ContactsBinaryDictionary.java 201 final int wordLen = StringUtils.codePointCount(word);
202 if (wordLen < MAX_WORD_LENGTH && wordLen > 1) {
302 final int wordLen = StringUtils.codePointCount(word);
303 if (wordLen < MAX_WORD_LENGTH && wordLen > 1) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
BinaryDictIOUtils.java 183 final int wordLen = word.codePointCount(0, word.length());
185 if (wordPos >= wordLen) return FormatSpec.NOT_VALID_WORD;
205 if (wordPos + p >= wordLen
214 if (wordPos + currentInfo.mCharacters.length == wordLen) {
    [all...]
  /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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 

Completed in 39 milliseconds