Home
last modified time | relevance | path

Searched refs:is_cntrl (Results 1 – 25 of 223) sorted by relevance

123456789

/dports/devel/avr-gcc/gcc-10.2.0/contrib/unicode/from_glibc/
H A Dunicode_utils.py337 def is_cntrl(code_point): function
456 if (is_alpha(code_point) and is_cntrl(code_point)):
483 if (is_cntrl(code_point) and is_digit(code_point)):
486 if (is_cntrl(code_point) and is_punct(code_point)):
489 if (is_cntrl(code_point) and is_graph(code_point)):
492 if (is_cntrl(code_point) and is_print(code_point)):
495 if (is_cntrl(code_point) and is_xdigit(code_point)):
/dports/lang/gcc11-devel/gcc-11-20211009/contrib/unicode/from_glibc/
H A Dunicode_utils.py337 def is_cntrl(code_point): function
456 if (is_alpha(code_point) and is_cntrl(code_point)):
483 if (is_cntrl(code_point) and is_digit(code_point)):
486 if (is_cntrl(code_point) and is_punct(code_point)):
489 if (is_cntrl(code_point) and is_graph(code_point)):
492 if (is_cntrl(code_point) and is_print(code_point)):
495 if (is_cntrl(code_point) and is_xdigit(code_point)):
/dports/lang/gcc10-devel/gcc-10-20211008/contrib/unicode/from_glibc/
H A Dunicode_utils.py337 def is_cntrl(code_point): function
456 if (is_alpha(code_point) and is_cntrl(code_point)):
483 if (is_cntrl(code_point) and is_digit(code_point)):
486 if (is_cntrl(code_point) and is_punct(code_point)):
489 if (is_cntrl(code_point) and is_graph(code_point)):
492 if (is_cntrl(code_point) and is_print(code_point)):
495 if (is_cntrl(code_point) and is_xdigit(code_point)):
/dports/lang/gcc12-devel/gcc-12-20211205/contrib/unicode/from_glibc/
H A Dunicode_utils.py337 def is_cntrl(code_point): function
456 if (is_alpha(code_point) and is_cntrl(code_point)):
483 if (is_cntrl(code_point) and is_digit(code_point)):
486 if (is_cntrl(code_point) and is_punct(code_point)):
489 if (is_cntrl(code_point) and is_graph(code_point)):
492 if (is_cntrl(code_point) and is_print(code_point)):
495 if (is_cntrl(code_point) and is_xdigit(code_point)):
/dports/misc/cxx_atomics_pic/gcc-11.2.0/contrib/unicode/from_glibc/
H A Dunicode_utils.py337 def is_cntrl(code_point): function
456 if (is_alpha(code_point) and is_cntrl(code_point)):
483 if (is_cntrl(code_point) and is_digit(code_point)):
486 if (is_cntrl(code_point) and is_punct(code_point)):
489 if (is_cntrl(code_point) and is_graph(code_point)):
492 if (is_cntrl(code_point) and is_print(code_point)):
495 if (is_cntrl(code_point) and is_xdigit(code_point)):
/dports/lang/gcc10/gcc-10.3.0/contrib/unicode/from_glibc/
H A Dunicode_utils.py337 def is_cntrl(code_point): function
456 if (is_alpha(code_point) and is_cntrl(code_point)):
483 if (is_cntrl(code_point) and is_digit(code_point)):
486 if (is_cntrl(code_point) and is_punct(code_point)):
489 if (is_cntrl(code_point) and is_graph(code_point)):
492 if (is_cntrl(code_point) and is_print(code_point)):
495 if (is_cntrl(code_point) and is_xdigit(code_point)):
/dports/lang/gcc11/gcc-11.2.0/contrib/unicode/from_glibc/
H A Dunicode_utils.py337 def is_cntrl(code_point): function
456 if (is_alpha(code_point) and is_cntrl(code_point)):
483 if (is_cntrl(code_point) and is_digit(code_point)):
486 if (is_cntrl(code_point) and is_punct(code_point)):
489 if (is_cntrl(code_point) and is_graph(code_point)):
492 if (is_cntrl(code_point) and is_print(code_point)):
495 if (is_cntrl(code_point) and is_xdigit(code_point)):
/dports/net/tinyfugue-devel/tinyfugue-5.1.3/src/
H A Dtty.c143 if (is_cntrl(*bs) && *bs && *bs != '\b' && *bs != '\177') in init_tty()
145 if (is_cntrl(*bword) && *bword) add_ibind(bword, "/DOKEY BWORD"); in init_tty()
147 if (is_cntrl(*refresh) && *refresh) add_ibind(refresh, "/DOKEY REFRESH"); in init_tty()
148 if (is_cntrl(*lnext) && *lnext) add_ibind(lnext, "/DOKEY LNEXT"); in init_tty()
/dports/net/tinyfugue/tf-50b8/src/
H A Dtty.c144 if (is_cntrl(*bs) && *bs && *bs != '\b' && *bs != '\177') in init_tty()
146 if (is_cntrl(*bword) && *bword) add_ibind(bword, "/DOKEY BWORD"); in init_tty()
148 if (is_cntrl(*refresh) && *refresh) add_ibind(refresh, "/DOKEY REFRESH"); in init_tty()
149 if (is_cntrl(*lnext) && *lnext) add_ibind(lnext, "/DOKEY LNEXT"); in init_tty()
/dports/devel/cpp-netlib/cpp-netlib-cpp-netlib-0.13.0-final/boost/network/protocol/http/server/
H A Drequest_parser.hpp85 if (algorithm::is_cntrl()(*current_iterator)) in parse_until()
93 if (algorithm::is_cntrl()(*current_iterator)) in parse_until()
184 else if (algorithm::is_cntrl()(*current_iterator)) in parse_until()
/dports/devel/hyperscan/boost_1_75_0/boost/algorithm/string/
H A Dclassification.hpp96 is_cntrl(const std::locale& Loc=std::locale()) in is_cntrl() function
299 using algorithm::is_cntrl;
/dports/devel/boost-python-libs/boost_1_72_0/boost/algorithm/string/
H A Dclassification.hpp96 is_cntrl(const std::locale& Loc=std::locale()) in is_cntrl() function
299 using algorithm::is_cntrl;
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/boost/algorithm/string/
H A Dclassification.hpp96 is_cntrl(const std::locale& Loc=std::locale()) in is_cntrl() function
299 using algorithm::is_cntrl;
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/algorithm/string/
H A Dclassification.hpp96 is_cntrl(const std::locale& Loc=std::locale()) in is_cntrl() function
299 using algorithm::is_cntrl;
/dports/devel/R-cran-BH/BH/inst/include/boost/algorithm/string/
H A Dclassification.hpp96 is_cntrl(const std::locale& Loc=std::locale()) in is_cntrl() function
299 using algorithm::is_cntrl;
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/algorithm/string/
H A Dclassification.hpp96 is_cntrl(const std::locale& Loc=std::locale()) in is_cntrl() function
299 using algorithm::is_cntrl;
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/algorithm/string/
H A Dclassification.hpp96 is_cntrl(const std::locale& Loc=std::locale()) in is_cntrl() function
299 using algorithm::is_cntrl;
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/algorithm/string/
H A Dclassification.hpp96 is_cntrl(const std::locale& Loc=std::locale()) in is_cntrl() function
299 using algorithm::is_cntrl;
/dports/databases/xtrabackup/boost_1_59_0/boost/algorithm/string/
H A Dclassification.hpp96 is_cntrl(const std::locale& Loc=std::locale()) in is_cntrl() function
299 using algorithm::is_cntrl;
/dports/databases/percona57-server/boost_1_59_0/boost/algorithm/string/
H A Dclassification.hpp96 is_cntrl(const std::locale& Loc=std::locale()) in is_cntrl() function
299 using algorithm::is_cntrl;
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/algorithm/string/
H A Dclassification.hpp96 is_cntrl(const std::locale& Loc=std::locale()) in is_cntrl() function
299 using algorithm::is_cntrl;
/dports/databases/percona57-client/boost_1_59_0/boost/algorithm/string/
H A Dclassification.hpp96 is_cntrl(const std::locale& Loc=std::locale()) in is_cntrl() function
299 using algorithm::is_cntrl;
/dports/math/libmesh/libmesh-1.6.2/contrib/boost/include/boost/algorithm/string/
H A Dclassification.hpp96 is_cntrl(const std::locale& Loc=std::locale()) in is_cntrl() function
299 using algorithm::is_cntrl;
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/algorithm/string/
H A Dclassification.hpp96 is_cntrl(const std::locale& Loc=std::locale()) in is_cntrl() function
299 using algorithm::is_cntrl;
/dports/devel/boost-libs/boost_1_72_0/boost/algorithm/string/
H A Dclassification.hpp96 is_cntrl(const std::locale& Loc=std::locale()) in is_cntrl() function
299 using algorithm::is_cntrl;

123456789