Home
last modified time | relevance | path

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

/third_party/flatbuffers/src/
Didl_parser.cpp523 auto start_digits = !is_digit(c) ? cursor_ : cursor_ - 1; in Next() local
525 start_digits = cursor_; // see digit in cursor_ position in Next()
530 if (use_hex) start_digits = ++cursor_; // '0x' is the prefix, skip it in Next()
540 if ((dot_lvl >= 0) && (cursor_ > start_digits)) { in Next()
542 if (use_hex && !dot_lvl) start_digits = cursor_; in Next()
548 start_digits = cursor_; // the exponent-part has to have digits in Next()
558 if ((dot_lvl >= 0) && (cursor_ > start_digits)) { in Next()