Searched defs:form (Results 1 – 4 of 4) sorted by relevance
/PHP-8.0/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 222 zend_long form = NORMALIZER_DEFAULT; in PHP_FUNCTION() local 314 zend_long form = NORMALIZER_DEFAULT; in PHP_FUNCTION() local
|
H A D | normalizer.stub.php | 11 public static function normalize(string $string, int $form = Normalizer::FORM_C) {} 17 public static function isNormalized(string $string, int $form = Normalizer::FORM_C) {} 24 public static function getRawDecomposition(string $string, int $form = Normalizer::FORM_C) {}
|
/PHP-8.0/ext/soap/ |
H A D | php_sdl.h | 209 sdlForm form; member 247 sdlForm form; member
|
/PHP-8.0/ext/intl/ |
H A D | php_intl.stub.php | 340 function normalizer_normalize(string $string, int $form = Normalizer::FORM_C): string|false {} 342 function normalizer_is_normalized(string $string, int $form = Normalizer::FORM_C): bool {} 345 function normalizer_get_raw_decomposition(string $string, int $form = Normalizer::FORM_C): ?string …
|
Completed in 23 milliseconds