Home
last modified time | relevance | path

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

/PHP-8.2/ext/intl/formatter/
H A Dformatter_parse.c41 int32_t* position_p = NULL; in PHP_FUNCTION() local
55 position_p = &position; in PHP_FUNCTION()
73 … val32 = unum_parse(FORMATTER_OBJECT(nfo), sstr, sstr_len, position_p, &INTL_DATA_ERROR_CODE(nfo)); in PHP_FUNCTION()
77 …val64 = unum_parseInt64(FORMATTER_OBJECT(nfo), sstr, sstr_len, position_p, &INTL_DATA_ERROR_CODE(n… in PHP_FUNCTION()
85 …val_double = unum_parseDouble(FORMATTER_OBJECT(nfo), sstr, sstr_len, position_p, &INTL_DATA_ERROR_… in PHP_FUNCTION()
132 int32_t* position_p = NULL; in PHP_FUNCTION() local
153 position_p = &position; in PHP_FUNCTION()
156 …number = unum_parseDoubleCurrency(FORMATTER_OBJECT(nfo), sstr, sstr_len, position_p, currency, &IN… in PHP_FUNCTION()

Completed in 6 milliseconds