Home
last modified time | relevance | path

Searched refs:date_format (Results 1 – 3 of 3) sorted by relevance

/external/chromium/third_party/icu/source/test/testdata/
Dformat.txt16 Type { "date_format" }
58 Type { "date_format" }
114 Type { "date_format" }
298 Type { "date_format" }
390 Type { "date_format" }
/external/icu4c/test/testdata/
Dformat.txt16 Type { "date_format" }
58 Type { "date_format" }
114 Type { "date_format" }
298 Type { "date_format" }
390 Type { "date_format" }
/external/stlport/src/c_locale_win32/
Dc_locale_win32.c206 char *date_format; member
768 ltime->date_format = (char*)malloc(size); in _Locale_time_create()
769 if (!ltime->date_format) in _Locale_time_create()
771 __ConvertDate(fmt80, ltime->date_format, size); in _Locale_time_create()
788 …length = strlen(ltime->date_format) + strlen(ltime->time_format) + 1 /* space */ + 1 /* trailing 0… in _Locale_time_create()
792 _STLP_STRCPY(ltime->date_time_format, length, ltime->date_format); in _Locale_time_create()
963 if (ltime->date_format) free(ltime->date_format); in _Locale_time_destroy()
1291 { return ltime->date_format; } in _Locale_d_fmt()