OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:unicode_length
(Results
1 - 8
of
8
) sorted by null
/art/runtime/
dex_file.h
492
uint32_t
unicode_length
;
local
493
return StringDataAndUtf16LengthByIdx(idx, &
unicode_length
);
523
const char* StringByTypeIdx(uint32_t idx, uint32_t*
unicode_length
) const {
525
return StringDataAndUtf16LengthByIdx(type_id.descriptor_idx_,
unicode_length
);
[
all
...]
/external/chromium_org/third_party/mesa/src/src/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
843
const int
unicode_length
=
local
846
WCHAR* unicode = new WCHAR[
unicode_length
+ 1];
848
unicode,
unicode_length
);
849
unicode[
unicode_length
] = 0;
[
all
...]
/external/llvm/utils/unittest/googletest/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/mesa3d/src/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/chromium_org/testing/gtest/src/
gtest.cc
839
const int
unicode_length
=
local
842
WCHAR* unicode = new WCHAR[
unicode_length
+ 1];
844
unicode,
unicode_length
);
845
unicode[
unicode_length
] = 0;
[
all
...]
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
gtest-all.cc
2327
const int
unicode_length
=
local
[
all
...]
/external/libvpx/libvpx/third_party/googletest/src/src/
gtest-all.cc
2327
const int
unicode_length
=
local
[
all
...]
Completed in 119 milliseconds