Home
last modified time | relevance | path

Searched defs:is_newline (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pcre/src/
H A Dpcre2_newline.c79 PRIV(is_newline)(PCRE2_SPTR ptr, uint32_t type, PCRE2_SPTR endptr, in PRIV() argument
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/nom-7.1.3/src/character/
H A Dmod.rs114 pub fn is_newline(chr: u8) -> bool { in is_newline() function
/aosp_15_r20/external/rust/android-crates-io/crates/nom/src/character/
Dmod.rs114 pub fn is_newline(chr: u8) -> bool { in is_newline() function
/aosp_15_r20/external/iproute2/tc/
H A Dtc_class.c182 static void graph_indent(char *buf, struct graph_node *node, int is_newline, in graph_indent()
/aosp_15_r20/external/rust/android-crates-io/crates/winnow/src/stream/
Dmod.rs3149 fn is_newline(self) -> bool; in is_newline() method
3186 fn is_newline(self) -> bool { in is_newline() method
3225 fn is_newline(self) -> bool { in is_newline() method
3264 fn is_newline(self) -> bool { in is_newline() method
3303 fn is_newline(self) -> bool { in is_newline() method