Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/
Dpcre2_newline.c79 PRIV(is_newline)(PCRE2_SPTR ptr, uint32_t type, PCRE2_SPTR endptr, in PRIV() argument
/third_party/rust/crates/nom/src/character/
Dmod.rs114 pub fn is_newline(chr: u8) -> bool { in is_newline() function
/third_party/ffmpeg/libavfilter/
Dvf_drawtext.c571 static inline int is_newline(uint32_t c) in is_newline() function