Lines Matching defs:start
419 int32_t start = skeleton.indexOf(group);
420 if (start >= 0) {
422 icu::UnicodeString check = skeleton.tempSubString(start + 6);
584 int32_t start = skeleton.indexOf(rounding_mode);
585 if (start >= 0) {
587 icu::UnicodeString check = skeleton.tempSubString(start + 14);
1741 // Regions that start earlier should be encountered earlier.
1744 // For regions that start in the same place, regions that last longer should
1872 int32_t start = cfpos.getStart();
1877 tracker.Add(field, start, limit);
1879 regions.push_back(NumberFormatSpan(field, start, limit));
1976 factory->NewStringFromStaticChars("start"), x),
2046 Maybe<icu::Formattable> maybe_x = ToFormattable(isolate, x, "start");