Home
last modified time | relevance | path

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

/external/libtextclassifier/utils/java/
Dstring_utils.h68 using ScopedStringChars = std::unique_ptr<const char, StringCharsReleaser>; variable
71 ScopedStringChars GetScopedStringChars(JNIEnv* env, jstring string,
Dstring_utils.cc69 ScopedStringChars GetScopedStringChars(JNIEnv* env, jstring string, in GetScopedStringChars()
71 return ScopedStringChars(env->GetStringUTFChars(string, is_copy), in GetScopedStringChars()
/external/libtextclassifier/utils/utf8/
Dunilib-javaicu.h111 ScopedStringChars text_str = in Text()
/external/libtextclassifier/utils/intents/
Dintent-generator.cc820 ScopedStringChars locales_str = in ParseDeviceLocales()