Home
last modified time | relevance | path

Searched refs:UCL_STRING_PARSE_INT (Results 1 – 3 of 3) sorted by relevance

/trueos/contrib/libucl/tests/
HDtest_generate.c111 cur = ucl_object_fromstring_common ("gslin@gslin.org", 0, UCL_STRING_PARSE_INT); in main()
113 cur = ucl_object_fromstring_common ("#test", 0, UCL_STRING_PARSE_INT); in main()
/trueos/contrib/libucl/include/
HDucl.h160 UCL_STRING_PARSE_INT = 0x8, /**< Parse passed string and detect integer number */ enumerator
163 …UCL_STRING_PARSE_NUMBER = UCL_STRING_PARSE_INT|UCL_STRING_PARSE_DOUBLE|UCL_STRING_PARSE_TIME, /*…
/trueos/contrib/libucl/doc/
HDapi.md369 - `UCL_STRING_PARSE_INT` - parse passed string and detect integer number