Searched refs:parse_decimal (Results 1 – 3 of 3) sorted by relevance
/reactos/dll/win32/jscript/ |
H A D | lex.c | 397 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 D | parser.h | 70 HRESULT parse_decimal(const WCHAR**,const WCHAR*,double*) DECLSPEC_HIDDEN;
|
H A D | json.c | 266 hres = parse_decimal(&ctx->ptr, ctx->end, &n); in parse_json_value()
|