/system/core/include/cutils/ |
tztime.h | 43 const char *date_fmt; member in struct:strftime_locale
|
/bionic/libc/include/ |
time.h | 94 const char * date_fmt; member in struct:strftime_locale
|
/bionic/libc/tzcode/ |
strftime.c | 58 const char * date_fmt; member in struct:lc_time_T 109 /* date_fmt */ 649 pt = _fmt(locale->date_fmt, t, pt, ptlim,
|
/system/core/libcutils/ |
tzstrftime.c | 599 pt = _fmt(Locale->date_fmt, t, pt, ptlim, 819 ** date_fmt had the ``long format for dates'' 823 localebuf.date_fmt = localebuf.c_fmt;
|
/frameworks/base/core/jni/ |
android_text_format_Time.cpp | 229 env->ReleaseStringUTFChars(js_date_fmt, locale.date_fmt); 292 locale.date_fmt = env->GetStringUTFChars(js_date_fmt, NULL);
|