Searched defs:form (Results 1 – 4 of 4) sorted by relevance
/PHP-8.3/ext/intl/normalizer/ |
H A D | normalizer_normalize.c | 32 static const UNormalizer2 *intl_get_normalizer(zend_long form, UErrorCode *err) in intl_get_normalizer() 57 static int32_t intl_normalize(zend_long form, const UChar *src, int32_t src_len, UChar *dst, int32_… in intl_normalize() 67 static UBool intl_is_normalized(zend_long form, const UChar *uinput, int32_t uinput_len, UErrorCode… in intl_is_normalized() 84 zend_long form = NORMALIZER_DEFAULT; in PHP_FUNCTION() local 223 zend_long form = NORMALIZER_DEFAULT; in PHP_FUNCTION() local 315 zend_long form = NORMALIZER_DEFAULT; in PHP_FUNCTION() local
|
H A D | normalizer.stub.php | 64 … public static function normalize(string $string, int $form = Normalizer::FORM_C): string|false {} 70 public static function isNormalized(string $string, int $form = Normalizer::FORM_C): bool {} 77 …public static function getRawDecomposition(string $string, int $form = Normalizer::FORM_C): ?strin…
|
/PHP-8.3/ext/soap/ |
H A D | php_sdl.h | 209 sdlForm form; member 247 sdlForm form; member
|
/PHP-8.3/ext/intl/ |
H A D | php_intl.stub.php | 532 function normalizer_normalize(string $string, int $form = Normalizer::FORM_C): string|false {} 534 function normalizer_is_normalized(string $string, int $form = Normalizer::FORM_C): bool {} 537 function normalizer_get_raw_decomposition(string $string, int $form = Normalizer::FORM_C): ?string …
|
Completed in 17 milliseconds