Home
last modified time | relevance | path

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

/external/icing/icing/jni/
Dscoped-utf-chars.h30 ScopedUtfChars(JNIEnv* env, jstring s) : env_(env), string_(s) { in ScopedUtfChars() function
40 ScopedUtfChars(ScopedUtfChars&& rhs) in ScopedUtfChars() function
/external/conscrypt/common/src/jni/unbundled/include/nativehelper/
Dscoped_utf_chars.h34 ScopedUtfChars(JNIEnv* env, jstring s) : env_(env), string_(s) { in ScopedUtfChars() function