Home | History | Annotate | Download | only in src

Lines Matching refs:CodePointToUtf8

945   char buffer[32];  // CodePointToUtf8 requires a buffer that big.
947 << (wchar ? CodePointToUtf8(static_cast<UInt32>(wchar), buffer) : "\\0")
1420 char* CodePointToUtf8(UInt32 code_point, char* str) {
1507 char buffer[32]; // CodePointToUtf8 requires a buffer this big.
1508 stream << CodePointToUtf8(unicode_code_point, buffer);