Home
last modified time | relevance | path

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

/PHP-5.5/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-5.5/ext/intl/grapheme/
H A Dgrapheme_util.c139 UCollator *coll; in grapheme_strpos_utf16() local
/PHP-5.5/ext/sqlite3/
H A Dsqlite3.c862 static int php_sqlite3_callback_compare(void *coll, int a_len, const void *a, int b_len, const void…

Completed in 34 milliseconds