Searched refs:PARSE_MODE_STRICT (Results 1 – 3 of 3) sorted by relevance
89 PARSE_MODE_STRICT, enumerator
99 bool isStrict = properties.parseMode.getOrDefault(PARSE_MODE_STRICT) == PARSE_MODE_STRICT; in createParserFromProperties()
364 ParseMode mode = enable ? PARSE_MODE_LENIENT : PARSE_MODE_STRICT; in setLenient()