Searched refs:locale_utf8 (Results 1 – 1 of 1) sorted by relevance
517 ScopedUtfChars locale_utf8(env, locale); in NativeSetConfiguration() local518 CHECK(locale_utf8.c_str() != nullptr); in NativeSetConfiguration()519 configuration.setBcp47Locale(locale_utf8.c_str()); in NativeSetConfiguration()