Lines Matching defs:from
384 WRITE_LOG(LOG_DEBUG, "get log limit count from env: %d", limitCount);
1948 string ReplaceAll(string str, const string from, const string to)
1951 while ((startPos = str.find(from, startPos)) != string::npos) {
1952 str.replace(startPos, from.length(), to);
1953 startPos += to.length(); // Handles case where 'to' is a substring of 'from'
1979 UINT from = CP_ACP;
1983 from = CP_UTF8;
1986 count = MultiByteToWideChar(from, 0, src, -1, nullptr, 0);
1997 count = MultiByteToWideChar(from, 0, src, -1, wstr, count);
2296 // Trim from both sides and paired