Home | History | Annotate | Download | only in src

Lines Matching refs:CodePointToUtf8

1395 char* CodePointToUtf8(UInt32 code_point, char* str) {
1482 char buffer[32]; // CodePointToUtf8 requires a buffer this big.
1483 stream << CodePointToUtf8(unicode_code_point, buffer);