OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
471
const char*
GetStringDataAndUtf16Length
(const StringId& string_id, uint32_t* utf16_length) const;
475
return
GetStringDataAndUtf16Length
(string_id, &ignored);
478
// Index version of
GetStringDataAndUtf16Length
.
485
return
GetStringDataAndUtf16Length
(string_id, utf16_length);
[
all
...]
Completed in 1502 milliseconds