Home
last modified time | relevance | path

Searched refs:MIN_WORD_LENGTH (Results 1 – 3 of 3) sorted by relevance

/external/libxkbcommon/xkbcommon/src/xkbcomp/
Dkeywords.c253 MIN_WORD_LENGTH = 3, in keyword_gperf_lookup() enumerator
321 if (len <= MAX_WORD_LENGTH && len >= MIN_WORD_LENGTH) in keyword_gperf_lookup()
/external/toybox/kconfig/
Dzconf.hash.c_shipped168 MIN_WORD_LENGTH = 2,
221 if (len <= MAX_WORD_LENGTH && len >= MIN_WORD_LENGTH)
/external/brotli/java/org/brotli/dec/
DDecode.java82 static final int MIN_WORD_LENGTH = 4; field in Decode
929 if (s.copyLength >= MIN_WORD_LENGTH in decompress()