OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:js_pm
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/core/jni/
android_text_format_Time.cpp
198
static jstring js_X_fmt, js_x_fmt, js_c_fmt, js_am,
js_pm
, js_date_fmt;
local
228
env->ReleaseStringUTFChars(
js_pm
, locale.pm);
234
env->DeleteGlobalRef(
js_pm
);
291
js_pm
= (jstring) env->NewGlobalRef(env->GetStaticObjectField(
293
locale.pm = env->GetStringUTFChars(
js_pm
, NULL);
Completed in 38 milliseconds