Home
last modified time | relevance | path

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

/php-src/ext/intl/normalizer/
H A Dnormalizer_normalize.c54 const UNormalizer2 *norm = intl_get_normalizer(form, err); in intl_normalize() local
59 return unorm2_normalize(norm, src, src_len, dst, dst_len, err); in intl_normalize()
64 const UNormalizer2 *norm = intl_get_normalizer(form, err); in intl_is_normalized() local
70 return unorm2_isNormalized(norm, uinput, uinput_len, err); in intl_is_normalized()
288 const UNormalizer2 *norm; in PHP_FUNCTION() local
302 norm = intl_get_normalizer(form, &status); in PHP_FUNCTION()
317 decomposition_length = unorm2_getRawDecomposition(norm, codepoint, decomposition, 32, &status); in PHP_FUNCTION()
/php-src/build/
H A Dshtool527 norm="`$dir/$tool $seq 2>/dev/null`"
528 if [ ".$norm" != . ]; then
529 term_norm="$norm"
/php-src/ext/standard/
H A Dstring.c5014 char *norm; local
5020 norm = emalloc(len+1);
5022 n = norm;
5056 if (strstr(set, norm)) {
5061 efree(norm);

Completed in 20 milliseconds