Searched defs:coll (Results 1 – 3 of 3) sorted by relevance
/PHP-5.6/ext/intl/doc/ |
H A D | collator_api.php | 280 function collator_compare( $coll, $str1, $str2 ) {} 295 function collator_sort( $coll, $arr, $sort_flags ) {} 308 function collator_asort( $coll, $arr, $sort_flags ) {} 321 function collator_sort_with_sort_keys( $coll, $arr ) {} 337 function collator_get_locale( $coll, $type ) {} 347 function collator_get_attribute( $coll, $attr ) {} 356 function collator_get_strength( $coll ) {} 366 function collator_set_strength( $coll, $strength ) {} 377 function collator_set_attribute( $coll, $attr, $val ) {} 387 function collator_get_error_code( $coll ) {} [all …]
|
/PHP-5.6/ext/intl/grapheme/ |
H A D | grapheme_util.c | 139 UCollator *coll; in grapheme_strpos_utf16() local
|
/PHP-5.6/ext/sqlite3/ |
H A D | sqlite3.c | 889 static int php_sqlite3_callback_compare(void *coll, int a_len, const void *a, int b_len, const void…
|
Completed in 13 milliseconds