Searched refs:ucoll (Results 1 – 7 of 7) sorted by relevance
/PHP-7.3/ext/intl/collator/ |
H A D | collator_attr.c | 53 value = ucol_getAttribute( co->ucoll, attribute, COLLATOR_ERROR_CODE_P( co ) ); in PHP_FUNCTION() 85 ucol_setAttribute( co->ucoll, attribute, value, COLLATOR_ERROR_CODE_P( co ) ); in PHP_FUNCTION() 115 RETURN_LONG( ucol_getStrength( co->ucoll ) ); in PHP_FUNCTION() 144 ucol_setStrength( co->ucoll, strength ); in PHP_FUNCTION()
|
H A D | collator_locale.c | 54 if (!co || !co->ucoll) { in PHP_FUNCTION() 65 co->ucoll, type, COLLATOR_ERROR_CODE_P( co ) ); in PHP_FUNCTION()
|
H A D | collator_sort.c | 78 if (!co || !co->ucoll) { in collator_regular_compare_function() 89 co->ucoll, in collator_regular_compare_function() 199 co->ucoll, in collator_icu_compare_function() 409 if (!co || !co->ucoll) { in PHP_FUNCTION() 469 sortKeyLen = ucol_getSortKey( co->ucoll, in PHP_FUNCTION() 485 …sortKeyLen = ucol_getSortKey( co->ucoll, utf16_buf, utf16_len, (uint8_t*)sortKeyBuf + sortKeyBufOf… in PHP_FUNCTION() 575 if (!co || !co->ucoll) { in PHP_FUNCTION() 605 key_len = ucol_getSortKey(co->ucoll, ustr, ustr_len, NULL, 0); in PHP_FUNCTION() 611 key_len = ucol_getSortKey(co->ucoll, ustr, ustr_len, (uint8_t*)ZSTR_VAL(key_str), key_len); in PHP_FUNCTION()
|
H A D | collator_class.c | 170 if( co->ucoll ) in collator_object_destroy() 172 ucol_close( co->ucoll ); in collator_object_destroy() 173 co->ucoll = NULL; in collator_object_destroy()
|
H A D | collator_compare.c | 61 if (!co || !co->ucoll) { in PHP_FUNCTION() 112 co->ucoll, in PHP_FUNCTION()
|
H A D | collator_create.c | 55 co->ucoll = ucol_open( locale, COLLATOR_ERROR_CODE_P( co ) ); in collator_ctor()
|
H A D | collator_class.h | 34 UCollator* ucoll; member
|
Completed in 14 milliseconds