Home
last modified time | relevance | path

Searched defs:is_number_start (Results 1 – 15 of 15) sorted by relevance

/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/svgtypes-0.5.0/src/path/
H A Dparser.rs301 fn is_number_start(c: u8) -> bool { in is_number_start() function
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/svgtypes-0.5.0/src/path/
H A Dparser.rs301 fn is_number_start(c: u8) -> bool { in is_number_start() function
/dports/www/firefox/firefox-99.0/third_party/rust/fluent-syntax/src/parser/
H A Dhelper.rs126 pub(super) fn is_number_start(&self) -> bool { in is_number_start() function
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/fluent-syntax/src/parser/
H A Dhelper.rs129 pub(super) fn is_number_start(&self) -> bool { in is_number_start() function
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/fluent-syntax/src/parser/
H A Dhelper.rs129 pub(super) fn is_number_start(&self) -> bool { in is_number_start() function
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/fluent-syntax/src/parser/
H A Dftlstream.rs135 pub fn is_number_start(&self) -> bool { in is_number_start() method
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/python/fluent/fluent/syntax/
H A Dftlstream.py100 def is_number_start(self): member in FTLParserStream
/dports/www/firefox/firefox-99.0/third_party/python/fluent.syntax/fluent/syntax/
H A Dstream.py150 def is_number_start(self): member in FluentParserStream
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/fluent.syntax/fluent/syntax/
H A Dstream.py150 def is_number_start(self): member in FluentParserStream
/dports/textproc/py-fluent.syntax/fluent.syntax-0.18.1/fluent/syntax/
H A Dstream.py150 def is_number_start(self): member in FluentParserStream
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/fluent.syntax/fluent/syntax/
H A Dstream.py150 def is_number_start(self): member in FluentParserStream
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/fluent.syntax/fluent/syntax/
H A Dstream.py150 def is_number_start(self): member in FluentParserStream
/dports/devel/py-fluent/fluent-0.10.0/fluent/syntax/
H A Dstream.py151 def is_number_start(self): member in FluentParserStream
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/System/Language/
H A Dr_language.cpp180 is_number_start( char c ) { in is_number_start() function
/dports/lang/gleam/gleam-0.18.2/compiler-core/src/parse/
H A Dlexer.rs750 fn is_number_start(&self, c: char, c1: Option<char>) -> bool { in is_number_start() function