Home | History | Annotate | Download | only in src

Lines Matching full:unicode_code_point

1531     UInt32 unicode_code_point;
1536 unicode_code_point = CreateCodePointFromUtf16SurrogatePair(str[i],
1540 unicode_code_point = static_cast<UInt32>(str[i]);
1544 stream << CodePointToUtf8(unicode_code_point, buffer);