Lines Matching refs:toParseException
158 state.toParseException(u"Found unquoted special character"); in consumePattern()
188 state.toParseException(u"Cannot have multiple pad specifiers"); in consumePadding()
258 state.toParseException(u"Expected unquoted literal but found EOL"); in consumeLiteral()
265 state.toParseException(u"Expected quoted literal but found EOL"); in consumeLiteral()
304 state.toParseException(u"# cannot follow 0 before decimal point"); in consumeIntegerFormat()
320 state.toParseException(u"Cannot mix 0 and @"); in consumeIntegerFormat()
325 state.toParseException(u"Cannot nest # inside of a run of @"); in consumeIntegerFormat()
346 state.toParseException(u"Cannot mix @ and 0"); in consumeIntegerFormat()
371 state.toParseException(u"Trailing grouping separator is invalid"); in consumeIntegerFormat()
376 state.toParseException(u"Grouping width of zero is invalid"); in consumeIntegerFormat()
407 state.toParseException(u"0 cannot follow # after decimal point"); in consumeFractionFormat()
438 state.toParseException(u"Cannot have grouping separator in scientific notation"); in consumeExponent()