Lines Matching refs:start
169 inline FlatContent(const uint8_t* start, int length,
171 inline FlatContent(const base::uc16* start, int length,
319 // Perform string match of pattern on subject, starting at start index.
353 // A {start_index} can be passed to specify where to start scanning the
459 void PrintUC16(std::ostream& os, int start = 0, int end = -1);
460 void PrintUC16(StringStream* accumulator, int start, int end);
532 const uint16_t* start = chars;
539 return static_cast<int>(chars - start);
562 return static_cast<int>(chars - start);
567 return static_cast<int>(chars - start);
866 // the offset from the start of the parent string and the length. Using
868 // adding the offset to the start address. A substring of a Sliced String
1014 inline const uint16_t* ExternalTwoByteStringGetData(unsigned start);