Home
last modified time | relevance | path

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

/PHP-5.5/ext/intl/formatter/
H A Dformatter_parse.c47 int32_t* position_p = NULL; in PHP_FUNCTION() local
72 position_p = &position; in PHP_FUNCTION()
83 … val32 = unum_parse(FORMATTER_OBJECT(nfo), sstr, sstr_len, position_p, &INTL_DATA_ERROR_CODE(nfo)); in PHP_FUNCTION()
87 …val64 = unum_parseInt64(FORMATTER_OBJECT(nfo), sstr, sstr_len, position_p, &INTL_DATA_ERROR_CODE(n… in PHP_FUNCTION()
95 …val_double = unum_parseDouble(FORMATTER_OBJECT(nfo), sstr, sstr_len, position_p, &INTL_DATA_ERROR_… in PHP_FUNCTION()
135 int32_t* position_p = NULL; in PHP_FUNCTION() local
160 position_p = &position; in PHP_FUNCTION()
163 …number = unum_parseDoubleCurrency(FORMATTER_OBJECT(nfo), sstr, sstr_len, position_p, currency, &IN… in PHP_FUNCTION()

Completed in 6 milliseconds