Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/jni/
Dandroid_graphics_fonts_cts_SystemFonts.cpp66 class ScopedStringChars { class
68 ScopedStringChars(JNIEnv* env, jstring s) : mEnv(env), mString(s) { in ScopedStringChars() function in __anon6417662e0111::ScopedStringChars
78 ~ScopedStringChars() { in ~ScopedStringChars()
192 ScopedStringChars textChars(env, text); in nMatchFamilyStyleCharacter()
207 ScopedStringChars textChars(env, text); in nMatchFamilyStyleCharacter_runLength()