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")
1450 char* CodePointToUtf8(UInt32 code_point, char* str) {
1537 char buffer[32]; // CodePointToUtf8 requires a buffer this big.
1538 stream << CodePointToUtf8(unicode_code_point, buffer);