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

  /art/runtime/
dex_file-inl.h 33 inline const char* DexFile::GetStringDataAndUtf16Length(const StringId& string_id,
dex_file.h 474 const char* GetStringDataAndUtf16Length(const StringId& string_id, uint32_t* utf16_length) const;
478 return GetStringDataAndUtf16Length(string_id, &ignored);
481 // Index version of GetStringDataAndUtf16Length.
488 return GetStringDataAndUtf16Length(string_id, utf16_length);
    [all...]

Completed in 82 milliseconds