Lines Matching refs:ucl_array_append

216 		ucl_array_append (res, ucl_object_fromint (cur % 128));  in ucl_test_integer()
217 ucl_array_append (res, ucl_object_fromint (-(cur % 128))); in ucl_test_integer()
219 ucl_array_append (res, ucl_object_fromint (cur % UINT16_MAX)); in ucl_test_integer()
220 ucl_array_append (res, ucl_object_fromint (-(cur % INT16_MAX))); in ucl_test_integer()
222 ucl_array_append (res, ucl_object_fromint (cur % UINT32_MAX)); in ucl_test_integer()
223 ucl_array_append (res, ucl_object_fromint (-(cur % INT32_MAX))); in ucl_test_integer()
225 ucl_array_append (res, ucl_object_fromint (cur)); in ucl_test_integer()
226 ucl_array_append (res, ucl_object_fromint (-cur)); in ucl_test_integer()
230 ucl_array_append (res, ucl_object_fromdouble (curf)); in ucl_test_integer()
233 ucl_array_append (res, ucl_object_fromdouble (curf)); in ucl_test_integer()
236 ucl_array_append (res, ucl_object_fromdouble (curf)); in ucl_test_integer()
237 ucl_array_append (res, ucl_object_fromdouble (-curf)); in ucl_test_integer()
240 ucl_array_append (res, ucl_object_fromdouble (curf)); in ucl_test_integer()
243 ucl_array_append (res, ucl_object_fromint (cur)); in ucl_test_integer()
264 ucl_array_append (res, ucl_object_fromstring_common (str, cur_len % 128, in ucl_test_string()
270 ucl_array_append (res, ucl_object_fromstring_common (str, cur_len % 512, in ucl_test_string()
279 ucl_array_append (res, elt); in ucl_test_string()
287 ucl_array_append (res, elt); in ucl_test_string()
296 ucl_array_append (res, elt); in ucl_test_string()
312 ucl_array_append (res, ucl_object_frombool (pcg32_random () % 2)); in ucl_test_boolean()
419 ucl_array_append (res, cur); in ucl_test_array()
441 ucl_array_append (res, cur); in ucl_test_large_array()