Home
last modified time | relevance | path

Searched defs:coll (Results 1 – 5 of 5) sorted by relevance

/PHP-7.2/ext/intl/doc/
H A Dcollator_api.php280 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 Dgrapheme_util.c141 UCollator *coll; in grapheme_strpos_utf16() local
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_watch.h75 phpdbg_watch_collision *coll; /* only present on *children* */ member
H A Dphpdbg_watch.c340 phpdbg_watch_collision *coll; local
366 phpdbg_watch_collision *coll; local
/PHP-7.2/ext/sqlite3/
H A Dsqlite3.c867 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 16 milliseconds