Lines Matching refs:JSON_TOK_NUMBER
210 emit(lex, JSON_TOK_NUMBER); in lexer_number()
224 emit(lex, JSON_TOK_NUMBER); in lexer_number_nan()
230 emit(lex, JSON_TOK_NUMBER); in lexer_number_nan()
236 emit(lex, JSON_TOK_NUMBER); in lexer_number_nan()
349 case JSON_TOK_NUMBER: in element_token()
855 if (type1 == JSON_TOK_NUMBER && type2 == JSON_TOK_FLOAT) { in equivalent_types()
859 if (type1 == JSON_TOK_NUMBER && type2 == JSON_TOK_FLOAT_FP) { in equivalent_types()
863 if (type1 == JSON_TOK_NUMBER && type2 == JSON_TOK_DOUBLE_FP) { in equivalent_types()
867 if (type1 == JSON_TOK_NUMBER && type2 == JSON_TOK_INT) { in equivalent_types()
871 if (type1 == JSON_TOK_NUMBER && type2 == JSON_TOK_UINT) { in equivalent_types()
875 if (type1 == JSON_TOK_NUMBER && type2 == JSON_TOK_INT64) { in equivalent_types()
879 if (type1 == JSON_TOK_NUMBER && type2 == JSON_TOK_UINT64) { in equivalent_types()
945 case JSON_TOK_NUMBER: { in decode_value()
1005 case JSON_TOK_NUMBER: in get_elem_size()
1714 case JSON_TOK_NUMBER: in encode()
1945 case JSON_TOK_NUMBER: { in decode_mixed_value()
2050 case JSON_TOK_NUMBER: { in encode_mixed_value()