HomeSort by relevance Sort by last modified time
    Searched defs:GetStringData (Results 1 - 3 of 3) sorted by null

  /art/libdexfile/dex/
string_reference.h 41 const char* GetStringData() const {
42 return dex_file->GetStringData(dex_file->GetStringId(StringIndex()));
58 CompareModifiedUtf8ToModifiedUtf8AsUtf16CodePointValues(sr1.GetStringData(),
59 sr2.GetStringData()) < 0);
63 return CompareModifiedUtf8ToModifiedUtf8AsUtf16CodePointValues(sr1.GetStringData(),
64 sr2.GetStringData()) < 0;
dex_file-inl.h 43 inline const char* DexFile::GetStringData(const StringId& string_id) const {
  /tools/dexter/slicer/export/slicer/
reader.h 126 const dex::u1* GetStringData(dex::u4 index) const {

Completed in 100 milliseconds