Lines Matching refs:monthLen
743 sal_Int32 const monthLen = 3; in parseVMS() local
744 for (int i = 0; i < monthLen; ++i) in parseVMS()
751 pMonth, monthLen, RTL_CONSTASCII_STRINGPARAM("JAN")) == 0) in parseVMS()
754 pMonth, monthLen, RTL_CONSTASCII_STRINGPARAM("FEB")) == 0) in parseVMS()
757 pMonth, monthLen, RTL_CONSTASCII_STRINGPARAM("MAR")) == 0) in parseVMS()
760 pMonth, monthLen, RTL_CONSTASCII_STRINGPARAM("APR")) == 0) in parseVMS()
763 pMonth, monthLen, RTL_CONSTASCII_STRINGPARAM("MAY")) == 0) in parseVMS()
766 pMonth, monthLen, RTL_CONSTASCII_STRINGPARAM("JUN")) == 0) in parseVMS()
769 pMonth, monthLen, RTL_CONSTASCII_STRINGPARAM("JUL")) == 0) in parseVMS()
772 pMonth, monthLen, RTL_CONSTASCII_STRINGPARAM("AUG")) == 0) in parseVMS()
775 pMonth, monthLen, RTL_CONSTASCII_STRINGPARAM("SEP")) == 0) in parseVMS()
778 pMonth, monthLen, RTL_CONSTASCII_STRINGPARAM("OCT")) == 0) in parseVMS()
781 pMonth, monthLen, RTL_CONSTASCII_STRINGPARAM("NOV")) == 0) in parseVMS()
784 pMonth, monthLen, RTL_CONSTASCII_STRINGPARAM("DEC")) == 0) in parseVMS()