Searched refs:ucl_object_fromstring (Results 1 – 3 of 3) sorted by relevance
100 cur = ucl_object_fromstring ("abc"); in main()102 cur = ucl_object_fromstring ("cde"); in main()104 cur = ucl_object_fromstring ("абв"); /* UTF8 */ in main()106 cur = ucl_object_fromstring ("Ебв"); /* UTF8 */ in main()115 cur = ucl_object_fromstring (""); /* everybody likes emoji in the code */ in main()188 ucl_array_append (test_obj, ucl_object_fromstring ("test")); in main()192 cur = ucl_object_fromstring ("test"); in main()217 cur = ucl_object_fromstring ("test"); in main()218 cur = ucl_elt_append (cur, ucl_object_fromstring ("test1")); in main()220 test = ucl_array_replace_index (ar1, ucl_object_fromstring ("test2"), 0); in main()
348 UCL_EXTERN ucl_object_t *ucl_object_fromstring (const char *str) UCL_WARN_UNUSED_RESULT;
3095 ucl_object_fromstring (const char *str) function3950 ucl_object_insert_key (comments, ucl_object_fromstring (comment),