Home | History | Annotate | Download | only in googletest

Lines Matching refs:CodePointToUtf8

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