Home
last modified time | relevance | path

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

/external/pdfium/third_party/fast_float/include/
Dascii_number.h317 UC const *const start_digits = p; in parse_number_string() local
503 UC const *const start_digits = p; in parse_int_string() local
/external/flatbuffers/src/
Didl_parser.cpp683 auto start_digits = !is_digit(c) ? cursor_ : cursor_ - 1; in Next() local