Home
last modified time | relevance | path

Searched refs:short_months (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/3rdparty/libpng/
Dpng.c595 static PNG_CONST char short_months[12][4] = in png_convert_to_rfc1123() local
627 APPEND_STRING(short_months[(ptime->month - 1)]); in png_convert_to_rfc1123()
DCHANGES302 Fixed dimensions of "short_months" array in pngwrite.c
/external/pdfium/third_party/lpng_v163/
Dpng.c691 static PNG_CONST char short_months[12][4] = in png_convert_to_rfc1123_buffer() local
716 APPEND_STRING(short_months[(ptime->month - 1)]); in png_convert_to_rfc1123_buffer()
/external/libpng/
Dpng.c698 static PNG_CONST char short_months[12][4] = in png_convert_to_rfc1123_buffer() local
723 APPEND_STRING(short_months[(ptime->month - 1)]); in png_convert_to_rfc1123_buffer()
DCHANGES309 Fixed dimensions of "short_months" array in pngwrite.c