Searched refs:unicode_code_point (Results 1 – 1 of 1) sorted by relevance
1837 UInt32 unicode_code_point; in WideStringToUtf8() local1842 unicode_code_point = CreateCodePointFromUtf16SurrogatePair(str[i], in WideStringToUtf8()1846 unicode_code_point = static_cast<UInt32>(str[i]); in WideStringToUtf8()1849 stream << CodePointToUtf8(unicode_code_point); in WideStringToUtf8()