Searched refs:unicode_code_point (Results 1 – 1 of 1) sorted by relevance
1491 UInt32 unicode_code_point; in WideStringToUtf8() local1496 unicode_code_point = CreateCodePointFromUtf16SurrogatePair(str[i], in WideStringToUtf8()1500 unicode_code_point = static_cast<UInt32>(str[i]); in WideStringToUtf8()1503 stream << CodePointToUtf8(unicode_code_point); in WideStringToUtf8()