HomeSort by relevance Sort by last modified time
    Searched defs:ansi (Results 1 - 8 of 8) sorted by null

  /external/protobuf/gtest/test/
gtest_unittest.cc 1447 const char* ansi = String::Utf16ToAnsi(L"str"); local
1456 const char* ansi = String::Utf16ToAnsi(L".:\\\\ \\"*?"); local
    [all...]
  /external/chromium/testing/gtest/src/
gtest.cc 855 // Creates a UTF-16 wide string from the given ANSI string, allocating
859 LPCWSTR String::AnsiToUtf16(const char* ansi) {
860 if (!ansi) return NULL;
861 const int length = strlen(ansi);
863 MultiByteToWideChar(CP_ACP, 0, ansi, length,
866 MultiByteToWideChar(CP_ACP, 0, ansi, length,
872 // Creates an ANSI string from the given wide string, allocating
874 // value using delete[]. Returns the ANSI string, or NULL if the
881 char* ansi = new char[ansi_length + 1]; local
883 ansi, ansi_length, NULL, NULL)
    [all...]
  /external/chromium/testing/gtest/test/
gtest_unittest.cc 1224 const char* ansi = String::Utf16ToAnsi(L"str"); local
1233 const char* ansi = String::Utf16ToAnsi(L".:\\\\ \\"*?"); local
    [all...]
  /external/gtest/src/
gtest.cc 855 // Creates a UTF-16 wide string from the given ANSI string, allocating
859 LPCWSTR String::AnsiToUtf16(const char* ansi) {
860 if (!ansi) return NULL;
861 const int length = strlen(ansi);
863 MultiByteToWideChar(CP_ACP, 0, ansi, length,
866 MultiByteToWideChar(CP_ACP, 0, ansi, length,
872 // Creates an ANSI string from the given wide string, allocating
874 // value using delete[]. Returns the ANSI string, or NULL if the
881 char* ansi = new char[ansi_length + 1]; local
883 ansi, ansi_length, NULL, NULL)
    [all...]
  /external/gtest/test/
gtest_unittest.cc 1224 const char* ansi = String::Utf16ToAnsi(L"str"); local
1233 const char* ansi = String::Utf16ToAnsi(L".:\\\\ \\"*?"); local
    [all...]
  /external/llvm/utils/unittest/googletest/
gtest.cc 855 // Creates a UTF-16 wide string from the given ANSI string, allocating
859 LPCWSTR String::AnsiToUtf16(const char* ansi) {
860 if (!ansi) return NULL;
861 const int length = strlen(ansi);
863 MultiByteToWideChar(CP_ACP, 0, ansi, length,
866 MultiByteToWideChar(CP_ACP, 0, ansi, length,
872 // Creates an ANSI string from the given wide string, allocating
874 // value using delete[]. Returns the ANSI string, or NULL if the
881 char* ansi = new char[ansi_length + 1]; local
883 ansi, ansi_length, NULL, NULL)
    [all...]
  /external/protobuf/gtest/src/
gtest.cc 820 // Creates a UTF-16 wide string from the given ANSI string, allocating
824 LPCWSTR String::AnsiToUtf16(const char* ansi) {
825 if (!ansi) return NULL;
826 const int length = strlen(ansi);
828 MultiByteToWideChar(CP_ACP, 0, ansi, length,
831 MultiByteToWideChar(CP_ACP, 0, ansi, length,
837 // Creates an ANSI string from the given wide string, allocating
839 // value using delete[]. Returns the ANSI string, or NULL if the
846 char* ansi = new char[ansi_length + 1]; local
848 ansi, ansi_length, NULL, NULL)
    [all...]
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 1303 milliseconds