Home
last modified time | relevance | path

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

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