Home | History | Annotate | Download | only in ceres

Lines Matching refs:CodePointToUtf8

621 GTEST_API_ char* CodePointToUtf8(UInt32 code_point, char* str);
2739 char* CodePointToUtf8(UInt32 code_point, char* str) {
2826 char buffer[32]; // CodePointToUtf8 requires a buffer this big.
2827 stream << CodePointToUtf8(unicode_code_point, buffer);