Home
last modified time | relevance | path

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

/php-src/ext/intl/tests/
H A Dnormalizer_get_raw_decomposition.phpt11 * Try getting raw decomposition mappings
28 $decomposition = ut_norm_get_raw_decomposition($string, Normalizer::FORM_KC);
35 if ($decomposition === null) {
36 $result .= "'$string_hex' has no decomposition mapping\n" ;
38 … $result .= "'$string_hex' has the decomposition mapping '" . bin2hex($decomposition) . "'\n" ;
52 '61' has no decomposition mapping
55 'efbf9a' has the decomposition mapping 'e385a1'
58 'efb7ba' has the decomposition mapping 'd8b5d984d98920d8a7d984d984d98720d8b9d984d98ad98720d988d8b3d…
61 '' has no decomposition mapping
64 '6161' has no decomposition mapping
[all …]
/php-src/ext/intl/normalizer/
H A Dnormalizer_normalize.c312 UChar decomposition[32]; in PHP_FUNCTION() local
338 decomposition_length = unorm2_getRawDecomposition(norm, codepoint, decomposition, 32, &status); in PHP_FUNCTION()
343 RETVAL_NEW_STR(intl_convert_utf16_to_utf8(decomposition, decomposition_length, &status)); in PHP_FUNCTION()
/php-src/ext/standard/html_tables/mappings/
H A DROMAN.TXT31 # to its canonical decomposition, U+03A9.
143 # decomposition, U+03A9.

Completed in 7 milliseconds