Home
last modified time | relevance | path

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

/PHP-7.3/ext/intl/tests/
H A Dnormalizer_get_raw_decomposition.phpt10 * Try getting raw decomposition mappings
27 $decomposition = ut_norm_get_raw_decomposition($string, Normalizer::FORM_KC);
34 if ($decomposition === null) {
35 $result .= "'$string_hex' has no decomposition mapping\n" ;
37 … $result .= "'$string_hex' has the decomposition mapping '" . bin2hex($decomposition) . "'\n" ;
51 '61' has no decomposition mapping
54 'efbf9a' has the decomposition mapping 'e385a1'
57 'efb7ba' has the decomposition mapping 'd8b5d984d98920d8a7d984d984d98720d8b9d984d98ad98720d988d8b3d…
60 '' has no decomposition mapping
63 '6161' has no decomposition mapping
[all …]
/PHP-7.3/ext/intl/normalizer/
H A Dnormalizer_normalize.c358 UChar decomposition[32]; in PHP_FUNCTION() local
384 decomposition_length = unorm2_getRawDecomposition(norm, codepoint, decomposition, 32, &status); in PHP_FUNCTION()
389 RETVAL_NEW_STR(intl_convert_utf16_to_utf8(decomposition, decomposition_length, &status)); in PHP_FUNCTION()
/PHP-7.3/ext/standard/html_tables/mappings/
H A DROMAN.TXT31 # to its canonical decomposition, U+03A9.
143 # decomposition, U+03A9.

Completed in 7 milliseconds