Home
last modified time | relevance | path

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

/PHP-8.3/ext/mbstring/
H A Dmbstring.h70 …ze_t n, const mbfl_encoding **elist, unsigned int elist_size, bool strict, bool order_significant);
H A Dmbstring.c94 …in_len, const mbfl_encoding **elist, unsigned int elist_size, bool strict, bool order_significant);
3001 array[j].multiplier = order_significant ? 1.0 + ((0.3 * i) / length) : 1.0; in init_candidate_array()
3112 …init_candidate_array(array, elist_size, elist, strings, str_lengths, n, strict, order_significant); in mb_guess_encoding_for_strings()
3136 … in_len, const mbfl_encoding **elist, unsigned int elist_size, bool strict, bool order_significant) in mb_guess_encoding() argument
3138 …_for_strings((const unsigned char**)&in, &in_len, 1, elist, elist_size, strict, order_significant); in mb_guess_encoding()
3161 bool order_significant = true; in PHP_FUNCTION() local
3166 order_significant = false; in PHP_FUNCTION()
3199 …ess_encoding((unsigned char*)ZSTR_VAL(str), ZSTR_LEN(str), elist, size, strict, order_significant); in PHP_FUNCTION()
3560 bool order_significant = true; in PHP_FUNCTION() local
3567 order_significant = false; in PHP_FUNCTION()
[all …]

Completed in 21 milliseconds