Searched refs:norm (Results 1 – 4 of 4) sorted by relevance
/PHP-7.4/ext/intl/normalizer/ |
H A D | normalizer_normalize.c | 62 const UNormalizer2 *norm; in intl_normalize() local 80 norm = intl_get_normalizer(form, err); in intl_normalize() 85 return unorm2_normalize(norm, src, src_len, dst, dst_len, err); in intl_normalize() 90 const UNormalizer2 *norm = intl_get_normalizer(form, err); in intl_is_normalized() local 96 return unorm2_isNormalized(norm, uinput, uinput_len, err); in intl_is_normalized() 355 const UNormalizer2 *norm; in PHP_FUNCTION() local 367 norm = intl_get_normalizer(form, &status); in PHP_FUNCTION() 382 decomposition_length = unorm2_getRawDecomposition(norm, codepoint, decomposition, 32, &status); in PHP_FUNCTION()
|
/PHP-7.4/ext/bcmath/libbcmath/src/ |
H A D | div.c | 97 unsigned int norm; in bc_divide() local 170 norm = 10 / ((int)*n2ptr + 1); in bc_divide() 171 if (norm != 1) in bc_divide() 173 _one_mult (num1, len1+scale1+extra+1, norm, num1); in bc_divide() 174 _one_mult (n2ptr, len2, norm, n2ptr); in bc_divide()
|
/PHP-7.4/build/ |
H A D | shtool | 527 norm="`$dir/$tool $seq 2>/dev/null`" 528 if [ ".$norm" != . ]; then 529 term_norm="$norm"
|
/PHP-7.4/ext/standard/ |
H A D | string.c | 5091 char *norm; local 5097 norm = emalloc(len+1); 5099 n = norm; 5133 if (strstr(set, norm)) { 5138 efree(norm);
|
Completed in 30 milliseconds