Home
last modified time | relevance | path

Searched refs:find_char (Results 1 – 25 of 398) sorted by relevance

12345678910>>...16

/dports/lang/gnu-apl/apl-1.8/src/
H A DAvec.cc160 i == find_char(character_table[i].unicode)); in check_av_table()
194 CHT_Index idx = find_char(uni); in uni_to_token()
220 const CHT_Index pos = find_char(av); in find_av_pos()
228 Avec::find_char(Unicode av) in find_char() function in Avec
306 const CHT_Index idx = find_char(uni); in need_UCS()
316 const int32_t idx = find_char(av); in is_symbol_char()
330 const int32_t idx = find_char(av); in no_space_after()
338 const int32_t idx = find_char(av); in no_space_before()
/dports/devel/gnome-builder/gnome-builder-41.3/src/plugins/xml-pack/
H A Dide-xml.c32 find_char (iter_func func, in find_char() function
98 if(find_char (gtk_text_iter_backward_char, iter, start, '<') && in ide_xml_get_current_element()
99 find_char (gtk_text_iter_forward_char,iter, end, '>') && in ide_xml_get_current_element()
116 if(find_char (gtk_text_iter_forward_char, iter, start, '<') && in ide_xml_find_next_element()
117 find_char (gtk_text_iter_forward_char,start, end, '>') && in ide_xml_find_next_element()
133 if(find_char (gtk_text_iter_backward_char, iter, end, '>') && in ide_xml_find_previous_element()
134 find_char (gtk_text_iter_backward_char, end, start, '<') && in ide_xml_find_previous_element()
/dports/devel/boost-python-libs/boost_1_72_0/tools/quickbook/src/
H A Dsimple_parse.hpp36 inline bool find_char(char const* text, char c) in find_char() function
46 while (it != end && find_char(text, *it)) in read_some_of()
53 while (it != end && !find_char(text, *it)) in read_to_one_of()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/tools/quickbook/src/
H A Dsimple_parse.hpp36 inline bool find_char(char const* text, char c) in find_char() function
46 while (it != end && find_char(text, *it)) in read_some_of()
53 while (it != end && !find_char(text, *it)) in read_to_one_of()
/dports/devel/boost-docs/boost_1_72_0/tools/quickbook/src/
H A Dsimple_parse.hpp36 inline bool find_char(char const* text, char c) in find_char() function
46 while (it != end && find_char(text, *it)) in read_some_of()
53 while (it != end && !find_char(text, *it)) in read_to_one_of()
/dports/devel/boost-libs/boost_1_72_0/tools/quickbook/src/
H A Dsimple_parse.hpp36 inline bool find_char(char const* text, char c) in find_char() function
46 while (it != end && find_char(text, *it)) in read_some_of()
53 while (it != end && !find_char(text, *it)) in read_to_one_of()
/dports/devel/hyperscan/boost_1_75_0/tools/quickbook/src/
H A Dsimple_parse.hpp36 inline bool find_char(char const* text, char c) in find_char() function
46 while (it != end && find_char(text, *it)) in read_some_of()
53 while (it != end && !find_char(text, *it)) in read_to_one_of()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/STLport-5.2.1/test/unit/
H A Dfind_test.cpp20 CPPUNIT_TEST(find_char);
28 void find_char();
117 void FindTest::find_char() in find_char() function in FindTest
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/idna-0.2.3/src/
H A Duts46.rs53 fn find_char(codepoint: char) -> &'static Mapping { in find_char() function
98 return Some(match *find_char(codepoint) { in next()
305 if label.chars().any(|c| match *find_char(c) { in check_validity()
711 use super::{find_char, Mapping};
715 assert_matches!(find_char('-'), &Mapping::Valid); in mapping_fast_path()
716 assert_matches!(find_char('.'), &Mapping::Valid); in mapping_fast_path()
718 assert_matches!(find_char(*c), &Mapping::Valid); in mapping_fast_path()
724 assert_matches!(find_char(*c), &Mapping::Valid); in mapping_fast_path()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/idna-0.2.3/src/
H A Duts46.rs53 fn find_char(codepoint: char) -> &'static Mapping { in find_char() function
98 return Some(match *find_char(codepoint) { in next()
305 if label.chars().any(|c| match *find_char(c) { in check_validity()
711 use super::{find_char, Mapping};
715 assert_matches!(find_char('-'), &Mapping::Valid); in mapping_fast_path()
716 assert_matches!(find_char('.'), &Mapping::Valid); in mapping_fast_path()
718 assert_matches!(find_char(*c), &Mapping::Valid); in mapping_fast_path()
724 assert_matches!(find_char(*c), &Mapping::Valid); in mapping_fast_path()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/idna-0.2.3/src/
H A Duts46.rs53 fn find_char(codepoint: char) -> &'static Mapping { in find_char() function
98 return Some(match *find_char(codepoint) { in next()
305 if label.chars().any(|c| match *find_char(c) { in check_validity()
711 use super::{find_char, Mapping};
715 assert_matches!(find_char('-'), &Mapping::Valid); in mapping_fast_path()
716 assert_matches!(find_char('.'), &Mapping::Valid); in mapping_fast_path()
718 assert_matches!(find_char(*c), &Mapping::Valid); in mapping_fast_path()
724 assert_matches!(find_char(*c), &Mapping::Valid); in mapping_fast_path()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/idna-0.2.3/src/
H A Duts46.rs53 fn find_char(codepoint: char) -> &'static Mapping { in find_char() function
98 return Some(match *find_char(codepoint) { in next()
305 if label.chars().any(|c| match *find_char(c) { in check_validity()
711 use super::{find_char, Mapping};
715 assert_matches!(find_char('-'), &Mapping::Valid); in mapping_fast_path()
716 assert_matches!(find_char('.'), &Mapping::Valid); in mapping_fast_path()
718 assert_matches!(find_char(*c), &Mapping::Valid); in mapping_fast_path()
724 assert_matches!(find_char(*c), &Mapping::Valid); in mapping_fast_path()
/dports/lang/gleam/gleam-0.18.2/cargo-crates/idna-0.2.3/src/
H A Duts46.rs53 fn find_char(codepoint: char) -> &'static Mapping { in find_char() function
98 return Some(match *find_char(codepoint) { in next()
305 if label.chars().any(|c| match *find_char(c) { in check_validity()
711 use super::{find_char, Mapping};
715 assert_matches!(find_char('-'), &Mapping::Valid); in mapping_fast_path()
716 assert_matches!(find_char('.'), &Mapping::Valid); in mapping_fast_path()
718 assert_matches!(find_char(*c), &Mapping::Valid); in mapping_fast_path()
724 assert_matches!(find_char(*c), &Mapping::Valid); in mapping_fast_path()
/dports/net/routinator/routinator-0.10.2/cargo-crates/idna-0.2.3/src/
H A Duts46.rs53 fn find_char(codepoint: char) -> &'static Mapping { in find_char() function
98 return Some(match *find_char(codepoint) { in next()
305 if label.chars().any(|c| match *find_char(c) { in check_validity()
711 use super::{find_char, Mapping};
715 assert_matches!(find_char('-'), &Mapping::Valid); in mapping_fast_path()
716 assert_matches!(find_char('.'), &Mapping::Valid); in mapping_fast_path()
718 assert_matches!(find_char(*c), &Mapping::Valid); in mapping_fast_path()
724 assert_matches!(find_char(*c), &Mapping::Valid); in mapping_fast_path()
/dports/editors/helix/helix-0.5.0/cargo-crates/idna-0.2.3/src/
H A Duts46.rs53 fn find_char(codepoint: char) -> &'static Mapping { in find_char() function
98 return Some(match *find_char(codepoint) { in next()
305 if label.chars().any(|c| match *find_char(c) { in check_validity()
711 use super::{find_char, Mapping};
715 assert_matches!(find_char('-'), &Mapping::Valid); in mapping_fast_path()
716 assert_matches!(find_char('.'), &Mapping::Valid); in mapping_fast_path()
718 assert_matches!(find_char(*c), &Mapping::Valid); in mapping_fast_path()
724 assert_matches!(find_char(*c), &Mapping::Valid); in mapping_fast_path()
/dports/editors/kak-lsp/kak-lsp-11.1.0/cargo-crates/idna-0.2.3/src/
H A Duts46.rs53 fn find_char(codepoint: char) -> &'static Mapping { in find_char() function
98 return Some(match *find_char(codepoint) { in next()
305 if label.chars().any(|c| match *find_char(c) { in check_validity()
711 use super::{find_char, Mapping};
715 assert_matches!(find_char('-'), &Mapping::Valid); in mapping_fast_path()
716 assert_matches!(find_char('.'), &Mapping::Valid); in mapping_fast_path()
718 assert_matches!(find_char(*c), &Mapping::Valid); in mapping_fast_path()
724 assert_matches!(find_char(*c), &Mapping::Valid); in mapping_fast_path()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/idna/src/
H A Duts46.rs53 fn find_char(codepoint: char) -> &'static Mapping { in find_char() function
98 return Some(match *find_char(codepoint) { in next()
305 if label.chars().any(|c| match *find_char(c) { in check_validity()
711 use super::{find_char, Mapping};
715 assert_matches!(find_char('-'), &Mapping::Valid); in mapping_fast_path()
716 assert_matches!(find_char('.'), &Mapping::Valid); in mapping_fast_path()
718 assert_matches!(find_char(*c), &Mapping::Valid); in mapping_fast_path()
724 assert_matches!(find_char(*c), &Mapping::Valid); in mapping_fast_path()
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/idna-0.2.3/src/
H A Duts46.rs53 fn find_char(codepoint: char) -> &'static Mapping { in find_char() function
98 return Some(match *find_char(codepoint) { in next()
305 if label.chars().any(|c| match *find_char(c) { in check_validity()
711 use super::{find_char, Mapping};
715 assert_matches!(find_char('-'), &Mapping::Valid); in mapping_fast_path()
716 assert_matches!(find_char('.'), &Mapping::Valid); in mapping_fast_path()
718 assert_matches!(find_char(*c), &Mapping::Valid); in mapping_fast_path()
724 assert_matches!(find_char(*c), &Mapping::Valid); in mapping_fast_path()
/dports/www/rearx/rearx-0.1.4/cargo-crates/idna-0.2.2/src/
H A Duts46.rs53 fn find_char(codepoint: char) -> &'static Mapping { in find_char() function
98 return Some(match *find_char(codepoint) { in next()
305 if label.chars().any(|c| match *find_char(c) { in check_validity()
712 use super::{find_char, Mapping};
716 assert_matches!(find_char('-'), &Mapping::Valid); in mapping_fast_path()
717 assert_matches!(find_char('.'), &Mapping::Valid); in mapping_fast_path()
719 assert_matches!(find_char(*c), &Mapping::Valid); in mapping_fast_path()
725 assert_matches!(find_char(*c), &Mapping::Valid); in mapping_fast_path()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/idna-0.2.3/src/
H A Duts46.rs53 fn find_char(codepoint: char) -> &'static Mapping { in find_char() function
98 return Some(match *find_char(codepoint) { in next()
305 if label.chars().any(|c| match *find_char(c) { in check_validity()
711 use super::{find_char, Mapping};
715 assert_matches!(find_char('-'), &Mapping::Valid); in mapping_fast_path()
716 assert_matches!(find_char('.'), &Mapping::Valid); in mapping_fast_path()
718 assert_matches!(find_char(*c), &Mapping::Valid); in mapping_fast_path()
724 assert_matches!(find_char(*c), &Mapping::Valid); in mapping_fast_path()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/idna-0.2.2/src/
H A Duts46.rs53 fn find_char(codepoint: char) -> &'static Mapping { in find_char() function
98 return Some(match *find_char(codepoint) { in next()
305 if label.chars().any(|c| match *find_char(c) { in check_validity()
712 use super::{find_char, Mapping};
716 assert_matches!(find_char('-'), &Mapping::Valid); in mapping_fast_path()
717 assert_matches!(find_char('.'), &Mapping::Valid); in mapping_fast_path()
719 assert_matches!(find_char(*c), &Mapping::Valid); in mapping_fast_path()
725 assert_matches!(find_char(*c), &Mapping::Valid); in mapping_fast_path()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/idna-0.2.3/src/
H A Duts46.rs53 fn find_char(codepoint: char) -> &'static Mapping { in find_char() function
98 return Some(match *find_char(codepoint) { in next()
305 if label.chars().any(|c| match *find_char(c) { in check_validity()
711 use super::{find_char, Mapping};
715 assert_matches!(find_char('-'), &Mapping::Valid); in mapping_fast_path()
716 assert_matches!(find_char('.'), &Mapping::Valid); in mapping_fast_path()
718 assert_matches!(find_char(*c), &Mapping::Valid); in mapping_fast_path()
724 assert_matches!(find_char(*c), &Mapping::Valid); in mapping_fast_path()
/dports/www/firefox/firefox-99.0/third_party/rust/idna/src/
H A Duts46.rs58 fn find_char(codepoint: char) -> &'static Mapping { in find_char() function
111 return Some(match *find_char(codepoint) { in next()
312 if label.chars().any(|c| match *find_char(c) { in check_validity()
706 use super::{find_char, Mapping};
710 assert_matches!(find_char('-'), &Mapping::Valid); in mapping_fast_path()
711 assert_matches!(find_char('.'), &Mapping::Valid); in mapping_fast_path()
713 assert_matches!(find_char(*c), &Mapping::Valid); in mapping_fast_path()
719 assert_matches!(find_char(*c), &Mapping::Valid); in mapping_fast_path()
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/idna-0.2.3/src/
H A Duts46.rs53 fn find_char(codepoint: char) -> &'static Mapping { in find_char() function
98 return Some(match *find_char(codepoint) { in next()
305 if label.chars().any(|c| match *find_char(c) { in check_validity()
711 use super::{find_char, Mapping};
715 assert_matches!(find_char('-'), &Mapping::Valid); in mapping_fast_path()
716 assert_matches!(find_char('.'), &Mapping::Valid); in mapping_fast_path()
718 assert_matches!(find_char(*c), &Mapping::Valid); in mapping_fast_path()
724 assert_matches!(find_char(*c), &Mapping::Valid); in mapping_fast_path()
/dports/devel/texlab/texlab-3.3.0/cargo-crates/idna-0.2.3/src/
H A Duts46.rs53 fn find_char(codepoint: char) -> &'static Mapping { in find_char() function
98 return Some(match *find_char(codepoint) { in next()
305 if label.chars().any(|c| match *find_char(c) { in check_validity()
711 use super::{find_char, Mapping};
715 assert_matches!(find_char('-'), &Mapping::Valid); in mapping_fast_path()
716 assert_matches!(find_char('.'), &Mapping::Valid); in mapping_fast_path()
718 assert_matches!(find_char(*c), &Mapping::Valid); in mapping_fast_path()
724 assert_matches!(find_char(*c), &Mapping::Valid); in mapping_fast_path()

12345678910>>...16