Home
last modified time | relevance | path

Searched defs:match_range (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/antlr/runtime/Perl5/lib/ANTLR/Runtime/
H A DLexer.pm186 sub match_range { method in ANTLR::Runtime::Lexer
/aosp_15_r20/external/rust/android-crates-io/crates/pest/src/
Dposition.rs440 pub(crate) fn match_range(&mut self, range: Range<char>) -> bool { in match_range() method
617 fn match_range() { in match_range() function
Dparser_state.rs726 pub fn match_range(mut self: Box<Self>, range: Range<char>) -> ParseResult<Box<Self>> { in match_range() method