HomeSort by relevance Sort by last modified time
    Searched refs:short_months (Results 1 - 4 of 4) sorted by null

  /external/syslinux/com32/lib/libpng/
png.c 672 static PNG_CONST char short_months[12][4] = local
688 ptime->day % 32, short_months[(ptime->month - 1) % 12],
699 ptime->day % 32, short_months[(ptime->month - 1) % 12],
707 ptime->day % 32, short_months[(ptime->month - 1) % 12],
  /external/libpng/
png.c 698 static PNG_CONST char short_months[12][4] = local
723 APPEND_STRING(short_months[(ptime->month - 1)]);
    [all...]
  /external/pdfium/third_party/libpng16/
png.c 698 static PNG_CONST char short_months[12][4] = local
723 APPEND_STRING(short_months[(ptime->month - 1)]);
    [all...]
  /external/skia/third_party/libpng/
png.c 698 static PNG_CONST char short_months[12][4] = local
723 APPEND_STRING(short_months[(ptime->month - 1)]);
    [all...]

Completed in 80 milliseconds