HomeSort by relevance Sort by last modified time
    Searched refs:locale8 (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/jni/
android_database_SQLiteDatabase.cpp 268 char const* locale8 = env->GetStringUTFChars(localeString, NULL); local
297 if (dbLocale != NULL && !strcmp(dbLocale, locale8)) {
299 err = register_localized_collators(handle, locale8, UTF16_STORAGE);
307 err = register_localized_collators(handle, locale8, UTF16_STORAGE);
320 err = register_localized_collators(handle, locale8, UTF16_STORAGE);
342 err = sqlite3_bind_text(stmt, 1, locale8, -1, SQLITE_TRANSIENT);
377 if (locale8 != NULL) env->ReleaseStringUTFChars(localeString, locale8);
android_util_AssetManager.cpp 463 ScopedUtfChars locale8(env, locale);
464 if (locale8.c_str() == NULL) {
473 am->setLocale(locale8.c_str());
526 const char* locale8 = locale != NULL ? env->GetStringUTFChars(locale, NULL) : NULL; local
545 am->setConfiguration(config, locale8);
547 if (locale != NULL) env->ReleaseStringUTFChars(locale, locale8);
    [all...]

Completed in 1242 milliseconds