Home
last modified time | relevance | path

Searched refs:is_punct (Results 1 – 25 of 408) sorted by relevance

12345678910>>...17

/dports/lang/v/v-0.1.29/vlib/encoding/utf8/
H A Dutf8_util_test.v31 assert utf8.is_punct(a,0)==true
32 assert utf8.is_punct('b',0)==false
34 assert utf8.is_punct(a,4)==true // ?
35 assert utf8.is_punct(a,14)==true // last .
36 assert utf8.is_punct(a,12)==false // è
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/hex-literal-0.3.4/src/
H A Dlib.rs85 is_punct: bool, field
105 is_punct: false, in new()
141 let v = if self.is_punct { in next()
152 self.is_punct = !self.is_punct; in next()
/dports/security/gpg-tui/gpg-tui-0.8.2/cargo-crates/hex-literal-0.3.3/src/
H A Dlib.rs85 is_punct: bool, field
101 is_punct: false, in new()
124 let v = if self.is_punct { in next()
135 self.is_punct = !self.is_punct; in next()
/dports/devel/boost-docs/boost_1_72_0/libs/algorithm/string/test/
H A Dtrim_test.cpp124 BOOST_CHECK( trim_all_copy_if( str2, is_punct() )=="2x+x-x-x2" ) ; in trim_all_test()
135 trim_all_if( str2, is_punct() ); in trim_all_test()
165 BOOST_CHECK( trim_fill_copy_if( str2, " ", is_punct() )=="2x x x x2" ) ; in trim_fill_test()
176 trim_fill_if( str2, "", is_punct() ); in trim_fill_test()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/algorithm/string/test/
H A Dtrim_test.cpp124 BOOST_CHECK( trim_all_copy_if( str2, is_punct() )=="2x+x-x-x2" ) ; in trim_all_test()
135 trim_all_if( str2, is_punct() ); in trim_all_test()
165 BOOST_CHECK( trim_fill_copy_if( str2, " ", is_punct() )=="2x x x x2" ) ; in trim_fill_test()
176 trim_fill_if( str2, "", is_punct() ); in trim_fill_test()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/algorithm/string/test/
H A Dtrim_test.cpp124 BOOST_CHECK( trim_all_copy_if( str2, is_punct() )=="2x+x-x-x2" ) ; in trim_all_test()
135 trim_all_if( str2, is_punct() ); in trim_all_test()
165 BOOST_CHECK( trim_fill_copy_if( str2, " ", is_punct() )=="2x x x x2" ) ; in trim_fill_test()
176 trim_fill_if( str2, "", is_punct() ); in trim_fill_test()
/dports/databases/percona57-server/boost_1_59_0/libs/algorithm/string/test/
H A Dtrim_test.cpp124 BOOST_CHECK( trim_all_copy_if( str2, is_punct() )=="2x+x-x-x2" ) ; in trim_all_test()
135 trim_all_if( str2, is_punct() ); in trim_all_test()
165 BOOST_CHECK( trim_fill_copy_if( str2, " ", is_punct() )=="2x x x x2" ) ; in trim_fill_test()
176 trim_fill_if( str2, "", is_punct() ); in trim_fill_test()
/dports/databases/xtrabackup/boost_1_59_0/libs/algorithm/string/test/
H A Dtrim_test.cpp124 BOOST_CHECK( trim_all_copy_if( str2, is_punct() )=="2x+x-x-x2" ) ; in trim_all_test()
135 trim_all_if( str2, is_punct() ); in trim_all_test()
165 BOOST_CHECK( trim_fill_copy_if( str2, " ", is_punct() )=="2x x x x2" ) ; in trim_fill_test()
176 trim_fill_if( str2, "", is_punct() ); in trim_fill_test()
/dports/databases/percona57-client/boost_1_59_0/libs/algorithm/string/test/
H A Dtrim_test.cpp124 BOOST_CHECK( trim_all_copy_if( str2, is_punct() )=="2x+x-x-x2" ) ; in trim_all_test()
135 trim_all_if( str2, is_punct() ); in trim_all_test()
165 BOOST_CHECK( trim_fill_copy_if( str2, " ", is_punct() )=="2x x x x2" ) ; in trim_fill_test()
176 trim_fill_if( str2, "", is_punct() ); in trim_fill_test()
/dports/devel/boost-libs/boost_1_72_0/libs/algorithm/string/test/
H A Dtrim_test.cpp124 BOOST_CHECK( trim_all_copy_if( str2, is_punct() )=="2x+x-x-x2" ) ; in trim_all_test()
135 trim_all_if( str2, is_punct() ); in trim_all_test()
165 BOOST_CHECK( trim_fill_copy_if( str2, " ", is_punct() )=="2x x x x2" ) ; in trim_fill_test()
176 trim_fill_if( str2, "", is_punct() ); in trim_fill_test()
/dports/devel/boost-python-libs/boost_1_72_0/libs/algorithm/string/test/
H A Dtrim_test.cpp124 BOOST_CHECK( trim_all_copy_if( str2, is_punct() )=="2x+x-x-x2" ) ; in trim_all_test()
135 trim_all_if( str2, is_punct() ); in trim_all_test()
165 BOOST_CHECK( trim_fill_copy_if( str2, " ", is_punct() )=="2x x x x2" ) ; in trim_fill_test()
176 trim_fill_if( str2, "", is_punct() ); in trim_fill_test()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/algorithm/string/test/
H A Dtrim_test.cpp124 BOOST_CHECK( trim_all_copy_if( str2, is_punct() )=="2x+x-x-x2" ) ; in trim_all_test()
135 trim_all_if( str2, is_punct() ); in trim_all_test()
165 BOOST_CHECK( trim_fill_copy_if( str2, " ", is_punct() )=="2x x x x2" ) ; in trim_fill_test()
176 trim_fill_if( str2, "", is_punct() ); in trim_fill_test()
/dports/devel/hyperscan/boost_1_75_0/libs/algorithm/string/test/
H A Dtrim_test.cpp124 BOOST_CHECK( trim_all_copy_if( str2, is_punct() )=="2x+x-x-x2" ) ; in trim_all_test()
135 trim_all_if( str2, is_punct() ); in trim_all_test()
165 BOOST_CHECK( trim_fill_copy_if( str2, " ", is_punct() )=="2x x x x2" ) ; in trim_fill_test()
176 trim_fill_if( str2, "", is_punct() ); in trim_fill_test()
/dports/devel/avr-gcc/gcc-10.2.0/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):
/dports/lang/gcc11-devel/gcc-11-20211009/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):
/dports/lang/gcc10-devel/gcc-10-20211008/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):
/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):
/dports/misc/cxx_atomics_pic/gcc-11.2.0/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):
/dports/lang/gcc10/gcc-10.3.0/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):
/dports/lang/gcc11/gcc-11.2.0/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):
/dports/textproc/groff/groff-1.22.4/src/preproc/refer/
H A Dtoken.h46 int is_punct() const;
71 inline int token_info::is_punct() const in is_punct() function
/dports/japanese/groff/groff-1.18.1.1/src/preproc/refer/
H A Dtoken.h47 int is_punct() const;
72 inline int token_info::is_punct() const in is_punct() function
/dports/devel/texlab/texlab-3.3.0/cargo-crates/logos-derive-0.12.0/src/
H A Dutil.rs52 pub fn is_punct(tt: &TokenTree, expect: char) -> bool { in is_punct() function
65 tt.filter(|tt| !is_punct(&tt, expect)) in expect_punct()
/dports/editors/jupp/jupp/
H A Dcharmap.h33 int (*is_punct)(struct charmap *map,int c); member
64 #define joe_ispunct(map,c) ((map)->is_punct((map),(c)))
/dports/editors/joe/joe-4.6/joe/
H A Dcharmap.h26 int (*is_punct)(struct charmap *map,int c); member
55 #define joe_ispunct(map,c) ((map)->is_punct((map),(c)))

12345678910>>...17