OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unicode_length
(Results
1 - 4
of
4
) sorted by null
/external/gtest/src/
gtest.cc
840
const int
unicode_length
=
local
843
WCHAR* unicode = new WCHAR[
unicode_length
+ 1];
845
unicode,
unicode_length
);
846
unicode[
unicode_length
] = 0;
[
all
...]
/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/llvm/utils/unittest/googletest/
gtest.cc
835
const int
unicode_length
=
local
838
WCHAR* unicode = new WCHAR[
unicode_length
+ 1];
840
unicode,
unicode_length
);
841
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
...]
Completed in 81 milliseconds