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