Home
last modified time | relevance | path

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

/external/syslinux/com32/lib/libpng/
Dpng.c672 static PNG_CONST char short_months[12][4] = in png_convert_to_rfc1123() local
688 ptime->day % 32, short_months[(ptime->month - 1) % 12], in png_convert_to_rfc1123()
699 ptime->day % 32, short_months[(ptime->month - 1) % 12], in png_convert_to_rfc1123()
707 ptime->day % 32, short_months[(ptime->month - 1) % 12], in png_convert_to_rfc1123()
DCHANGES293 fixed dimensions of "short_months" array in pngwrite.c
/external/skia/third_party/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()
/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
/external/pdfium/third_party/libpng16/
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()