Searched refs:locale8 (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp691 const char* locale8 = locale != NULL ? env->GetStringUTFChars(locale, NULL) : NULL; local
721 am->setConfiguration(config, locale8);
723 if (locale != NULL) env->ReleaseStringUTFChars(locale, locale8);

Completed in 34 milliseconds