Searched refs:ucl_test_character (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/contrib/libucl/src/
H A Ducl_parser.c207 return ucl_test_character (c, UCL_CHARACTER_VALUE_END);
673 ucl_test_character (*endptr, UCL_CHARACTER_WHITESPACE_UNSAFE)) {
870 else if (ucl_test_character (c, UCL_CHARACTER_ESCAPE)) {
897 else if (ucl_test_character (c, UCL_CHARACTER_UCL_UNSAFE)) {
948 else if (ucl_test_character (*p, UCL_CHARACTER_WHITESPACE_UNSAFE)) {
951 else if (ucl_test_character (*p, UCL_CHARACTER_KEY_START)) {
984 if (ucl_test_character (*p, UCL_CHARACTER_KEY)) {
988 else if (ucl_test_character (*p, UCL_CHARACTER_KEY_SEP)) {
1020 if (ucl_test_character (*p, UCL_CHARACTER_WHITESPACE)) {
1073 while (ucl_test_character (*
[all...]
H A Ducl_util.c1035 if (!ucl_test_character (*start, UCL_CHARACTER_WHITESPACE_UNSAFE)) {
1041 if (!ucl_test_character (*end, UCL_CHARACTER_WHITESPACE_UNSAFE)) {
1055 if (ucl_test_character (*p, UCL_CHARACTER_JSON_UNSAFE)) {
1062 if (ucl_test_character (*p, UCL_CHARACTER_JSON_UNSAFE)) {
1173 if (ucl_test_character (*p, UCL_CHARACTER_UCL_UNSAFE)) {
H A Ducl_chartable.h262 ucl_test_character (unsigned char c, int type_flags) function
H A Ducl_emitter.c99 if (ucl_test_character (*p, UCL_CHARACTER_JSON_UNSAFE)) {

Completed in 162 milliseconds