Searched refs:slength (Results 1 – 4 of 4) sorted by relevance
/PHP-8.3/ext/intl/formatter/ |
H A D | formatter_attr.c | 180 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-8.3/ext/intl/dateformat/ |
H A D | dateformat_attr.c | 107 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 D | dateformat_create.cpp | 68 int32_t slength = 0; in datefmt_ctor() local 140 intl_convert_utf8_to_utf16(&svalue, &slength, in datefmt_ctor() 152 slength, &INTL_DATA_ERROR_CODE(dfo)); in datefmt_ctor() 155 udat_applyPattern(DATE_FORMAT_OBJECT(dfo), true, svalue, slength); in datefmt_ctor()
|
/PHP-8.3/ext/pcre/pcre2lib/ |
H A D | pcre2_match.c | 4987 PCRE2_SIZE slength; in match() local 4988 rrc = match_ref(Loffset, Lcaseless, F, mb, &slength); in match() 4995 Feptr += slength; in match() 5008 PCRE2_SIZE slength; in match() local 5012 rrc = match_ref(Loffset, Lcaseless, F, mb, &slength); in match() 5019 Feptr += slength; in match() 5035 PCRE2_SIZE slength; in match() local 5051 if (slength != Flength) samelengths = FALSE; in match() 5052 Feptr += slength; in match() 5086 PCRE2_SIZE slength; in match() local [all …]
|
Completed in 21 milliseconds