Home
last modified time | relevance | path

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

/PHP-8.3/ext/intl/normalizer/
H A Dnormalizer_normalize.c59 const UNormalizer2 *norm = intl_get_normalizer(form, err); in intl_normalize() local
64 return unorm2_normalize(norm, src, src_len, dst, dst_len, err); in intl_normalize()
69 const UNormalizer2 *norm = intl_get_normalizer(form, err); in intl_is_normalized() local
75 return unorm2_isNormalized(norm, uinput, uinput_len, err); in intl_is_normalized()
311 const UNormalizer2 *norm; in PHP_FUNCTION() local
323 norm = intl_get_normalizer(form, &status); in PHP_FUNCTION()
338 decomposition_length = unorm2_getRawDecomposition(norm, codepoint, decomposition, 32, &status); in PHP_FUNCTION()
/PHP-8.3/ext/bcmath/libbcmath/src/
H A Ddiv.c88 unsigned int norm; in bc_divide() local
157 norm = 10 / ((int) *n2ptr + 1); in bc_divide()
158 if (norm != 1) { in bc_divide()
159 _one_mult(num1, len1 + scale1 + extra + 1, norm, num1); in bc_divide()
160 _one_mult(n2ptr, len2, norm, n2ptr); in bc_divide()
/PHP-8.3/build/
H A Dshtool527 norm="`$dir/$tool $seq 2>/dev/null`"
528 if [ ".$norm" != . ]; then
529 term_norm="$norm"
/PHP-8.3/ext/standard/
H A Dstring.c4721 char *norm; local
4727 norm = emalloc(len+1);
4729 n = norm;
4763 if (strstr(set, norm)) {
4768 efree(norm);

Completed in 26 milliseconds