Searched refs:ustr (Results 1 – 1 of 1) sorted by relevance
1453 char *ustr = new(std::nothrow) char[count + 1](); in UnicodeToUtf8() local1454 if (ustr == nullptr) { in UnicodeToUtf8()1459 count = WideCharToMultiByte(to, 0, wstr, -1, ustr, count, nullptr, nullptr); in UnicodeToUtf8()1464 delete[] ustr; in UnicodeToUtf8()1467 string rc(ustr); in UnicodeToUtf8()1469 delete[] ustr; in UnicodeToUtf8()