HomeSort by relevance Sort by last modified time
    Searched defs:MIN_WORD_LENGTH (Results 1 - 2 of 2) sorted by null

  /external/libxkbcommon/xkbcommon/src/xkbcomp/
keywords.c 253 MIN_WORD_LENGTH = 3,
321 if (len <= MAX_WORD_LENGTH && len >= MIN_WORD_LENGTH)
  /external/brotli/java/org/brotli/dec/
Decode.java 82 static final int MIN_WORD_LENGTH = 4;
929 if (s.copyLength >= MIN_WORD_LENGTH
    [all...]

Completed in 5860 milliseconds