Searched refs:locale8 (Results 1 – 1 of 1) sorted by relevance
553 ScopedUtfChars locale8(env, locale); in android_content_AssetManager_setLocale() local554 if (locale8.c_str() == NULL) { in android_content_AssetManager_setLocale()563 am->setLocale(locale8.c_str()); in android_content_AssetManager_setLocale()616 const char* locale8 = locale != NULL ? env->GetStringUTFChars(locale, NULL) : NULL; in android_content_AssetManager_setConfiguration() local646 am->setConfiguration(config, locale8); in android_content_AssetManager_setConfiguration()648 if (locale != NULL) env->ReleaseStringUTFChars(locale, locale8); in android_content_AssetManager_setConfiguration()