Home
last modified time | relevance | path

Searched refs:STATICMONTHLENGTH (Results 1 - 6 of 6) sorted by relevance

/third_party/icu/icu4c/source/i18n/
H A Dsimpletz.cpp54 const int8_t SimpleTimeZone::STATICMONTHLENGTH[] = {31,29,31,30,31,30,31,31,30,31,30,31}; member in SimpleTimeZone
911 } else if (startDay<1 || startDay > STATICMONTHLENGTH[startMonth]) { in decodeStartRule()
966 } else if (endDay<1 || endDay > STATICMONTHLENGTH[endMonth]) { in decodeEndRule()
/third_party/node/deps/icu-small/source/i18n/
H A Dsimpletz.cpp54 const int8_t SimpleTimeZone::STATICMONTHLENGTH[] = {31,29,31,30,31,30,31,31,30,31,30,31}; member in SimpleTimeZone
911 } else if (startDay<1 || startDay > STATICMONTHLENGTH[startMonth]) { in decodeStartRule()
966 } else if (endDay<1 || endDay > STATICMONTHLENGTH[endMonth]) { in decodeEndRule()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dsimpletz.cpp54 const int8_t SimpleTimeZone::STATICMONTHLENGTH[] = {31,29,31,30,31,30,31,31,30,31,30,31}; member in SimpleTimeZone
913 } else if (startDay<1 || startDay > STATICMONTHLENGTH[startMonth]) { in decodeStartRule()
968 } else if (endDay<1 || endDay > STATICMONTHLENGTH[endMonth]) { in decodeEndRule()
/third_party/icu/icu4c/source/i18n/unicode/
H A Dsimpletz.h873 static const int8_t STATICMONTHLENGTH[12]; // lengths of the months member in SimpleTimeZone
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dsimpletz.h873 static const int8_t STATICMONTHLENGTH[12]; // lengths of the months member in SimpleTimeZone
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dsimpletz.h875 static const int8_t STATICMONTHLENGTH[12]; // lengths of the months member in SimpleTimeZone

Completed in 12 milliseconds