Searched refs:UCL_STRING_PARSE_NUMBER (Results 1 – 3 of 3) sorted by relevance
173 …UCL_STRING_PARSE_NUMBER = UCL_STRING_PARSE_INT|UCL_STRING_PARSE_DOUBLE|UCL_STRING_PARSE_TIME, /*… enumerator175 UCL_STRING_PARSE = UCL_STRING_PARSE_BOOLEAN|UCL_STRING_PARSE_NUMBER, /**<
372 - `UCL_STRING_PARSE_NUMBER` - parse passed string and detect number (both float, integer and time t…
2342 if (!ucl_maybe_parse_boolean (obj, dst, obj->len) && (flags & UCL_STRING_PARSE_NUMBER)) {