Lines Matching refs:begin
60 std::vector<char> tmpContent(content.begin(), content.end());
62 std::copy(tmpContent.begin(), tmpContent.end(), std::back_inserter(content));
71 std::vector<char> tmpContent(content.begin(), content.end());
189 UTILS_LOGE("lseek file to begin failed!");
322 UTILS_LOGE("seekg file to begin failed!filePath:%{private}s", filePath.c_str());
376 transform(str.begin(), str.end(), strlower.begin(), ::tolower);
377 transform(subStr.begin(), subStr.end(), sublower.begin(), ::tolower);
419 transform(str.begin(), str.end(), strlower.begin(), ::tolower);
420 transform(subStr.begin(), subStr.end(), sublower.begin(), ::tolower);