Searched refs:ustr (Results 1 – 1 of 1) sorted by relevance
1597 char *ustr = new(std::nothrow) char[count + 1](); in UnicodeToUtf8() local1598 if (ustr == nullptr) { in UnicodeToUtf8()1603 count = WideCharToMultiByte(to, 0, wstr, -1, ustr, count, nullptr, nullptr); in UnicodeToUtf8()1608 delete[] ustr; in UnicodeToUtf8()1611 string rc(ustr); in UnicodeToUtf8()1613 delete[] ustr; in UnicodeToUtf8()