Searched defs:coll (Results 1 – 5 of 5) sorted by relevance
/PHP-7.2/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-7.2/ext/intl/grapheme/ |
H A D | grapheme_util.c | 141 UCollator *coll; in grapheme_strpos_utf16() local
|
/PHP-7.2/sapi/phpdbg/ |
H A D | phpdbg_watch.h | 75 phpdbg_watch_collision *coll; /* only present on *children* */ member
|
H A D | phpdbg_watch.c | 340 phpdbg_watch_collision *coll; local 366 phpdbg_watch_collision *coll; local
|
/PHP-7.2/ext/sqlite3/ |
H A D | sqlite3.c | 867 static int php_sqlite3_callback_compare(void *coll, int a_len, const void *a, int b_len, const void… in php_sqlite3_callback_compare()
|
Completed in 17 milliseconds