Home | History | Annotate | Download | only in gtest

Lines Matching full:wchar_t

753 static void StreamWideCharsToMessage(const wchar_t* wstr, size_t len,
806 // For a wchar_t value, we print it as a C++ wchar_t literal and as an
808 String FormatForFailureMessage(wchar_t wchar) {
809 // The C++ standard doesn't specify the exact size of the wchar_t
813 // Therefore, in order to print a wchar_t value in the numeric form,
1098 bool IsSubstringPred(const wchar_t* needle, const wchar_t* haystack) {
1114 // StringType here can be const char*, const wchar_t*, ::std::string,
1149 const wchar_t* needle, const wchar_t* haystack) {
1161 const wchar_t* needle, const wchar_t* haystack) {
1289 String ToUtf8String(wchar_t wchar) {
1317 String String::ShowWideCString(const wchar_t * wide_c_str) {
1330 String String::ShowWideCStringQuoted(const wchar_t* wide_c_str) {
1343 bool String::WideCStringEquals(const wchar_t * lhs, const wchar_t * rhs) {
1354 const wchar_t* expected,
1355 const wchar_t* actual) {
1370 const wchar_t* s1,
1371 const wchar_t* s2) {
3466 // wchar_t.
3537 void InitGoogleTest(int* argc, wchar_t** argv) {