sstr_len 41 ext/intl/formatter/formatter_parse.c int sstr_len = 0; sstr_len 66 ext/intl/formatter/formatter_parse.c intl_convert_utf8_to_utf16(&sstr, &sstr_len, str, str_len, &INTL_DATA_ERROR_CODE(nfo)); sstr_len 83 ext/intl/formatter/formatter_parse.c val32 = unum_parse(FORMATTER_OBJECT(nfo), sstr, sstr_len, position_p, &INTL_DATA_ERROR_CODE(nfo)); sstr_len 87 ext/intl/formatter/formatter_parse.c val64 = unum_parseInt64(FORMATTER_OBJECT(nfo), sstr, sstr_len, position_p, &INTL_DATA_ERROR_CODE(nfo)); sstr_len 95 ext/intl/formatter/formatter_parse.c val_double = unum_parseDouble(FORMATTER_OBJECT(nfo), sstr, sstr_len, position_p, &INTL_DATA_ERROR_CODE(nfo)); sstr_len 130 ext/intl/formatter/formatter_parse.c int sstr_len = 0; sstr_len 154 ext/intl/formatter/formatter_parse.c intl_convert_utf8_to_utf16(&sstr, &sstr_len, str, str_len, &INTL_DATA_ERROR_CODE(nfo)); sstr_len 163 ext/intl/formatter/formatter_parse.c number = unum_parseDoubleCurrency(FORMATTER_OBJECT(nfo), sstr, sstr_len, position_p, currency, &INTL_DATA_ERROR_CODE(nfo));