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

  /external/linux-tools-perf/src/tools/perf/util/
color.c 65 int val, wordlen = 0; local
67 while (len > 0 && !isspace(word[wordlen])) {
68 wordlen++;
72 ptr = word + wordlen;
78 val = parse_color(word, wordlen);
90 val = parse_attr(word, wordlen);
  /external/tcpdump/
print-ospf6.c 162 u_int wordlen; local
169 wordlen = (lsapp->lsa_p_len + 31) / 32;
170 if (wordlen * 4 > sizeof(struct in6_addr)) {
174 if (lsa_length < wordlen * 4)
176 lsa_length -= wordlen * 4;
177 TCHECK2(lsapp->lsa_p_prefix, wordlen * 4);
179 memcpy(&prefix, lsapp->lsa_p_prefix, wordlen * 4);
188 return sizeof(*lsapp) - 4 + wordlen * 4;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ContactsBinaryDictionary.java 148 final int wordLen = StringUtils.codePointCount(word);
149 if (wordLen <= MAX_WORD_LENGTH && wordLen > 1) {
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
BinaryDictIOUtils.java 175 final int wordLen = word.codePointCount(0, word.length());
177 if (wordPos >= wordLen) return FormatSpec.NOT_VALID_WORD;
189 if (wordPos + p >= wordLen
198 if (wordPos + currentInfo.mCharacters.length == wordLen) {
  /external/skia/platform_tools/android/bin/linux/
perfhost 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 

Completed in 327 milliseconds