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

  /packages/inputmethods/PinyinIME/jni/include/
userdict.h 318 uint16 fulllen, const UserDictSearchable *searchable);
355 uint16 fulllen, const UserDictSearchable *searchable);
  /packages/inputmethods/PinyinIME/jni/share/
userdict.cpp 408 const uint16 * fullids, uint16 fulllen,
410 if (fulllen < searchable->splids_len)
426 const uint16 * fullids, uint16 fulllen,
428 if (fulllen != searchable->splids_len)
432 for (; i < fulllen; i++) {
    [all...]
  /external/pcre/
pcregrep.c 2121 int fulllen = (int)(strchr(op->long_name, ')') - op->long_name + 1); local
    [all...]

Completed in 56 milliseconds