Home
last modified time | relevance | path

Searched refs:is_punct (Results 1 – 25 of 408) sorted by last modified time

12345678910>>...17

/dports/print/a2ps/a2ps-4.13/src/
H A Dregex.c2276 boolean is_punct = STREQ (str, "punct");
2304 if ( (is_punct && ISPUNCT (ch))
/dports/net/tinyfugue/tf-50b8/src/
H A Doutput.c3090 while (len && !is_space(str[len-1]) && !is_punct(str[len-1])) in wraplen()
/dports/japanese/gawk/gawk-3.0.6/
H A Dregex.c2590 boolean is_punct = STREQ (str, "punct");
2618 if ( (is_punct && ISPUNCT (ch))
H A Ddfa.c452 FUNC(is_punct, ISPUNCT)
477 { ":punct:]", is_punct },
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/glib-macros/src/
H A Dclone.rs168 fn is_punct(elem: &TokenTree, punct: &str) -> bool { in is_punct() function
723 if p_s == "=" && parts.peek().map_or_else(|| false, |n| is_punct(n, ">")) { in clone_inner()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/parser/src/syntax_kind/
H A Dgenerated.rs273 pub fn is_punct(self) -> bool { in is_punct() method
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/syntax/src/tests/
H A Dsourcegen_ast.rs409 pub fn is_punct(self) -> bool { in generate_syntax_kinds()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/mbe/src/
H A Dsyntax_bridge.rs168 result.push(if k.is_punct() && k != UNDERSCORE { in convert_tokens()
209 Some(next) if next.kind().is_punct() && next.kind() != UNDERSCORE => { in convert_tokens()
563 let token = if curr.kind().is_punct() { in bump()
590 let token = if curr.kind().is_punct() { in peek()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/ide/src/
H A Dexpand_macro.rs153 k if is_text(k) && is_next(|it| !it.is_punct(), true) => { in insert_whitespaces()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/ide/src/syntax_highlighting/
H A Dhighlight.rs67 p if p.is_punct() => match p { in token()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/ide_assists/src/handlers/
H A Dflip_comma.rs27 if next.kind().is_punct() { in flip_comma()
/dports/science/afni/afni-AFNI_21.3.16/src/XmHTML/lib/compat/
H A Dregex.c1437 boolean is_punct = STREQ(str, "punct"); local
1461 || (is_punct && ISPUNCT(ch))
/dports/dns/knot3/knot-3.1.5/src/contrib/
H A Dctype.h185 static inline bool is_punct(uint8_t c) in is_punct() function
/dports/dns/knot3-lib/knot-3.1.5/src/libknot/
H A Ddname.c268 } else if (is_punct(c) && c != '#') { in knot_dname_to_str()
/dports/dns/knot3-lib/knot-3.1.5/src/contrib/
H A Dctype.h185 static inline bool is_punct(uint8_t c) in is_punct() function
/dports/dns/knot3/knot-3.1.5/src/libknot/
H A Ddname.c268 } else if (is_punct(c) && c != '#') { in knot_dname_to_str()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/ide/src/syntax_highlighting/
H A Dhighlight.rs67 p if p.is_punct() => match p { in token()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/ide_assists/src/handlers/
H A Dflip_comma.rs27 if next.kind().is_punct() { in flip_comma()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/ide_db/src/helpers/
H A Dinsert_whitespace_into_node.rs60 k if is_text(k) && is_next(|it| !it.is_punct(), true) => { in insert_ws_into()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/mbe/src/
H A Dsyntax_bridge.rs166 result.push(if k.is_punct() && k != UNDERSCORE { in convert_tokens()
207 Some(next) if next.kind(&conv).is_punct() && next.kind(&conv) != UNDERSCORE => { in convert_tokens()
563 let token = if curr.kind().is_punct() { in bump()
590 let token = if curr.kind().is_punct() { in peek()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/parser/src/syntax_kind/
H A Dgenerated.rs273 pub fn is_punct(self) -> bool { in is_punct() method
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/syntax/src/tests/
H A Dsourcegen_ast.rs413 pub fn is_punct(self) -> bool { in generate_syntax_kinds()
/dports/devel/R-cran-BH/BH/inst/include/boost/algorithm/string/
H A Dclassification.hpp161 is_punct(const std::locale& Loc=std::locale()) in is_punct() function
305 using algorithm::is_punct;
/dports/lang/gcc12-devel/gcc-12-20211205/libiberty/
H A Dregex.c3263 boolean is_punct = STREQ (str, "punct"); in PREFIX()
3291 if ( (is_punct && ISPUNCT (ch)) in PREFIX()
/dports/lang/gcc12-devel/gcc-12-20211205/contrib/unicode/from_glibc/
H A Dunicode_utils.py379 def is_punct(code_point): function
462 if (is_alpha(code_point) and is_punct(code_point)):
486 if (is_cntrl(code_point) and is_punct(code_point)):
501 if (is_punct(code_point) and is_digit(code_point)):
504 if (is_punct(code_point) and is_xdigit(code_point)):
507 if (is_punct(code_point) and code_point == 0x0020):

12345678910>>...17