Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp517 ScopedUtfChars locale_utf8(env, locale); in NativeSetConfiguration() local
518 CHECK(locale_utf8.c_str() != nullptr); in NativeSetConfiguration()
519 configuration.setBcp47Locale(locale_utf8.c_str()); in NativeSetConfiguration()