Home
last modified time | relevance | path

Searched refs:got_digit (Results 1 – 19 of 19) sorted by relevance

/dports/sysutils/lnav/lnav-0.10.1/src/formats/logfmt/
H A Dlogfmt.parser.cc91 bool got_digit = isdigit(ch); in operator ()() local
94 if (got_digit) { in operator ()()
104 if (got_digit) { in operator ()()
116 if (got_digit) { in operator ()()
126 if (got_digit) { in operator ()()
137 if (got_digit) { in operator ()()
146 if (got_digit) { in operator ()()
156 if (got_digit) { in operator ()()
/dports/textproc/zorba/zorba-2.7.0/src/runtime/full_text/
H A Dlatin_tokenizer.cpp134 bool got_digit = false; in tokenize_string() local
136 if ( got_digit && *s == ',' ) { in tokenize_string()
144 got_digit = true; in tokenize_string()
150 got_digit = false; in tokenize_string()
153 if ( !got_digit ) in tokenize_string()
163 got_digit = true; in tokenize_string()
/dports/shells/bash/bash-5.1/lib/sh/
H A Dstrtod.c71 int got_digit; /* Seen any digits. */ local
96 got_digit = 0;
102 got_digit = 1;
130 if (!got_digit)
/dports/textproc/zorba/zorba-2.7.0/src/unit_tests/
H A Dtest_tokenizer.cpp227 bool got_digit = false; in tokenize_string() local
229 if ( got_digit && *s == ',' ) { in tokenize_string()
235 got_digit = true; in tokenize_string()
239 got_digit = false; in tokenize_string()
242 if ( !got_digit ) in tokenize_string()
248 got_digit = true; in tokenize_string()
/dports/mail/rspamd-devel/rspamd-93430bb/src/plugins/
H A Dchartable.c374 got_digit, in rspamd_chartable_process_word_utf() enumerator
421 if (state == got_digit) { in rspamd_chartable_process_word_utf()
455 if (state != got_digit) { in rspamd_chartable_process_word_utf()
459 state = got_digit; in rspamd_chartable_process_word_utf()
518 got_digit, in rspamd_chartable_process_word_ascii() enumerator
534 if (state == got_digit) { in rspamd_chartable_process_word_ascii()
565 state = got_digit; in rspamd_chartable_process_word_ascii()
/dports/mail/rspamd/rspamd-3.1/src/plugins/
H A Dchartable.c374 got_digit, in rspamd_chartable_process_word_utf() enumerator
421 if (state == got_digit) { in rspamd_chartable_process_word_utf()
455 if (state != got_digit) { in rspamd_chartable_process_word_utf()
459 state = got_digit; in rspamd_chartable_process_word_utf()
518 got_digit, in rspamd_chartable_process_word_ascii() enumerator
534 if (state == got_digit) { in rspamd_chartable_process_word_ascii()
565 state = got_digit; in rspamd_chartable_process_word_ascii()
/dports/textproc/zorba/zorba-2.7.0/src/zorbatypes/
H A Dfloatimpl.cpp96 bool got_digit = false; in parse() local
101 got_digit = true; in parse()
107 got_digit = true; in parse()
117 got_digit = true; in parse()
121 if ( !got_digit ) in parse()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/mapped_hyph/src/
H A Dbuilder.rs132 let mut got_digit = false; in add_pattern() localVariable
135 assert!(!got_digit, "invalid pattern \"{}\": consecutive digits", pattern); in add_pattern()
137 got_digit = true; in add_pattern()
140 if got_digit { in add_pattern()
141 got_digit = false; in add_pattern()
147 if !got_digit { in add_pattern()
/dports/x11/xsettingsd/xsettingsd-1.0.0-2-g1b2bcca/
H A Dconfig_parser.cc318 bool got_digit = false; in ReadInteger() local
336 if (!got_digit) { in ReadInteger()
350 got_digit = true; in ReadInteger()
358 if (!got_digit) { in ReadInteger()
/dports/www/firefox/firefox-99.0/third_party/rust/mapped_hyph/src/
H A Dbuilder.rs132 let mut got_digit = false; in add_pattern() localVariable
135 if got_digit { in add_pattern()
140 got_digit = true; in add_pattern()
143 if got_digit { in add_pattern()
144 got_digit = false; in add_pattern()
150 if !got_digit { in add_pattern()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/mapped_hyph/src/
H A Dbuilder.rs132 let mut got_digit = false; in add_pattern() localVariable
135 if got_digit { in add_pattern()
140 got_digit = true; in add_pattern()
143 if got_digit { in add_pattern()
144 got_digit = false; in add_pattern()
150 if !got_digit { in add_pattern()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/mapped_hyph/src/
H A Dbuilder.rs132 let mut got_digit = false; in add_pattern() localVariable
135 if got_digit { in add_pattern()
140 got_digit = true; in add_pattern()
143 if got_digit { in add_pattern()
144 got_digit = false; in add_pattern()
150 if !got_digit { in add_pattern()
/dports/graphics/plotutils/plotutils-2.6/libplot/
H A Dh_defplot.c711 bool got_digit; in _pl_h_parse_pen_string() local
721 got_digit = false; in _pl_h_parse_pen_string()
725 got_digit = true; in _pl_h_parse_pen_string()
728 if (!got_digit || pen_num < 1 || pen_num >= HPGL2_MAX_NUM_PENS) in _pl_h_parse_pen_string()
/dports/graphics/plotutils/plotutils-2.6/graph/
H A Dgraph.c1571 bool got_digit; in parse_pen_string() local
1580 got_digit = false; in parse_pen_string()
1584 got_digit = true; in parse_pen_string()
1587 if (!got_digit || pen_num < 1 || pen_num > NO_OF_LINEMODES) in parse_pen_string()
/dports/math/pspp/pspp-1.4.1/src/data/
H A Dpor-file-reader.c350 bool got_digit = false; /* Seen any digits? */ in read_float() local
370 got_digit = true; in read_float()
401 if (!got_digit) in read_float()
H A Ddata-in.c188 bool got_digit = false; in number_has_implied_decimals() local
195 got_digit = true; in number_has_implied_decimals()
199 if (got_digit) in number_has_implied_decimals()
/dports/lang/gnustep-base/libs-base-base-1_27_0/Source/
H A DNSScanner.m795 BOOL got_digit = NO;
834 got_digit = YES;
853 if (!got_digit)
/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_cnv.c3359 int32 got_dot, got_digit, save; in __my_strtod() local
3376 got_digit = 0; in __my_strtod()
3382 got_digit = 1; in __my_strtod()
3394 if (!got_digit) goto noconv; in __my_strtod()
/dports/graphics/gegl/gegl-0.4.34/operations/common/ctx/
H A Dctx.h8863 int got_digit = 0; in ctx_str_is_number() local
8868 got_digit ++; in ctx_str_is_number()
8876 if (got_digit) in ctx_str_is_number()