Home | History | Annotate | Download | only in src

Lines Matching refs:unicode_code_point

1495     UInt32 unicode_code_point;
1500 unicode_code_point = CreateCodePointFromUtf16SurrogatePair(str[i],
1504 unicode_code_point = static_cast<UInt32>(str[i]);
1508 stream << CodePointToUtf8(unicode_code_point, buffer);