Home
last modified time | relevance | path

Searched refs:Collator (Results 1 – 25 of 29) sorted by relevance

12

/PHP-5.5/ext/intl/doc/
H A Dcollator_api.php20 class Collator { class
45 * @see Collator::setAttribute()
65 * @see Collator::setAttribute()
163 * @see Collator::sort()
270 * @param Collator $coll Collator object.
316 * @param Collator $coll Collator object.
326 * @param Collator $coll Collator object.
342 * @param Collator $coll Collator object.
352 * @param Collator $coll Collator object.
371 * @param Collator $coll Collator object.
[all …]
H A DTutorial.txt1 1. Collator::getAvailableLocales().
9 2. Collator::getDisplayName( $obj_locale, $disp_locale ).
19 3. Collator::getLocaleByType( $type ).
101 6. Collator::__construct( $locale ).
120 7. Collator::get/setAttribute.
126 Collator have followed attributes:
210 STRENGTH - see Collator::setStrength chapter.
/PHP-5.5/ext/intl/tests/
H A Dcollator_get_set_attribute.phpt18 $val = ut_coll_get_attribute( $coll, Collator::NORMALIZATION_MODE );
19 return sprintf( "%s\n", ( $val == Collator::OFF ? "off" : "on" ) );
27 ut_coll_set_attribute( $coll, Collator::NORMALIZATION_MODE, Collator::OFF );
30 ut_coll_set_attribute( $coll, Collator::NORMALIZATION_MODE, Collator::ON );
H A Dcollation_customization.phpt39 ut_coll_set_strength( $coll, Collator::TERTIARY );
40 ut_coll_set_attribute( $coll, Collator::ALTERNATE_HANDLING, Collator::NON_IGNORABLE );
44 ut_coll_set_attribute( $coll, Collator::ALTERNATE_HANDLING, Collator::SHIFTED );
48 ut_coll_set_strength( $coll, Collator::QUATERNARY );
H A Dbug60192-getlocale.phpt2 Bug #60192 (SegFault when Collator not constructed properly)
10 class Collator2 extends Collator{
20 Catchable fatal error: Collator::getLocale(): Object not initialized in %s on line %d
H A Dbug60192-getsortkey.phpt2 Bug #60192 (SegFault when Collator not constructed properly)
10 class Collator2 extends Collator{
20 Catchable fatal error: Collator::getSortKey(): Object not initialized in %s on line %d
H A Dbug60192-compare.phpt2 Bug #60192 (SegFault when Collator not constructed properly)
9 class Collator2 extends Collator{
19 Catchable fatal error: Collator::compare(): Object not initialized in %s on line %d
H A Dbug60192-sort.phpt2 Bug #60192 (SegFault when Collator not constructed properly)
10 class Collator2 extends Collator{
21 Catchable fatal error: Collator::sort(): Object not initialized in %s on line %d
H A Dbug60192-sortwithsortkeys.phpt2 Bug #60192 (SegFault when Collator not constructed properly)
10 class Collator2 extends Collator{
21 Catchable fatal error: Collator::sortWithSortKeys(): Object not initialized in %s on line %d
H A Dcollator_get_set_strength.phpt28 $res .= check_set_strength( $coll, Collator::PRIMARY );
29 $res .= check_set_strength( $coll, Collator::SECONDARY );
30 $res .= check_set_strength( $coll, Collator::TERTIARY );
H A Dbug62070_2.phpt2 Bug #62070: Collator::getSortKey() returns garbage
H A Dbug62070.phpt2 Bug #62070: Collator::getSortKey() returns garbage
H A Dut_common.inc43 * Wrappers around Collator methods to run them in either OO- or procedural mode.
48 return $GLOBALS['oo-mode'] ? Collator::create( $locale ) : collator_create( $locale );
54 function ut_coll_sort( $coll, &$arr, $sort_flag = Collator::SORT_REGULAR )
66 function ut_coll_asort( $coll, &$arr, $sort_flag = Collator::SORT_REGULAR )
76 …return $GLOBALS['oo-mode'] ? Collator::getDisplayName( $obj_loc, $disp_loc ) : collator_get_displa…
80 return $GLOBALS['oo-mode'] ? Collator::getAvailableLocales() : collator_get_available_locales();
120 return $GLOBALS['oo-mode'] ? Collator::getDefault() : collator_get_default();
124 return $GLOBALS['oo-mode'] ? Collator::setDefault( $coll ) : collator_set_default( $coll );
216 * Wrappers around Collator methods to run them in either OO- or procedural mode.
H A Dcollator_get_error_message.phpt19 ut_coll_get_attribute( $coll, Collator::NORMALIZATION_MODE );
H A Dcollator_get_error_code.phpt27 ut_coll_get_attribute( $coll, Collator::NORMALIZATION_MODE );
H A Dcollator_asort.phpt19 function sort_arrays( $locale, $test_arrays, $sort_flag = Collator::SORT_REGULAR )
106 $res_str .= sort_arrays( 'en_US', $test_params, Collator::SORT_STRING );
H A Dcollator_asort_variant2.phpt19 function sort_arrays( $locale, $test_arrays, $sort_flag = Collator::SORT_REGULAR )
106 $res_str .= sort_arrays( 'en_US', $test_params, Collator::SORT_STRING );
H A Dcollator_sort.phpt19 function sort_arrays( $locale, $arrays, $sort_flag = Collator::SORT_REGULAR )
80 $res_str .= sort_arrays( 'en_US', $test_params, Collator::SORT_STRING );
H A Dcollator_sort_variant2.phpt19 function sort_arrays( $locale, $arrays, $sort_flag = Collator::SORT_REGULAR )
80 $res_str .= sort_arrays( 'en_US', $test_params, Collator::SORT_STRING );
H A Dcollator_create.phpt30 // Create Collator with the current locale.
H A Dcollator_create4.phpt30 // Create Collator with the current locale.
H A Dcollator_create2.phpt31 // Create Collator with the current locale.
/PHP-5.5/ext/intl/collator/
H A Dcollator_create.h25 PHP_METHOD( Collator, __construct );
H A Dcollator_create.c73 PHP_METHOD( Collator, __construct ) in PHP_METHOD() argument
H A Dcollator_class.h58 #define COLLATOR_METHOD_FETCH_OBJECT INTL_METHOD_FETCH_OBJECT(Collator, co)

Completed in 31 milliseconds

12