Home
last modified time | relevance | path

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

/php-src/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.php34 … public static function normalize(string $string, int $form = Normalizer::FORM_C): string|false {}
40 public static function isNormalized(string $string, int $form = Normalizer::FORM_C): bool {}
47 …public static function getRawDecomposition(string $string, int $form = Normalizer::FORM_C): ?strin…
/php-src/ext/dom/lexbor/lexbor/html/
H A Dparser.h36 lxb_dom_node_t *form; member
H A Dtree.h45 lxb_html_form_element_t *form; member
/php-src/ext/soap/
H A Dphp_sdl.h209 sdlForm form; member
247 sdlForm form; member
/php-src/ext/intl/
H A Dphp_intl.stub.php536 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 {}
541 function normalizer_get_raw_decomposition(string $string, int $form = Normalizer::FORM_C): ?string …

Completed in 20 milliseconds