OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:locale_jstr
(Results
1 - 1
of
1
) sorted by null
/external/chromium/android/ui/base/l10n/
l10n_util.cc
105
jstring
locale_jstr
= static_cast<jstring>(env->CallObjectMethod(locale_jobj, to_string));
local
106
std::string locale = android::jni::JstringToStdString(env,
locale_jstr
);
107
env->DeleteLocalRef(
locale_jstr
);
Completed in 329 milliseconds