Home
last modified time | relevance | path

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

/aosp12/art/runtime/mirror/
H A Dstring-alloc-inl.h211 int32_t byte_length, in AllocFromByteArray()
/aosp12/frameworks/base/tools/aapt2/
H A DStringPool.cpp421 const size_t byte_length = encoded.size() * sizeof(char16_t); in EncodeString() local