Lines Matching refs:start
152 // that its corresponding range is [start, end).
153 void AssertEqualRange(const string& text, int index, int start, int end) {
161 EXPECT_EQ(start - index, match.start());
163 EXPECT_EQ(sub.substr(match.start(), match.length()), match.raw_string());
229 // No context at start.
259 // With a postfix stripped off as it looks like the start of another number.
293 int start = prefix.length();
294 int end = start + number.length();
303 string extracted = text.substr(match.start(), match.length());
304 EXPECT_EQ(start, match.start());
410 // Note that real Polish numbers do *not* start with a 0.
428 // Using "++" at the start.
649 /* Hiragana letter no (の) - this should neither seem to start or end with a
699 // the numbers we will insert start with punctuation, but trailing characters
722 // Numbers should be considered valid, since they start with punctuation.
752 // At start of text.
823 // US numbers cannot start with 7 in the test metadata to be valid.