Searched refs:ustr (Results 1 – 1 of 1) sorted by relevance
1500 char *ustr = new(std::nothrow) char[count + 1](); in UnicodeToUtf8() local1501 if (ustr == nullptr) { in UnicodeToUtf8()1506 count = WideCharToMultiByte(to, 0, wstr, -1, ustr, count, nullptr, nullptr); in UnicodeToUtf8()1511 delete[] ustr; in UnicodeToUtf8()1514 string rc(ustr); in UnicodeToUtf8()1516 delete[] ustr; in UnicodeToUtf8()