Home
last modified time | relevance | path

Searched refs:is_letter (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/security/fuzzing/
Darg_def_case_fuzz.cc33 const bool is_letter = 'a' <= c && c <= 'z'; in LLVMFuzzerTestOneInput() local
35 if (!is_letter && !is_digit) { in LLVMFuzzerTestOneInput()
/external/rust/crates/protobuf/src/text_format/lexer/
Dlexer_impl.rs93 fn is_letter(c: char) -> bool { in is_letter() function
309 self.next_char_if(is_letter) in next_letter_opt()