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

  /art/runtime/
dex_file-inl.h 57 uint32_t unicode_length; local
58 return StringDataAndUtf16LengthByIdx(idx, &unicode_length);
61 inline const char* DexFile::StringByTypeIdx(dex::TypeIndex idx, uint32_t* unicode_length) const {
66 return StringDataAndUtf16LengthByIdx(type_id.descriptor_idx_, unicode_length);
dex_file.h 605 const char* StringByTypeIdx(dex::TypeIndex idx, uint32_t* unicode_length) const;
    [all...]
  /external/google-breakpad/src/testing/gtest/src/
gtest.cc 863 const int unicode_length = local
866 WCHAR* unicode = new WCHAR[unicode_length + 1];
868 unicode, unicode_length);
869 unicode[unicode_length] = 0;
    [all...]
  /external/googletest/googletest/src/
gtest.cc 858 const int unicode_length = local
861 WCHAR* unicode = new WCHAR[unicode_length + 1];
863 unicode, unicode_length);
864 unicode[unicode_length] = 0;
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest.cc 861 const int unicode_length = local
864 WCHAR* unicode = new WCHAR[unicode_length + 1];
866 unicode, unicode_length);
867 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 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/protobuf/gtest/src/
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/swiftshader/third_party/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/v8/testing/gtest/src/
gtest.cc 861 const int unicode_length = local
864 WCHAR* unicode = new WCHAR[unicode_length + 1];
866 unicode, unicode_length);
867 unicode[unicode_length] = 0;
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/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...]
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/src/
gtest.cc 828 const int unicode_length = local
831 WCHAR* unicode = new WCHAR[unicode_length + 1];
833 unicode, unicode_length);
834 unicode[unicode_length] = 0;
    [all...]
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/src/
gtest.cc 828 const int unicode_length = local
831 WCHAR* unicode = new WCHAR[unicode_length + 1];
833 unicode, unicode_length);
834 unicode[unicode_length] = 0;
    [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest-all.cc 2175 const int unicode_length = local
    [all...]
  /external/fmtlib/test/
gmock-gtest-all.cc 2327 const int unicode_length = local
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest-all.cc 2327 const int unicode_length = local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
unicodeobject.c 7004 unicode_length(PyUnicodeObject *self) function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
unicodeobject.c 6896 unicode_length(PyUnicodeObject *self) function
    [all...]
  /external/python/cpython2/Objects/
unicodeobject.c 7017 unicode_length(PyUnicodeObject *self) function
    [all...]

Completed in 2917 milliseconds