Lines Matching defs:begin
109 for (auto it = src.begin(); it != src.end(); ++it) {
128 for (auto it = src.begin(); it != src.end(); ++it) {
149 for (auto it = src.begin(); it != src.end(); ++it) {
177 CopyChars(dest->get(), flat.ToOneByteVector().begin(), length);
181 return reinterpret_cast<const UChar*>(flat.ToUC16Vector().begin());
213 CopyChars(short_string_buffer, flat.ToOneByteVector().begin(), length);
234 reinterpret_cast<const char*>(flat.ToOneByteVector().begin());
304 const uint8_t* src_data = src_flat.ToOneByteVector().begin();
326 const uint16_t* src_data = src_flat.ToUC16Vector().begin();
385 reinterpret_cast<const char*>(src.begin()), length,
473 int32_t begin, int32_t end) {
474 return Intl::ToString(isolate, string.tempSubStringBetween(begin, end));
600 std::replace(shortened_locale.begin(), shortened_locale.end(), '_', '-');
693 std::transform(locale.begin(), locale.end(), locale.begin(), ToAsciiLower);
856 if (std::find(seen.begin(), seen.end(), canonicalized_tag) == seen.end()) {
1291 // index - future processing can begin at that offset.
1858 for (auto it = available_locales.begin(); it != available_locales.end();
1872 Iterator(std::vector<std::string>::const_iterator begin,
1874 : iter_(begin), end_(end) {}
2084 std::sort(list_.begin(), list_.end());
2774 std::sort(array.begin(), array.end());