Searched refs:unicode_length (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/testing/gtest/src/
H A Dgtest.cc839 const int unicode_length = local
842 WCHAR* unicode = new WCHAR[unicode_length + 1];
844 unicode, unicode_length);
845 unicode[unicode_length] = 0;
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest.cc862 const int unicode_length = local
865 WCHAR* unicode = new WCHAR[unicode_length + 1];
867 unicode, unicode_length);
868 unicode[unicode_length] = 0;
/external/gtest/src/
H A Dgtest.cc843 const int unicode_length = local
846 WCHAR* unicode = new WCHAR[unicode_length + 1];
848 unicode, unicode_length);
849 unicode[unicode_length] = 0;
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc862 const int unicode_length = local
865 WCHAR* unicode = new WCHAR[unicode_length + 1];
867 unicode, unicode_length);
868 unicode[unicode_length] = 0;
/external/mesa3d/src/gtest/src/
H A Dgtest.cc862 const int unicode_length = local
865 WCHAR* unicode = new WCHAR[unicode_length + 1];
867 unicode, unicode_length);
868 unicode[unicode_length] = 0;
/external/protobuf/gtest/src/
H A Dgtest.cc827 const int unicode_length = local
830 WCHAR* unicode = new WCHAR[unicode_length + 1];
832 unicode, unicode_length);
833 unicode[unicode_length] = 0;
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc2327 const int unicode_length = local
2330 WCHAR* unicode = new WCHAR[unicode_length + 1];
2332 unicode, unicode_length);
2333 unicode[unicode_length] = 0;
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc2327 const int unicode_length = local
2330 WCHAR* unicode = new WCHAR[unicode_length + 1];
2332 unicode, unicode_length);
2333 unicode[unicode_length] = 0;

Completed in 253 milliseconds