Searched refs:ScopedStringChars (Results 1 – 4 of 4) sorted by relevance
68 using ScopedStringChars = std::unique_ptr<const char, StringCharsReleaser>; variable71 ScopedStringChars GetScopedStringChars(JNIEnv* env, jstring string,
69 ScopedStringChars GetScopedStringChars(JNIEnv* env, jstring string, in GetScopedStringChars()71 return ScopedStringChars(env->GetStringUTFChars(string, is_copy), in GetScopedStringChars()
111 ScopedStringChars text_str = in Text()
820 ScopedStringChars locales_str = in ParseDeviceLocales()