Searched defs:ansi (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/opus/src/celt/tests/
H A Dtest_unit_dft.c61 double ansi = 0; local
79 ansi += in[k].r * im + in[k].i * re;
81 /*printf ("%d %d ", (int)ansr, (int)ansi);*/
83 difi = ansi - out[bin].i;
85 sigpow += ansr*ansr+ansi*ansi;
/external/grub/stage2/
H A Dfsys_jfs.c200 uni2ansi (UniChar *uni, char *ansi, int len) argument
203 *ansi++ = (*uni & 0xff80) ? '?' : *(char *)uni;
/external/chromium/testing/gtest/test/
H A Dgtest_unittest.cc1224 const char* ansi = String::Utf16ToAnsi(L"str"); local
1225 EXPECT_STREQ("str", ansi);
1226 delete [] ansi;
1233 const char* ansi = String::Utf16ToAnsi(L".:\\ \"*?"); local
1234 EXPECT_STREQ(".:\\ \"*?", ansi);
1235 delete [] ansi;
/external/chromium_org/testing/gtest/test/
H A Dgtest_unittest.cc1007 const char* ansi = String::Utf16ToAnsi(L"str"); local
1008 EXPECT_STREQ("str", ansi);
1009 delete [] ansi;
1016 const char* ansi = String::Utf16ToAnsi(L".:\\ \"*?"); local
1017 EXPECT_STREQ(".:\\ \"*?", ansi);
1018 delete [] ansi;
/external/gtest/test/
H A Dgtest_unittest.cc1224 const char* ansi = String::Utf16ToAnsi(L"str"); local
1225 EXPECT_STREQ("str", ansi);
1226 delete [] ansi;
1233 const char* ansi = String::Utf16ToAnsi(L".:\\ \"*?"); local
1234 EXPECT_STREQ(".:\\ \"*?", ansi);
1235 delete [] ansi;
/external/protobuf/gtest/test/
H A Dgtest_unittest.cc1447 const char* ansi = String::Utf16ToAnsi(L"str"); local
1448 EXPECT_STREQ("str", ansi);
1449 delete [] ansi;
1456 const char* ansi = String::Utf16ToAnsi(L".:\\ \"*?"); local
1457 EXPECT_STREQ(".:\\ \"*?", ansi);
1458 delete [] ansi;
/external/chromium/testing/gtest/src/
H A Dgtest.cc859 LPCWSTR String::AnsiToUtf16(const char* ansi) { argument
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,
881 char* ansi = new char[ansi_length + 1]; local
883 ansi, ansi_length, NULL, NULL);
884 ansi[ansi_length] = 0;
885 return ansi;
/external/chromium_org/testing/gtest/src/
H A Dgtest.cc823 LPCWSTR String::AnsiToUtf16(const char* ansi) { argument
824 if (!ansi) return NULL;
825 const int length = strlen(ansi);
827 MultiByteToWideChar(CP_ACP, 0, ansi, length,
830 MultiByteToWideChar(CP_ACP, 0, ansi, length,
845 char* ansi = new char[ansi_length + 1]; local
847 ansi, ansi_length, NULL, NULL);
848 ansi[ansi_length] = 0;
849 return ansi;
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest.cc859 LPCWSTR String::AnsiToUtf16(const char* ansi) { argument
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,
881 char* ansi = new char[ansi_length + 1]; local
883 ansi, ansi_length, NULL, NULL);
884 ansi[ansi_length] = 0;
885 return ansi;
/external/gtest/src/
H A Dgtest.cc859 LPCWSTR String::AnsiToUtf16(const char* ansi) { argument
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,
881 char* ansi = new char[ansi_length + 1]; local
883 ansi, ansi_length, NULL, NULL);
884 ansi[ansi_length] = 0;
885 return ansi;
/external/llvm/utils/unittest/googletest/
H A Dgtest.cc859 LPCWSTR String::AnsiToUtf16(const char* ansi) { argument
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,
881 char* ansi = new char[ansi_length + 1]; local
883 ansi, ansi_length, NULL, NULL);
884 ansi[ansi_length] = 0;
885 return ansi;
/external/mesa3d/src/gtest/src/
H A Dgtest.cc859 LPCWSTR String::AnsiToUtf16(const char* ansi) { argument
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,
881 char* ansi = new char[ansi_length + 1]; local
883 ansi, ansi_length, NULL, NULL);
884 ansi[ansi_length] = 0;
885 return ansi;
/external/open-vcdiff/gtest/src/
H A Dgtest.cc824 LPCWSTR String::AnsiToUtf16(const char* ansi) { argument
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,
846 char* ansi = new char[ansi_length + 1]; local
848 ansi, ansi_length, NULL, NULL);
849 ansi[ansi_length] = 0;
850 return ansi;
/external/protobuf/gtest/src/
H A Dgtest.cc824 LPCWSTR String::AnsiToUtf16(const char* ansi) { argument
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,
846 char* ansi = new char[ansi_length + 1]; local
848 ansi, ansi_length, NULL, NULL);
849 ansi[ansi_length] = 0;
850 return ansi;
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc2324 LPCWSTR String::AnsiToUtf16(const char* ansi) { argument
2325 if (!ansi) return NULL;
2326 const int length = strlen(ansi);
2328 MultiByteToWideChar(CP_ACP, 0, ansi, length,
2331 MultiByteToWideChar(CP_ACP, 0, ansi, length,
2346 char* ansi = new char[ansi_length + 1]; local
2348 ansi, ansi_length, NULL, NULL);
2349 ansi[ansi_length] = 0;
2350 return ansi;

Completed in 934 milliseconds