Searched refs:strength (Results 1 – 12 of 12) sorted by relevance
/PHP-8.0/ext/intl/collator/ |
H A D | collator_attr.c | 98 zend_long strength; in PHP_FUNCTION() local 104 &object, Collator_ce_ptr, &strength ) == FAILURE ) in PHP_FUNCTION() 113 ucol_setStrength( co->ucoll, strength ); in PHP_FUNCTION()
|
H A D | collator.stub.php | 61 public function setStrength(int $strength) {} argument
|
H A D | collator_functions_arginfo.h | 30 ZEND_ARG_TYPE_INFO(0, strength, IS_LONG, 0)
|
H A D | collator_arginfo.h | 39 ZEND_ARG_TYPE_INFO(0, strength, IS_LONG, 0)
|
/PHP-8.0/ext/intl/tests/ |
H A D | collator_get_set_strength.phpt | 9 * Try to set/get collation strength. 13 * Set given collation strength, then get it back
|
H A D | ut_common.inc | 90 function ut_coll_set_strength( $coll, $strength ) 92 …return $GLOBALS['oo-mode'] ? $coll->setStrength( $strength ) : collator_set_strength( $coll, $stre…
|
/PHP-8.0/ext/fileinfo/tests/ |
H A D | bug77961.magic | 21 !:strength + 25
|
H A D | magic私はガラスを食べられます | 172 !:strength + 40 1037 !:strength +20 1475 !:strength + 5 2118 #!:strength +0 2187 #!:strength +0 2358 !:strength /2 3454 !:strength +1 3456 !:strength +1 5257 !:strength +50 10457 !:strength *2 [all …]
|
H A D | magic | 172 !:strength + 40 1037 !:strength +20 1475 !:strength + 5 2118 #!:strength +0 2187 #!:strength +0 2358 !:strength /2 3454 !:strength +1 3456 !:strength +1 5257 !:strength +50 10457 !:strength *2 [all …]
|
/PHP-8.0/ext/intl/ |
H A D | php_intl.stub.php | 132 function collator_set_strength(Collator $object, int $strength): bool {} argument
|
H A D | php_intl_arginfo.h | 231 ZEND_ARG_TYPE_INFO(0, strength, IS_LONG, 0)
|
/PHP-8.0/ext/fileinfo/libmagic/ |
H A D | apprentice.c | 183 DECLARE_FIELD(strength),
|
Completed in 153 milliseconds