Lines Matching refs:result

486   int result = 0;
487 for (size_t i = 0; i < pattern.length() && result < 3; i++) {
489 result++;
492 return result;
753 icu::UnicodeString result;
754 date_format.format(date_value, result);
758 result = result.findAndReplace(icu::UnicodeString(0x202f),
761 return Intl::ToString(isolate, result);
1068 // 18.b If the result of IsValidTimeZoneName(timeZone) is false, then
1149 icu::UnicodeString result;
1156 result.append(ch);
1167 result.append(' ');
1169 result.append(replace ? replacement : ch);
1172 result.append(ch);
1177 return result;
1341 icu::UnicodeString result;
1377 result += to;
1380 result += input[i];
1384 return result;
1391 std::unique_ptr<icu::SimpleDateFormat> result;
1394 result.reset(reinterpret_cast<icu::SimpleDateFormat*>(
1399 result.reset(reinterpret_cast<icu::SimpleDateFormat*>(
1404 if (result.get() != nullptr) {
1405 return result;
1410 result.reset(reinterpret_cast<icu::SimpleDateFormat*>(
1420 if (result.get() == nullptr) {
1447 pattern = result->toPattern(pattern);
1456 return result;
1712 // 18.b If the result of IsValidTimeZoneName(timeZone) is false, then
1928 // Now all properties are ready, so we can allocate the result object.
2027 Handle<JSArray> result = factory->NewJSArray(0);
2029 if (length == 0) return result;
2044 Intl::AddElement(isolate, result, index,
2049 Intl::AddElement(isolate, result, index,
2058 Intl::AddElement(isolate, result, index,
2063 Intl::AddElement(isolate, result, index,
2075 Intl::AddElement(isolate, result, index,
2080 Intl::AddElement(isolate, result, index,
2084 JSObject::ValidateElements(*result);
2085 return result;
2130 icu::UnicodeString result = formatted.toString(status);
2142 return Intl::ToString(isolate, result);
2150 icu::UnicodeString result = formatted.toString(status);
2175 AddPartForFormatRange(isolate, array, result, index, -1,
2182 isolate, array, result, index, field, start, limit, tracker);
2188 int32_t end = result.length();
2192 isolate, array, result, index, -1, previous_end_pos, end, tracker);