OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:locale8
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/jni/
android_database_SQLiteDatabase.cpp
326
char const*
locale8
= env->GetStringUTFChars(localeString, NULL);
local
355
if (dbLocale != NULL && !strcmp(dbLocale,
locale8
)) {
357
err = register_localized_collators(handle,
locale8
, UTF16_STORAGE);
365
err = register_localized_collators(handle,
locale8
, UTF16_STORAGE);
378
err = register_localized_collators(handle,
locale8
, UTF16_STORAGE);
400
err = sqlite3_bind_text(stmt, 1,
locale8
, -1, SQLITE_TRANSIENT);
435
if (
locale8
!= NULL) env->ReleaseStringUTFChars(localeString,
locale8
);
android_util_AssetManager.cpp
486
const char*
locale8
= env->GetStringUTFChars(locale, NULL);
local
493
am->setLocale(
locale8
);
495
env->ReleaseStringUTFChars(locale,
locale8
);
546
const char*
locale8
= locale != NULL ? env->GetStringUTFChars(locale, NULL) : NULL;
local
562
am->setConfiguration(config,
locale8
);
564
if (locale != NULL) env->ReleaseStringUTFChars(locale,
locale8
);
[
all
...]
Completed in 5080 milliseconds