Home
last modified time | relevance | path

Searched defs:form (Results 1 – 4 of 4) sorted by relevance

/PHP-8.1/ext/intl/normalizer/
H A Dnormalizer_normalize.c32 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 Dnormalizer.stub.php11 … public static function normalize(string $string, int $form = Normalizer::FORM_C): string|false {}
17 public static function isNormalized(string $string, int $form = Normalizer::FORM_C): bool {}
24 …public static function getRawDecomposition(string $string, int $form = Normalizer::FORM_C): ?strin…
/PHP-8.1/ext/soap/
H A Dphp_sdl.h209 sdlForm form; member
247 sdlForm form; member
/PHP-8.1/ext/intl/
H A Dphp_intl.stub.php367 function normalizer_normalize(string $string, int $form = Normalizer::FORM_C): string|false {}
369 function normalizer_is_normalized(string $string, int $form = Normalizer::FORM_C): bool {}
372 function normalizer_get_raw_decomposition(string $string, int $form = Normalizer::FORM_C): ?string …

Completed in 19 milliseconds