Searched refs:str_utf16 (Results 1 – 1 of 1) sorted by relevance
789 auto str_utf16 = pool->stringAt(attr_value.data); in NativeGetResourceStringArray() local790 if (!str_utf16.has_value()) { in NativeGetResourceStringArray()793 java_string = env->NewString(reinterpret_cast<const jchar*>(str_utf16->data()), in NativeGetResourceStringArray()794 str_utf16->size()); in NativeGetResourceStringArray()