Home
last modified time | relevance | path

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

123

/dports/archivers/innoextract/innoextract-1.9/src/setup/
H A Dexpression.cpp34 bool is_identifier_start(char c) { in is_identifier_start() function
39 return is_identifier_start(c) || (c >= '0' && c <= '9') || c == '\\'; in is_identifier()
78 } else if(is_identifier_start(*expr)) { in next()
176 if(!is_identifier_start(*c)) { in is_simple_expression()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/core/files/json/
H A DTokenizer.cpp171 bool Tokenizer::is_identifier_start(lsp_wchar_t ch) in is_identifier_start() function in lsp::json::Tokenizer
214 if (!is_identifier_start(text->char_at(0))) in is_valid_identifier()
778 else if (is_identifier_start(c)) in parse_number()
836 if (is_identifier_start(c)) in get_token()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/core/files/json/
H A DTokenizer.h67 static bool is_identifier_start(lsp_wchar_t ch);
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/rusqlite-0.23.1/src/
H A Dpragma.rs290 if !is_identifier_start(ch) { in is_identifier()
300 fn is_identifier_start(c: char) -> bool { in is_identifier_start() function
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/rusqlite-0.19.0/src/
H A Dpragma.rs289 if !is_identifier_start(ch) { in is_identifier()
299 fn is_identifier_start(c: char) -> bool { in is_identifier_start() function
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/rusqlite/src/
H A Dpragma.rs290 if !is_identifier_start(ch) { in is_identifier()
300 fn is_identifier_start(c: char) -> bool { in is_identifier_start() function
/dports/misc/broot/broot-1.7.0/cargo-crates/rusqlite-0.24.2/src/
H A Dpragma.rs290 if !is_identifier_start(ch) { in is_identifier()
300 fn is_identifier_start(c: char) -> bool { in is_identifier_start() function
/dports/databases/ods2sql/ods2sql-aca63183274038487cecb6be17d7f65e92178b8c/cargo-crates/rusqlite-0.24.1/src/
H A Dpragma.rs290 if !is_identifier_start(ch) { in is_identifier()
300 fn is_identifier_start(c: char) -> bool { in is_identifier_start() function
/dports/www/firefox/firefox-99.0/third_party/rust/rusqlite/src/
H A Dpragma.rs290 if !is_identifier_start(ch) { in is_identifier()
300 fn is_identifier_start(c: char) -> bool { in is_identifier_start() function
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/rusqlite/src/
H A Dpragma.rs290 if !is_identifier_start(ch) { in is_identifier()
300 fn is_identifier_start(c: char) -> bool { in is_identifier_start() function
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/rusqlite-0.26.1/src/
H A Dpragma.rs295 if !is_identifier_start(ch) {
305 fn is_identifier_start(c: char) -> bool {
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/rusqlite/src/
H A Dpragma.rs290 if !is_identifier_start(ch) { in is_identifier()
300 fn is_identifier_start(c: char) -> bool { in is_identifier_start() function
/dports/www/firefox/firefox-99.0/third_party/rust/fluent-syntax/src/parser/
H A Dhelper.rs62 pub(super) fn is_identifier_start(&self) -> bool { in is_identifier_start() function
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/fluent-syntax/src/parser/
H A Dftlstream.rs124 pub fn is_identifier_start(&self) -> bool { in is_identifier_start() method
/dports/www/firefox/firefox-99.0/third_party/rust/jsparagus-parser/src/
H A Dlexer.rs272 fn is_identifier_start(c: char) -> bool { in is_identifier_start() function
360 if !is_identifier_start(value) { in identifier_name()
366 other if is_identifier_start(other) => { in identifier_name()
1183 if is_identifier_start(ch) || ch.is_digit(10) { in check_after_numeric_literal()
2176 if !is_identifier_start(value) { in advance_impl()
2200 other if is_identifier_start(other) => { in advance_impl()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/jsparagus-parser/src/
H A Dlexer.rs272 fn is_identifier_start(c: char) -> bool { in is_identifier_start() function
360 if !is_identifier_start(value) { in identifier_name()
366 other if is_identifier_start(other) => { in identifier_name()
1183 if is_identifier_start(ch) || ch.is_digit(10) { in check_after_numeric_literal()
2176 if !is_identifier_start(value) { in advance_impl()
2200 other if is_identifier_start(other) => { in advance_impl()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/jsparagus-parser/src/
H A Dlexer.rs272 fn is_identifier_start(c: char) -> bool { in is_identifier_start() function
360 if !is_identifier_start(value) { in identifier_name()
366 other if is_identifier_start(other) => { in identifier_name()
1183 if is_identifier_start(ch) || ch.is_digit(10) { in check_after_numeric_literal()
2176 if !is_identifier_start(value) { in advance_impl()
2200 other if is_identifier_start(other) => { in advance_impl()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/jsparagus-parser/src/
H A Dlexer.rs272 fn is_identifier_start(c: char) -> bool { in is_identifier_start() function
360 if !is_identifier_start(value) { in identifier_name()
366 other if is_identifier_start(other) => { in identifier_name()
1183 if is_identifier_start(ch) || ch.is_digit(10) { in check_after_numeric_literal()
2176 if !is_identifier_start(value) { in advance_impl()
2200 other if is_identifier_start(other) => { in advance_impl()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/lalrpop-0.17.2/src/tok/
H A Dmod.rs363 Some((idx0, c)) if is_identifier_start(c) => { in next_unshifted()
612 if is_identifier_start(c) { in lifetimeish()
735 fn is_identifier_start(c: char) -> bool { in is_identifier_start() function
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/lalrpop-0.16.3/src/tok/
H A Dmod.rs363 Some((idx0, c)) if is_identifier_start(c) => { in next_unshifted()
614 if is_identifier_start(c) { in lifetimeish()
737 fn is_identifier_start(c: char) -> bool { in is_identifier_start() function
/dports/net/krill/krill-0.9.4/cargo-crates/lalrpop-0.19.6/src/tok/
H A Dmod.rs363 Some((idx0, c)) if is_identifier_start(c) => { in next_unshifted()
612 if is_identifier_start(c) { in lifetimeish()
735 fn is_identifier_start(c: char) -> bool { in is_identifier_start() function
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/fluent-syntax/src/parser/
H A Dexpression.rs105 if self.is_identifier_start() { in get_inline_expression()
H A Dhelper.rs63 pub(super) fn is_identifier_start(&self) -> bool { in is_identifier_start() function
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/fluent-syntax/src/parser/
H A Dexpression.rs105 if self.is_identifier_start() { in get_inline_expression()
H A Dhelper.rs63 pub(super) fn is_identifier_start(&self) -> bool { in is_identifier_start() function

123