Home
last modified time | relevance | path

Searched defs:sort_flags (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/intl/doc/
H A Dcollator_api.php151 public function sort( $arr, $sort_flags ) {}
165 public function asort( $arr, $sort_flags ) {}
295 function collator_sort( $coll, $arr, $sort_flags ) {}
308 function collator_asort( $coll, $arr, $sort_flags ) {}
/PHP-5.5/ext/intl/collator/
H A Dcollator_sort.c263 static collator_compare_func_t collator_get_compare_function( const long sort_flags ) in collator_get_compare_function()
295 long sort_flags = COLLATOR_SORT_REGULAR; in collator_sort_internal() local

Completed in 7 milliseconds