Home
last modified time | relevance | path

Searched refs:utf8c (Results 1 – 25 of 62) sorted by relevance

123

/dports/textproc/zorba/zorba-2.7.0/src/util/
H A Dregex_xquery.cpp587 utf8c <<= 4; in readChar()
604 utf8c <<= 4; in readChar()
631 if(utf8c <= 0x7F) in create_charmatch()
659 unicode::code_point utf8c; in read_atom() local
2114 if((utf8c >= cp[0]) && (utf8c <= cp[1])) in match_internal()
2124 if((utf8c >= cp[0]) && (utf8c <= cp[1])) in match_internal()
2166 switch(utf8c) in match_internal()
2179 if((utf8c == '_') || in match_internal()
2180 (utf8c == ':') || in match_internal()
2319 if(utf8c == c) in match_internal()
[all …]
/dports/lang/perl5.34/perl-5.34.0/ext/Hash-Util-FieldHash/t/
H A D11_hashassign.t192 my @utf8c = ($key, $value);
193 fieldhash my %utf8c;
194 %utf8c = @utf8c;
196 ok (keys %utf8c == 1, 'keys on utf8 comma hash');
197 ok (values %utf8c == 1, 'values on utf8 comma hash');
199 is ($utf8c{"" . $key}, $value, 'is key present? (unoptimised)');
206 @temp = %utf8c;
207 ok (eq_array (\@utf8c, \@temp), 'list from utf8 comma hash');
209 @temp = each %utf8c;
211 @temp = each %utf8c;
[all …]
/dports/lang/perl5.30/perl-5.30.3/ext/Hash-Util-FieldHash/t/
H A D11_hashassign.t192 my @utf8c = ($key, $value);
193 fieldhash my %utf8c;
194 %utf8c = @utf8c;
196 ok (keys %utf8c == 1, 'keys on utf8 comma hash');
197 ok (values %utf8c == 1, 'values on utf8 comma hash');
199 is ($utf8c{"" . $key}, $value, 'is key present? (unoptimised)');
206 @temp = %utf8c;
207 ok (eq_array (\@utf8c, \@temp), 'list from utf8 comma hash');
209 @temp = each %utf8c;
211 @temp = each %utf8c;
[all …]
/dports/lang/perl5.32/perl-5.32.1/ext/Hash-Util-FieldHash/t/
H A D11_hashassign.t192 my @utf8c = ($key, $value);
193 fieldhash my %utf8c;
194 %utf8c = @utf8c;
196 ok (keys %utf8c == 1, 'keys on utf8 comma hash');
197 ok (values %utf8c == 1, 'values on utf8 comma hash');
199 is ($utf8c{"" . $key}, $value, 'is key present? (unoptimised)');
206 @temp = %utf8c;
207 ok (eq_array (\@utf8c, \@temp), 'list from utf8 comma hash');
209 @temp = each %utf8c;
211 @temp = each %utf8c;
[all …]
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/ext/Hash-Util-FieldHash/t/
H A D11_hashassign.t192 my @utf8c = ($key, $value);
193 fieldhash my %utf8c;
194 %utf8c = @utf8c;
196 ok (keys %utf8c == 1, 'keys on utf8 comma hash');
197 ok (values %utf8c == 1, 'values on utf8 comma hash');
199 is ($utf8c{"" . $key}, $value, 'is key present? (unoptimised)');
206 @temp = %utf8c;
207 ok (eq_array (\@utf8c, \@temp), 'list from utf8 comma hash');
209 @temp = each %utf8c;
211 @temp = each %utf8c;
[all …]
/dports/lang/perl5.34/perl-5.34.0/t/op/
H A Dhashassign.t191 my @utf8c = ($key, $value);
192 my %utf8c = @utf8c;
194 ok (keys %utf8c == 1, 'keys on utf8 comma hash');
195 ok (values %utf8c == 1, 'values on utf8 comma hash');
197 is ($utf8c{"" . $key}, $value, 'is key present? (unoptimised)');
204 @temp = %utf8c;
205 ok (eq_array (\@utf8c, \@temp), 'list from utf8 comma hash');
207 @temp = each %utf8c;
208 ok (eq_array (\@utf8c, \@temp), 'first each from utf8 comma hash');
209 @temp = each %utf8c;
[all …]
/dports/lang/perl5.30/perl-5.30.3/t/op/
H A Dhashassign.t191 my @utf8c = ($key, $value);
192 my %utf8c = @utf8c;
194 ok (keys %utf8c == 1, 'keys on utf8 comma hash');
195 ok (values %utf8c == 1, 'values on utf8 comma hash');
197 is ($utf8c{"" . $key}, $value, 'is key present? (unoptimised)');
204 @temp = %utf8c;
205 ok (eq_array (\@utf8c, \@temp), 'list from utf8 comma hash');
207 @temp = each %utf8c;
208 ok (eq_array (\@utf8c, \@temp), 'first each from utf8 comma hash');
209 @temp = each %utf8c;
[all …]
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/t/op/
H A Dhashassign.t191 my @utf8c = ($key, $value);
192 my %utf8c = @utf8c;
194 ok (keys %utf8c == 1, 'keys on utf8 comma hash');
195 ok (values %utf8c == 1, 'values on utf8 comma hash');
197 is ($utf8c{"" . $key}, $value, 'is key present? (unoptimised)');
204 @temp = %utf8c;
205 ok (eq_array (\@utf8c, \@temp), 'list from utf8 comma hash');
207 @temp = each %utf8c;
208 ok (eq_array (\@utf8c, \@temp), 'first each from utf8 comma hash');
209 @temp = each %utf8c;
[all …]
/dports/lang/perl5.32/perl-5.32.1/t/op/
H A Dhashassign.t191 my @utf8c = ($key, $value);
192 my %utf8c = @utf8c;
194 ok (keys %utf8c == 1, 'keys on utf8 comma hash');
195 ok (values %utf8c == 1, 'values on utf8 comma hash');
197 is ($utf8c{"" . $key}, $value, 'is key present? (unoptimised)');
204 @temp = %utf8c;
205 ok (eq_array (\@utf8c, \@temp), 'list from utf8 comma hash');
207 @temp = each %utf8c;
208 ok (eq_array (\@utf8c, \@temp), 'first each from utf8 comma hash');
209 @temp = each %utf8c;
[all …]
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/regex-automata-0.1.10/src/nfa/
H A Dcompiler.rs672 let mut utf8c = Utf8Compiler::new(self, &mut *utf8_state); in c_unicode_class() localVariable
674 utf8c.add(&seq); in c_unicode_class()
676 Ok(utf8c.finish()) in c_unicode_class()
684 let mut utf8c = Utf8Compiler::new(self, &mut *utf8_state); in c_unicode_class() localVariable
687 utf8c.add(seq.as_slice()); in c_unicode_class()
690 Ok(utf8c.finish()) in c_unicode_class()
894 let mut utf8c = Utf8Compiler { nfac, state, target }; in new() localVariable
895 utf8c.add_empty(); in new()
896 utf8c in new()
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/regex-automata-0.1.10/src/nfa/
H A Dcompiler.rs672 let mut utf8c = Utf8Compiler::new(self, &mut *utf8_state); in c_unicode_class() localVariable
674 utf8c.add(&seq); in c_unicode_class()
676 Ok(utf8c.finish()) in c_unicode_class()
684 let mut utf8c = Utf8Compiler::new(self, &mut *utf8_state); in c_unicode_class() localVariable
687 utf8c.add(seq.as_slice()); in c_unicode_class()
690 Ok(utf8c.finish()) in c_unicode_class()
894 let mut utf8c = Utf8Compiler { nfac, state, target }; in new() localVariable
895 utf8c.add_empty(); in new()
896 utf8c in new()
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/regex-automata-0.1.10/src/nfa/
H A Dcompiler.rs672 let mut utf8c = Utf8Compiler::new(self, &mut *utf8_state); in c_unicode_class() localVariable
674 utf8c.add(&seq); in c_unicode_class()
676 Ok(utf8c.finish()) in c_unicode_class()
684 let mut utf8c = Utf8Compiler::new(self, &mut *utf8_state); in c_unicode_class() localVariable
687 utf8c.add(seq.as_slice()); in c_unicode_class()
690 Ok(utf8c.finish()) in c_unicode_class()
894 let mut utf8c = Utf8Compiler { nfac, state, target }; in new() localVariable
895 utf8c.add_empty(); in new()
896 utf8c in new()
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/regex-automata-0.1.10/src/nfa/
H A Dcompiler.rs672 let mut utf8c = Utf8Compiler::new(self, &mut *utf8_state); in c_unicode_class() localVariable
674 utf8c.add(&seq); in c_unicode_class()
676 Ok(utf8c.finish()) in c_unicode_class()
684 let mut utf8c = Utf8Compiler::new(self, &mut *utf8_state); in c_unicode_class() localVariable
687 utf8c.add(seq.as_slice()); in c_unicode_class()
690 Ok(utf8c.finish()) in c_unicode_class()
894 let mut utf8c = Utf8Compiler { nfac, state, target }; in new() localVariable
895 utf8c.add_empty(); in new()
896 utf8c in new()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/regex-automata-0.1.10/src/nfa/
H A Dcompiler.rs672 let mut utf8c = Utf8Compiler::new(self, &mut *utf8_state); in c_unicode_class() localVariable
674 utf8c.add(&seq); in c_unicode_class()
676 Ok(utf8c.finish()) in c_unicode_class()
684 let mut utf8c = Utf8Compiler::new(self, &mut *utf8_state); in c_unicode_class() localVariable
687 utf8c.add(seq.as_slice()); in c_unicode_class()
690 Ok(utf8c.finish()) in c_unicode_class()
894 let mut utf8c = Utf8Compiler { nfac, state, target }; in new() localVariable
895 utf8c.add_empty(); in new()
896 utf8c in new()
/dports/misc/broot/broot-1.7.0/cargo-crates/regex-automata-0.1.10/src/nfa/
H A Dcompiler.rs672 let mut utf8c = Utf8Compiler::new(self, &mut *utf8_state); in c_unicode_class() localVariable
674 utf8c.add(&seq); in c_unicode_class()
676 Ok(utf8c.finish()) in c_unicode_class()
684 let mut utf8c = Utf8Compiler::new(self, &mut *utf8_state); in c_unicode_class() localVariable
687 utf8c.add(seq.as_slice()); in c_unicode_class()
690 Ok(utf8c.finish()) in c_unicode_class()
894 let mut utf8c = Utf8Compiler { nfac, state, target }; in new() localVariable
895 utf8c.add_empty(); in new()
896 utf8c in new()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/regex-automata-0.1.10/src/nfa/
H A Dcompiler.rs672 let mut utf8c = Utf8Compiler::new(self, &mut *utf8_state); in c_unicode_class() localVariable
674 utf8c.add(&seq); in c_unicode_class()
676 Ok(utf8c.finish()) in c_unicode_class()
684 let mut utf8c = Utf8Compiler::new(self, &mut *utf8_state); in c_unicode_class() localVariable
687 utf8c.add(seq.as_slice()); in c_unicode_class()
690 Ok(utf8c.finish()) in c_unicode_class()
894 let mut utf8c = Utf8Compiler { nfac, state, target }; in new() localVariable
895 utf8c.add_empty(); in new()
896 utf8c in new()
/dports/devel/bingrep/bingrep-0.8.5/cargo-crates/regex-automata-0.1.9/src/nfa/
H A Dcompiler.rs672 let mut utf8c = Utf8Compiler::new(self, &mut *utf8_state); in c_unicode_class() localVariable
674 utf8c.add(&seq); in c_unicode_class()
676 Ok(utf8c.finish()) in c_unicode_class()
684 let mut utf8c = Utf8Compiler::new(self, &mut *utf8_state); in c_unicode_class() localVariable
687 utf8c.add(seq.as_slice()); in c_unicode_class()
690 Ok(utf8c.finish()) in c_unicode_class()
894 let mut utf8c = Utf8Compiler { nfac, state, target }; in new() localVariable
895 utf8c.add_empty(); in new()
896 utf8c in new()
/dports/lang/gleam/gleam-0.18.2/cargo-crates/regex-automata-0.1.10/src/nfa/
H A Dcompiler.rs672 let mut utf8c = Utf8Compiler::new(self, &mut *utf8_state); in c_unicode_class() localVariable
674 utf8c.add(&seq); in c_unicode_class()
676 Ok(utf8c.finish()) in c_unicode_class()
684 let mut utf8c = Utf8Compiler::new(self, &mut *utf8_state); in c_unicode_class() localVariable
687 utf8c.add(seq.as_slice()); in c_unicode_class()
690 Ok(utf8c.finish()) in c_unicode_class()
894 let mut utf8c = Utf8Compiler { nfac, state, target }; in new() localVariable
895 utf8c.add_empty(); in new()
896 utf8c in new()
/dports/devel/grex/grex-1.3.0/cargo-crates/regex-automata-0.1.9/src/nfa/
H A Dcompiler.rs672 let mut utf8c = Utf8Compiler::new(self, &mut *utf8_state); in c_unicode_class() localVariable
674 utf8c.add(&seq); in c_unicode_class()
676 Ok(utf8c.finish()) in c_unicode_class()
684 let mut utf8c = Utf8Compiler::new(self, &mut *utf8_state); in c_unicode_class() localVariable
687 utf8c.add(seq.as_slice()); in c_unicode_class()
690 Ok(utf8c.finish()) in c_unicode_class()
894 let mut utf8c = Utf8Compiler { nfac, state, target }; in new() localVariable
895 utf8c.add_empty(); in new()
896 utf8c in new()
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/regex-automata-0.1.9/src/nfa/
H A Dcompiler.rs672 let mut utf8c = Utf8Compiler::new(self, &mut *utf8_state); in c_unicode_class() localVariable
674 utf8c.add(&seq); in c_unicode_class()
676 Ok(utf8c.finish()) in c_unicode_class()
684 let mut utf8c = Utf8Compiler::new(self, &mut *utf8_state); in c_unicode_class() localVariable
687 utf8c.add(seq.as_slice()); in c_unicode_class()
690 Ok(utf8c.finish()) in c_unicode_class()
894 let mut utf8c = Utf8Compiler { nfac, state, target }; in new() localVariable
895 utf8c.add_empty(); in new()
896 utf8c in new()
/dports/devel/git-delta/delta-0.9.2/cargo-crates/regex-automata-0.1.10/src/nfa/
H A Dcompiler.rs672 let mut utf8c = Utf8Compiler::new(self, &mut *utf8_state); in c_unicode_class() localVariable
674 utf8c.add(&seq); in c_unicode_class()
676 Ok(utf8c.finish()) in c_unicode_class()
684 let mut utf8c = Utf8Compiler::new(self, &mut *utf8_state); in c_unicode_class() localVariable
687 utf8c.add(seq.as_slice()); in c_unicode_class()
690 Ok(utf8c.finish()) in c_unicode_class()
894 let mut utf8c = Utf8Compiler { nfac, state, target }; in new() localVariable
895 utf8c.add_empty(); in new()
896 utf8c in new()
/dports/editors/helix/helix-0.5.0/cargo-crates/regex-automata-0.1.10/src/nfa/
H A Dcompiler.rs672 let mut utf8c = Utf8Compiler::new(self, &mut *utf8_state); in c_unicode_class() localVariable
674 utf8c.add(&seq); in c_unicode_class()
676 Ok(utf8c.finish()) in c_unicode_class()
684 let mut utf8c = Utf8Compiler::new(self, &mut *utf8_state); in c_unicode_class() localVariable
687 utf8c.add(seq.as_slice()); in c_unicode_class()
690 Ok(utf8c.finish()) in c_unicode_class()
894 let mut utf8c = Utf8Compiler { nfac, state, target }; in new() localVariable
895 utf8c.add_empty(); in new()
896 utf8c in new()
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/regex-automata-0.1.10/src/nfa/
H A Dcompiler.rs672 let mut utf8c = Utf8Compiler::new(self, &mut *utf8_state); in c_unicode_class() localVariable
674 utf8c.add(&seq); in c_unicode_class()
676 Ok(utf8c.finish()) in c_unicode_class()
684 let mut utf8c = Utf8Compiler::new(self, &mut *utf8_state); in c_unicode_class() localVariable
687 utf8c.add(seq.as_slice()); in c_unicode_class()
690 Ok(utf8c.finish()) in c_unicode_class()
894 let mut utf8c = Utf8Compiler { nfac, state, target }; in new() localVariable
895 utf8c.add_empty(); in new()
896 utf8c in new()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/regex-automata/src/nfa/
H A Dcompiler.rs672 let mut utf8c = Utf8Compiler::new(self, &mut *utf8_state); in c_unicode_class() localVariable
674 utf8c.add(&seq); in c_unicode_class()
676 Ok(utf8c.finish()) in c_unicode_class()
684 let mut utf8c = Utf8Compiler::new(self, &mut *utf8_state); in c_unicode_class() localVariable
687 utf8c.add(seq.as_slice()); in c_unicode_class()
690 Ok(utf8c.finish()) in c_unicode_class()
894 let mut utf8c = Utf8Compiler { nfac, state, target }; in new() localVariable
895 utf8c.add_empty(); in new()
896 utf8c in new()
/dports/sysutils/hexyl/hexyl-0.9.0/cargo-crates/regex-automata-0.1.10/src/nfa/
H A Dcompiler.rs672 let mut utf8c = Utf8Compiler::new(self, &mut *utf8_state); in c_unicode_class() localVariable
674 utf8c.add(&seq); in c_unicode_class()
676 Ok(utf8c.finish()) in c_unicode_class()
684 let mut utf8c = Utf8Compiler::new(self, &mut *utf8_state); in c_unicode_class() localVariable
687 utf8c.add(seq.as_slice()); in c_unicode_class()
690 Ok(utf8c.finish()) in c_unicode_class()
894 let mut utf8c = Utf8Compiler { nfac, state, target }; in new() localVariable
895 utf8c.add_empty(); in new()
896 utf8c in new()

123