OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:js_month
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/core/jni/
android_text_format_Time.cpp
196
static jstring js_mon[12],
js_month
[12], js_wday[7], js_weekday[7];
local
210
env->ReleaseStringUTFChars(
js_month
[i], locale.month[i]);
213
env->DeleteGlobalRef(
js_month
[i]);
248
js_month
[i] = (jstring) env->NewGlobalRef(env->GetObjectArrayElement(ja, i));
249
locale.month[i] = env->GetStringUTFChars(
js_month
[i], NULL);
Completed in 412 milliseconds