HomeSort by relevance Sort by last modified time
    Searched full:js_standalone_month (Results 1 - 1 of 1) sorted by null

  /frameworks/base/core/jni/
android_text_format_Time.cpp 197 static jstring js_standalone_month[12]; local
211 env->ReleaseStringUTFChars(js_standalone_month[i], locale.standalone_month[i]);
214 env->DeleteGlobalRef(js_standalone_month[i]);
254 js_standalone_month[i] = (jstring) env->NewGlobalRef(env->GetObjectArrayElement(ja, i));
255 locale.standalone_month[i] = env->GetStringUTFChars(js_standalone_month[i], NULL);

Completed in 284 milliseconds