HomeSort by relevance Sort by last modified time
    Searched refs:unicode_length (Results 1 - 5 of 5) sorted by null

  /external/chromium/testing/gtest/src/
gtest.cc 862 const int unicode_length = local
865 WCHAR* unicode = new WCHAR[unicode_length + 1];
867 unicode, unicode_length);
868 unicode[unicode_length] = 0;
    [all...]
  /external/gtest/src/
gtest.cc 862 const int unicode_length = local
865 WCHAR* unicode = new WCHAR[unicode_length + 1];
867 unicode, unicode_length);
868 unicode[unicode_length] = 0;
    [all...]
  /external/llvm/utils/unittest/googletest/
gtest.cc 862 const int unicode_length = local
865 WCHAR* unicode = new WCHAR[unicode_length + 1];
867 unicode, unicode_length);
868 unicode[unicode_length] = 0;
    [all...]
  /external/protobuf/gtest/src/
gtest.cc 827 const int unicode_length = local
830 WCHAR* unicode = new WCHAR[unicode_length + 1];
832 unicode, unicode_length);
833 unicode[unicode_length] = 0;
    [all...]
  /frameworks/compile/mclinker/utils/gtest/src/
gtest-all.cpp 2166 const int unicode_length = local
    [all...]

Completed in 38 milliseconds