Home | History | Annotate | Download | only in src

Lines Matching defs:kMinLength

914   const int kMinLength = 2;
916 if (input_length < kMinLength || input_length > kMaxLength) {
929 STATIC_ASSERT(keyword_length >= kMinLength); \