/system/core/include/cutils/ |
tztime.h | 40 const char *c_fmt; member in struct:strftime_locale
|
/bionic/libc/include/ |
time.h | 91 const char * c_fmt; member in struct:strftime_locale
|
/bionic/libc/tzcode/ |
strftime.c | 55 const char * c_fmt; member in struct:lc_time_T 94 ** c_fmt 259 pt = _fmt(locale->c_fmt, t, pt, ptlim, warnp, locale);
|
/system/core/libcutils/ |
tzstrftime.c | 209 pt = _fmt(Locale->c_fmt, t, pt, ptlim, warnp, Locale); 817 ** c_fmt had the ``short format for dates and times together'' 823 localebuf.date_fmt = localebuf.c_fmt;
|
/frameworks/base/core/jni/ |
android_text_format_Time.cpp | 226 env->ReleaseStringUTFChars(js_c_fmt, locale.c_fmt); 280 locale.c_fmt = env->GetStringUTFChars(js_c_fmt, NULL);
|