Lines Matching +full:x +full:- +full:versions
36 // This header file is #included by gtest-internal.h.
57 #include "gtest/internal/gtest-port.h"
62 // String - an abstract class holding static string utilities.
67 // Clones a 0-terminated C string, allocating memory using new. The
77 // Windows CE does not have the 'ANSI' versions of Win32 APIs. To be
79 // to 'Unicode', UTF-16.
81 // Creates a UTF-16 wide string from the given ANSI string, allocating
87 // match the behaviour of the ANSI versions of Win32 calls and the
97 // match the behaviour of the ANSI versions of Win32 calls and the
106 // NULL C string is considered different to any non-NULL C string,
110 // Converts a wide C string to a String using the UTF-8 encoding.
120 // NULL C string is considered different to any non-NULL C string,
128 // A NULL C string is considered different to any non-NULL C string,
136 // A NULL C string is considered different to any non-NULL wide C string,
142 // On MacOS X, it uses towlower, which also uses LC_CTYPE category of the
158 // Formats an int value as "%X".
161 // Formats an int value as "%X".
164 // Formats a byte as "%02X".