Home
last modified time | relevance | path

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

/external/flatbuffers/src/
Didl_parser.cpp434 auto start_digits = !is_digit(c) ? cursor_ : cursor_ - 1; in Next() local
436 start_digits = cursor_; // see digit in cursor_ position in Next()
441 if (use_hex) start_digits = ++cursor_; // '0x' is the prefix, skip it in Next()
451 if ((dot_lvl >= 0) && (cursor_ > start_digits)) { in Next()
453 if (use_hex && !dot_lvl) start_digits = cursor_; in Next()
459 start_digits = cursor_; // the exponent-part has to have digits in Next()
469 if ((dot_lvl >= 0) && (cursor_ > start_digits)) { in Next()