Home
last modified time | relevance | path

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

/PHP-7.4/ext/intl/formatter/
H A Dformatter_attr.c208 int32_t slength = 0; in PHP_FUNCTION() local
229 intl_convert_utf8_to_utf16(&svalue, &slength, value, len, &INTL_DATA_ERROR_CODE(nfo)); in PHP_FUNCTION()
233 …unum_setTextAttribute(FORMATTER_OBJECT(nfo), attribute, svalue, slength, &INTL_DATA_ERROR_CODE(nfo… in PHP_FUNCTION()
302 int32_t slength = 0; in PHP_FUNCTION() local
324 intl_convert_utf8_to_utf16(&svalue, &slength, value, value_len, &INTL_DATA_ERROR_CODE(nfo)); in PHP_FUNCTION()
328 unum_setSymbol(FORMATTER_OBJECT(nfo), symbol, svalue, slength, &INTL_DATA_ERROR_CODE(nfo)); in PHP_FUNCTION()
389 int32_t slength = 0; in PHP_FUNCTION() local
406 intl_convert_utf8_to_utf16(&svalue, &slength, value, value_len, &INTL_DATA_ERROR_CODE(nfo)); in PHP_FUNCTION()
410 unum_applyPattern(FORMATTER_OBJECT(nfo), 0, svalue, slength, NULL, &INTL_DATA_ERROR_CODE(nfo)); in PHP_FUNCTION()
/PHP-7.4/ext/intl/dateformat/
H A Ddateformat_create.cpp66 int32_t slength = 0; in datefmt_ctor() local
126 intl_convert_utf8_to_utf16(&svalue, &slength, in datefmt_ctor()
138 slength, &INTL_DATA_ERROR_CODE(dfo)); in datefmt_ctor()
141 udat_applyPattern(DATE_FORMAT_OBJECT(dfo), true, svalue, slength); in datefmt_ctor()
H A Ddateformat_attr.c132 int32_t slength = 0; in PHP_FUNCTION() local
151 intl_convert_utf8_to_utf16(&svalue, &slength, value, value_len, &INTL_DATA_ERROR_CODE(dfo)); in PHP_FUNCTION()
154 udat_applyPattern(DATE_FORMAT_OBJECT(dfo), (UBool)is_pattern_localized, svalue, slength); in PHP_FUNCTION()
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_match.c4778 PCRE2_SIZE slength; in match() local
4779 rrc = match_ref(Loffset, Lcaseless, F, mb, &slength); in match()
4786 Feptr += slength; in match()
4799 PCRE2_SIZE slength; in match() local
4803 rrc = match_ref(Loffset, Lcaseless, F, mb, &slength); in match()
4810 Feptr += slength; in match()
4826 PCRE2_SIZE slength; in match() local
4842 if (slength != Flength) samelengths = FALSE; in match()
4843 Feptr += slength; in match()
4877 PCRE2_SIZE slength; in match() local
[all …]

Completed in 31 milliseconds