Searched defs:CharArray (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dutf.h36 typedef PrimitiveArray<uint16_t> CharArray; typedef in namespace:art::mirror
83 int32_t ComputeUtf16Hash(mirror::CharArray* chars, int32_t offset, size_t char_count)
/art/runtime/mirror/
H A Dobject.h48 typedef PrimitiveArray<uint16_t> CharArray; typedef in namespace:art::mirror
205 CharArray* AsCharArray() SHARED_REQUIRES(Locks::mutator_lock_);

Completed in 266 milliseconds