Lines Matching defs:begin
259 for (auto it = units.begin(); it != units.end(); ++it) {
774 size_t begin = str.find(search);
775 if (begin == str.npos) {
788 begin += search.size();
789 if (begin == str.npos) {
793 size_t end = str.find(" ", begin);
803 return str.substr(begin, end - begin);
1341 std::transform(currency.begin(), currency.end(), currency.begin(), toupper);
1667 reinterpret_cast<const char*>(flat.ToOneByteVector().begin());
1680 reinterpret_cast<const char*>(flat.ToOneByteVector().begin());
1722 reinterpret_cast<const char*>(flat.ToOneByteVector().begin());
1766 // separator", "fraction", or "percent sign", and has a begin and end
1794 std::sort(regions->begin(), regions->end(), cmp_NumberFormatSpan);
1863 // there's another field with exactly the same begin and end as this backdrop,
1886 for (auto it = parts.begin(); it < parts.end(); it++) {