Home
last modified time | relevance | path

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

/PHP-7.1/ext/intl/formatter/
H A Dformatter_parse.c48 int32_t* position_p = NULL; in PHP_FUNCTION() local
74 position_p = &position; in PHP_FUNCTION()
85 … val32 = unum_parse(FORMATTER_OBJECT(nfo), sstr, sstr_len, position_p, &INTL_DATA_ERROR_CODE(nfo)); in PHP_FUNCTION()
89 …val64 = unum_parseInt64(FORMATTER_OBJECT(nfo), sstr, sstr_len, position_p, &INTL_DATA_ERROR_CODE(n… in PHP_FUNCTION()
97 …val_double = unum_parseDouble(FORMATTER_OBJECT(nfo), sstr, sstr_len, position_p, &INTL_DATA_ERROR_… in PHP_FUNCTION()
136 int32_t* position_p = NULL; in PHP_FUNCTION() local
162 position_p = &position; in PHP_FUNCTION()
165 …number = unum_parseDoubleCurrency(FORMATTER_OBJECT(nfo), sstr, sstr_len, position_p, currency, &IN… in PHP_FUNCTION()

Completed in 5 milliseconds