HomeSort by relevance Sort by last modified time
    Searched refs:maxLen (Results 26 - 50 of 51) sorted by null

12 3

  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
SymbolList.java 189 public int predict(ComposingText text, int minLen, int maxLen) {
  /external/icu4c/test/perf/collationperf/
collperf.cpp 781 int maxLen = 0;
785 if (gFileLines[i].len > maxLen) maxLen = gFileLines[i].len;
789 int *accumulatedLen = new int[maxLen+1];
790 int *numKeysOfSize = new int[maxLen+1];
791 for (i=0; i<=maxLen; i++) {
805 for (i=1; i<=maxLen; i++) {
    [all...]
  /external/bzip2/
decompress.c 110 Int32 minLen, maxLen;
334 maxLen = 0;
336 if (s->len[t][i] > maxLen) maxLen = s->len[t][i];
344 minLen, maxLen, alphaSize
  /external/icu4c/i18n/
tzgnames.cpp     [all...]
tznames_impl.cpp     [all...]
  /frameworks/av/media/libeffects/factory/
EffectsFactory.c 62 static int uuidToString(const effect_uuid_t *uuid, char *str, size_t maxLen);
713 int uuidToString(const effect_uuid_t *uuid, char *str, size_t maxLen)
716 snprintf(str, maxLen, "%08x-%04x-%04x-%04x-%02x%02x%02x%02x%02x%02x",
  /frameworks/av/media/libmedia/
AudioEffect.cpp 460 status_t AudioEffect::guidToString(const effect_uuid_t *guid, char *str, size_t maxLen)
466 snprintf(str, maxLen, "%08x-%04x-%04x-%04x-%02x%02x%02x%02x%02x%02x",
  /bootable/recovery/minadbd/
adb.h 218 void get_my_path(char *s, size_t maxLen);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
OpenWnnEngineEN.java 252 public int predict(ComposingText text, int minLen, int maxLen) {
  /system/core/adb/
adb.h 247 void get_my_path(char *s, size_t maxLen);
commandline.c 42 void get_my_path(char *s, size_t maxLen);
    [all...]
  /external/icu4c/common/
uloc.c     [all...]
  /external/valgrind/main/VEX/switchback/
test_bzip2.c     [all...]
  /external/valgrind/main/exp-sgcheck/tests/
hackedbz2.c     [all...]
  /external/valgrind/main/memcheck/tests/
origin5-bz2.c     [all...]
varinfo6.c     [all...]
  /external/valgrind/main/perf/
bz2.c     [all...]
test_input_for_tinycc.c 1432 Int32 minLen, maxLen;
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cat/
CommandParamsFactory.java 408 input.maxLen = 1;
459 input.maxLen = rawValue[valueIndex + 1] & 0xff;
    [all...]
  /prebuilts/tools/common/commons-compress/
commons-compress-1.0.jar 
  /external/chromium/crypto/third_party/nss/
sha512.cc 1238 unsigned int maxLen = SHA_MIN(maxDigestLen, SHA384_LENGTH);
1239 SHA512_End(ctx, digest, digestLen, maxLen);
    [all...]
  /prebuilts/tools/common/ant/
ant.jar 
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 

Completed in 2280 milliseconds

12 3