Home | History | Annotate | Download | only in src

Lines Matching refs:unicode_code_point

1510     UInt32 unicode_code_point;
1515 unicode_code_point = CreateCodePointFromUtf16SurrogatePair(str[i],
1519 unicode_code_point = static_cast<UInt32>(str[i]);
1523 stream << CodePointToUtf8(unicode_code_point, buffer);