Lines Matching refs:mod_utf
590 std::unique_ptr<char[]> mod_utf(new char[utf_byte_count + 1]);591 memset(mod_utf.get(), 0, utf_byte_count + 1);592 ti::ConvertUtf16ToModifiedUtf8(mod_utf.get(), utf_byte_count, value, value_length);597 mod_utf.get()));