Home
last modified time | relevance | path

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

/php-src/ext/intl/formatter/
H A Dformatter_attr.c180 int32_t slength = 0; in PHP_FUNCTION() local
198 intl_convert_utf8_to_utf16(&svalue, &slength, value, len, &INTL_DATA_ERROR_CODE(nfo)); in PHP_FUNCTION()
202 …unum_setTextAttribute(FORMATTER_OBJECT(nfo), attribute, svalue, slength, &INTL_DATA_ERROR_CODE(nfo… in PHP_FUNCTION()
260 int32_t slength = 0; in PHP_FUNCTION() local
279 intl_convert_utf8_to_utf16(&svalue, &slength, value, value_len, &INTL_DATA_ERROR_CODE(nfo)); in PHP_FUNCTION()
283 unum_setSymbol(FORMATTER_OBJECT(nfo), symbol, svalue, slength, &INTL_DATA_ERROR_CODE(nfo)); in PHP_FUNCTION()
333 int32_t slength = 0; in PHP_FUNCTION() local
348 intl_convert_utf8_to_utf16(&svalue, &slength, value, value_len, &INTL_DATA_ERROR_CODE(nfo)); in PHP_FUNCTION()
351 …unum_applyPattern(FORMATTER_OBJECT(nfo), 0, svalue, slength, &spattern_error, &INTL_DATA_ERROR_COD… in PHP_FUNCTION()
/php-src/ext/intl/dateformat/
H A Ddateformat_attr.c107 int32_t slength = 0; in PHP_FUNCTION() local
124 intl_convert_utf8_to_utf16(&svalue, &slength, value, value_len, &INTL_DATA_ERROR_CODE(dfo)); in PHP_FUNCTION()
127 udat_applyPattern(DATE_FORMAT_OBJECT(dfo), (UBool)is_pattern_localized, svalue, slength); in PHP_FUNCTION()
H A Ddateformat_create.cpp68 int32_t slength = 0; in datefmt_ctor() local
141 intl_convert_utf8_to_utf16(&svalue, &slength, in datefmt_ctor()
153 slength, &INTL_DATA_ERROR_CODE(dfo)); in datefmt_ctor()
156 udat_applyPattern(DATE_FORMAT_OBJECT(dfo), true, svalue, slength); in datefmt_ctor()
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_match.c5080 PCRE2_SIZE slength; in match() local
5081 rrc = match_ref(Loffset, Lcaseless, F, mb, &slength); in match()
5088 Feptr += slength; in match()
5101 PCRE2_SIZE slength; in match() local
5105 rrc = match_ref(Loffset, Lcaseless, F, mb, &slength); in match()
5112 Feptr += slength; in match()
5128 PCRE2_SIZE slength; in match() local
5144 if (slength != Flength) samelengths = FALSE; in match()
5145 Feptr += slength; in match()
5179 PCRE2_SIZE slength; in match() local
[all …]

Completed in 26 milliseconds