Searched defs:form (Results 1 – 6 of 6) sorted by relevance
/php-src/ext/intl/normalizer/ |
H A D | normalizer_normalize.c | 27 static const UNormalizer2 *intl_get_normalizer(zend_long form, UErrorCode *err) in intl_get_normalizer() 52 static int32_t intl_normalize(zend_long form, const UChar *src, int32_t src_len, UChar *dst, int32_… in intl_normalize() 62 static UBool intl_is_normalized(zend_long form, const UChar *uinput, int32_t uinput_len, UErrorCode… in intl_is_normalized() 78 zend_long form = NORMALIZER_DEFAULT; in PHP_FUNCTION() local 207 zend_long form = NORMALIZER_DEFAULT; in PHP_FUNCTION() local 292 zend_long form = NORMALIZER_DEFAULT; in PHP_FUNCTION() local
|
H A D | normalizer.stub.php | 32 … public static function normalize(string $string, int $form = Normalizer::FORM_C): string|false {} 38 public static function isNormalized(string $string, int $form = Normalizer::FORM_C): bool {} 44 …public static function getRawDecomposition(string $string, int $form = Normalizer::FORM_C): ?strin…
|
/php-src/ext/dom/lexbor/lexbor/html/ |
H A D | parser.h | 36 lxb_dom_node_t *form; member
|
H A D | tree.h | 45 lxb_html_form_element_t *form; member
|
/php-src/ext/soap/ |
H A D | php_sdl.h | 209 sdlForm form; member 247 sdlForm form; member
|
/php-src/ext/intl/ |
H A D | php_intl.stub.php | 536 function normalizer_normalize(string $string, int $form = Normalizer::FORM_C): string|false {} 538 function normalizer_is_normalized(string $string, int $form = Normalizer::FORM_C): bool {} 540 function normalizer_get_raw_decomposition(string $string, int $form = Normalizer::FORM_C): ?string …
|
Completed in 22 milliseconds