Home
last modified time | relevance | path

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

/cts/tests/signature/dex-checker/
Ddex-checker.cpp19 class ScopedUtfChars { class
21 ScopedUtfChars(JNIEnv* env, jstring s) : env_(env), string_(s) { in ScopedUtfChars() function in ScopedUtfChars
/cts/tests/tests/graphics/jni/
Dandroid_graphics_fonts_cts_SystemFonts.cpp33 class ScopedUtfChars { class
35 ScopedUtfChars(JNIEnv* env, jstring s) : mEnv(env), mString(s) { in ScopedUtfChars() function in __anon6417662e0111::ScopedUtfChars