Lines Matching refs:compareToAscii
139 if (month.compareToAscii ("Jan") == 0) in convertMonthToInt()
141 else if (month.compareToAscii ("Feb") == 0) in convertMonthToInt()
143 else if (month.compareToAscii ("Mar") == 0) in convertMonthToInt()
145 else if (month.compareToAscii ("Apr") == 0) in convertMonthToInt()
147 else if (month.compareToAscii ("May") == 0) in convertMonthToInt()
149 else if (month.compareToAscii ("Jun") == 0) in convertMonthToInt()
151 else if (month.compareToAscii ("Jul") == 0) in convertMonthToInt()
153 else if (month.compareToAscii ("Aug") == 0) in convertMonthToInt()
155 else if (month.compareToAscii ("Sep") == 0) in convertMonthToInt()
157 else if (month.compareToAscii ("Oct") == 0) in convertMonthToInt()
159 else if (month.compareToAscii ("Nov") == 0) in convertMonthToInt()
161 else if (month.compareToAscii ("Dec") == 0) in convertMonthToInt()