Searched refs:ScopedStringChars (Results 1 – 6 of 6) 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()
51 ScopedStringChars inputChars(env, input); in updateInput()
532 ScopedStringChars replacement(env, javaReplacement); in NativeConverter_setCallbackDecode()
118 ScopedStringChars text_str = in Text()
858 ScopedStringChars locales_str = in ParseDeviceLocales()