Home
last modified time | relevance | path

Searched refs:coll (Results 26 – 37 of 37) sorted by relevance

12

/PHP-7.4/ext/intl/tests/
H A Dcollator_compare.phpt40 $coll = ut_coll_create( $locale );
47 $res_val = cmp_to_char( ut_coll_compare( $coll, $str1, $str2 ) );
H A Dcollator_compare_variant2.phpt40 $coll = ut_coll_create( $locale );
47 $res_val = cmp_to_char( ut_coll_compare( $coll, $str1, $str2 ) );
H A Dcollator_asort.phpt23 $coll = ut_coll_create( $locale );
28 $res_val = ut_coll_asort( $coll, $test_array, $sort_flag );
H A Dcollator_asort_variant2.phpt23 $coll = ut_coll_create( $locale );
28 $res_val = ut_coll_asort( $coll, $test_array, $sort_flag );
H A Dcollator_sort_with_sort_keys.phpt23 $coll = ut_coll_create( $locale );
28 $res_val = ut_coll_sort_with_sort_keys( $coll, $array );
H A Dcollator_sort_with_sort_keys_variant2.phpt23 $coll = ut_coll_create( $locale );
28 $res_val = ut_coll_sort_with_sort_keys( $coll, $array );
H A Dcollator_sort.phpt23 $coll = ut_coll_create( $locale );
28 $res_val = ut_coll_sort( $coll, $array, $sort_flag );
H A Dcollator_sort_variant2.phpt23 $coll = ut_coll_create( $locale );
28 $res_val = ut_coll_sort( $coll, $array, $sort_flag );
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_watch.h75 phpdbg_watch_collision *coll; /* only present on *children* */ member
/PHP-7.4/ext/intl/grapheme/
H A Dgrapheme_util.c168 UCollator *coll = usearch_getCollator(src); in grapheme_strpos_utf16() local
170 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_SECONDARY, &status); in grapheme_strpos_utf16()
/PHP-7.4/ext/intl/
H A Dphp_intl.c155 ZEND_ARG_OBJ_INFO(0, coll, Collator, 0)
307 ZEND_ARG_INFO(0, coll)
/PHP-7.4/ext/sqlite3/
H A Dsqlite3.c921 static int php_sqlite3_callback_compare(void *coll, int a_len, const void *a, int b_len, const void… in php_sqlite3_callback_compare() argument
923 php_sqlite3_collation *collation = (php_sqlite3_collation*)coll; in php_sqlite3_callback_compare()

Completed in 32 milliseconds

12