Home
last modified time | relevance | path

Searched refs:parse_decimal (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/win32/jscript/
H A Dlex.c397 HRESULT parse_decimal(const WCHAR **iter, const WCHAR *end, double *ret) in parse_decimal() function
537 hres = parse_decimal(&ctx->ptr, ctx->end, ret); in parse_numeric_literal()
597 hres = parse_decimal(&ctx->ptr, ctx->end, &n); in next_token()
H A Dparser.h70 HRESULT parse_decimal(const WCHAR**,const WCHAR*,double*) DECLSPEC_HIDDEN;
H A Djson.c266 hres = parse_decimal(&ctx->ptr, ctx->end, &n); in parse_json_value()