Searched refs:decomposition (Results 1 – 3 of 3) sorted by relevance
10 * Try getting raw decomposition mappings27 $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 mapping54 'efbf9a' has the decomposition mapping 'e385a1'57 'efb7ba' has the decomposition mapping 'd8b5d984d98920d8a7d984d984d98720d8b9d984d98ad98720d988d8b3d…60 '' has no decomposition mapping63 '6161' has no decomposition mapping[all …]
356 UChar decomposition[32]; in PHP_FUNCTION() local382 decomposition_length = unorm2_getRawDecomposition(norm, codepoint, decomposition, 32, &status); in PHP_FUNCTION()387 RETVAL_NEW_STR(intl_convert_utf16_to_utf8(decomposition, decomposition_length, &status)); in PHP_FUNCTION()
31 # to its canonical decomposition, U+03A9.143 # decomposition, U+03A9.
Completed in 5 milliseconds