Searched refs:UCL_PARSER_NO_TIME (Results 1 – 4 of 4) sorted by relevance
84 ucl_parser_new (UCL_PARSER_NO_TIME|UCL_PARSER_NO_IMPLICIT_ARRAYS); in _internal_load_ucl()
155 UCL_PARSER_NO_TIME = (1 << 2), /**< Do not parse time and treat time values as strings */ enumerator
88 - `UCL_PARSER_NO_TIME` - treat time values as strings without parsing them as floats
988 true, false, ((parser->flags & UCL_PARSER_NO_TIME) == 0)); in ucl_lex_number()