Home
last modified time | relevance | path

Searched defs:unicode_length (Results 1 – 1 of 1) sorted by relevance

/art/libdexfile/dex/
Ddex_file-inl.h71 uint32_t unicode_length; in StringDataByIdx() local
76 uint32_t unicode_length; in StringViewByIdx() local
81 inline const char* DexFile::StringByTypeIdx(dex::TypeIndex idx, uint32_t* unicode_length) const { in StringByTypeIdx()