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

/freebsd-9.3-release/contrib/libucl/src/
H A Ducl_parser.c235 return ucl_test_character (c, UCL_CHARACTER_VALUE_END);
854 else if (ucl_test_character (c, UCL_CHARACTER_ESCAPE)) {
881 else if (ucl_test_character (c, UCL_CHARACTER_UCL_UNSAFE)) {
932 else if (ucl_test_character (*p, UCL_CHARACTER_WHITESPACE_UNSAFE)) {
935 else if (ucl_test_character (*p, UCL_CHARACTER_KEY_START)) {
968 if (ucl_test_character (*p, UCL_CHARACTER_KEY)) {
972 else if (ucl_test_character (*p, UCL_CHARACTER_KEY_SEP)) {
1004 if (ucl_test_character (*p, UCL_CHARACTER_WHITESPACE)) {
1057 while (ucl_test_character (*t, UCL_CHARACTER_WHITESPACE)) {
1276 if (ucl_test_character (*
[all...]
H A Ducl_util.c933 if (!ucl_test_character (*start, UCL_CHARACTER_WHITESPACE_UNSAFE)) {
939 if (!ucl_test_character (*end, UCL_CHARACTER_WHITESPACE_UNSAFE)) {
953 if (ucl_test_character (*p, UCL_CHARACTER_JSON_UNSAFE)) {
960 if (ucl_test_character (*p, UCL_CHARACTER_JSON_UNSAFE)) {
1068 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.c91 if (ucl_test_character (*p, UCL_CHARACTER_JSON_UNSAFE)) {

Completed in 203 milliseconds