Lines Matching refs:start
315 virtual void ParseOneByte(const uint8_t* start) = 0;
316 virtual void ParseTwoByte(const base::uc16* start) = 0;
393 Char start = current;
395 Char end = start + length;
466 cursor_ = static_cast<int>(current - start);
475 void ParseInternal(Char start) {
476 Char current = start + cursor();
477 Char end = start + length();
487 void ParseOneByte(const uint8_t* start) final { return ParseInternal(start); }
488 void ParseTwoByte(const base::uc16* start) final {
489 return ParseInternal(start);
785 // Integer part consists of 0 or is absent. Significant digits start after
940 void ParseOneByte(const uint8_t* start) final { return ParseInternal(start); }
941 void ParseTwoByte(const base::uc16* start) final {
942 return ParseInternal(start);
993 void ParseInternal(Char start) {
995 Char current = start + this->cursor();
996 Char end = start + this->length();
1346 // Temporary buffer for the result. We start with the decimal point in the