Home
last modified time | relevance | path

Searched refs:NativeUnsafeByteSequence (Results 1 – 1 of 1) sorted by relevance

/art/runtime/native/
Dlibcore_util_CharsetUtils.cc41 class NativeUnsafeByteSequence { class
43 explicit NativeUnsafeByteSequence(JNIEnv* env) in NativeUnsafeByteSequence() function in art::NativeUnsafeByteSequence
47 ~NativeUnsafeByteSequence() { in ~NativeUnsafeByteSequence()
106 NativeUnsafeByteSequence(const NativeUnsafeByteSequence&);
107 void operator=(const NativeUnsafeByteSequence&);
200 NativeUnsafeByteSequence out(env); in CharsetUtils_toUtf8Bytes()