Searched refs:strength (Results 1 – 8 of 8) sorted by relevance
/PHP-5.5/ext/intl/doc/ |
H A D | collator_api.php | 220 * @param int $strength Strength to set. 224 public function setStrength( $strength ) {} argument 362 * @param int $strength Strength to set. 366 function collator_set_strength( $coll, $strength ) {} argument
|
H A D | Tutorial.txt | 55 strength. 61 level2 strength. 71 strength. 76 secondary or tertiary difference. This is also known as the level4 strength. The 87 key length). It is also known as level 5 strength. 92 then the Quaternary strength can be used to break ties among whitespace, punctuation, and 94 then the Identical strength can be used (for example, Identical Strength distinguishes 96 levels higher than Tertiary the Identical strength result in significantly longer sort 226 sort key length will not be affected unless the strength level is also increased. 234 then this attribute should be set On, and the strength set to Quaternary. This will affect sort key
|
/PHP-5.5/ext/intl/collator/ |
H A D | collator_attr.c | 126 long strength; in PHP_FUNCTION() local 132 &object, Collator_ce_ptr, &strength ) == FAILURE ) in PHP_FUNCTION() 144 ucol_setStrength( co->ucoll, strength ); in PHP_FUNCTION()
|
/PHP-5.5/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-5.5/ext/mcrypt/tests/ |
H A D | mcrypt_encrypt_3des_cbc.phpt | 24 //test upto 32 bytes with unlimited strength
|
/PHP-5.5/ext/fileinfo/tests/ |
H A D | magic | 137 !:strength + 40 1055 !:strength +1 3697 !:strength + 5 3700 !:strength + 5 3703 !:strength + 5 3706 !:strength + 5 3709 !:strength + 5 5617 !:strength *2 10871 !:strength +2 11799 !:strength +1 [all …]
|
/PHP-5.5/ext/fileinfo/libmagic/ |
H A D | apprentice.c | 155 DECLARE_FIELD(strength),
|
Completed in 87 milliseconds