71#if GTEST_OS_WINDOWS_MOBILE
84 static LPCWSTR AnsiToUtf16(
const char* c_str);
94 static const char* Utf16ToAnsi(LPCWSTR utf16_str);
102 static bool CStringEquals(
const char* lhs,
const char* rhs);
108 static std::string ShowWideCString(
const wchar_t* wide_c_str);
116 static bool WideCStringEquals(
const wchar_t* lhs,
const wchar_t* rhs);
139 static bool CaseInsensitiveWideCStringEquals(
const wchar_t* lhs,
144 static bool EndsWithCaseInsensitive(
145 const std::string& str,
const std::string& suffix);
148 static std::string FormatIntWidth2(
int value);
151 static std::string FormatHexInt(
int value);
154 static std::string FormatByte(
unsigned char value);