Home
last modified time | relevance | path

Searched refs:ucoll (Results 1 – 7 of 7) sorted by relevance

/PHP-8.3/ext/intl/collator/
H A Dcollator_attr.c43 value = ucol_getAttribute( co->ucoll, attribute, COLLATOR_ERROR_CODE_P( co ) ); in PHP_FUNCTION()
68 ucol_setAttribute( co->ucoll, attribute, value, COLLATOR_ERROR_CODE_P( co ) ); in PHP_FUNCTION()
91 RETURN_LONG( ucol_getStrength( co->ucoll ) ); in PHP_FUNCTION()
113 ucol_setStrength( co->ucoll, strength ); in PHP_FUNCTION()
H A Dcollator_class.c113 if( co->ucoll ) in collator_object_destroy()
115 ucol_close( co->ucoll ); in collator_object_destroy()
116 co->ucoll = NULL; in collator_object_destroy()
H A Dcollator_locale.c44 if (!co || !co->ucoll) { in PHP_FUNCTION()
55 co->ucoll, type, COLLATOR_ERROR_CODE_P( co ) ); in PHP_FUNCTION()
H A Dcollator_sort.c276 if (!co->ucoll) { in collator_sort_internal()
292 INTL_G( current_collator ) = co->ucoll; in collator_sort_internal()
364 if (!co || !co->ucoll) { in PHP_FUNCTION()
424 sortKeyLen = ucol_getSortKey( co->ucoll, in PHP_FUNCTION()
440 …sortKeyLen = ucol_getSortKey( co->ucoll, utf16_buf, utf16_len, (uint8_t*)sortKeyBuf + sortKeyBufOf… in PHP_FUNCTION()
520 if (!co || !co->ucoll) { in PHP_FUNCTION()
550 key_len = ucol_getSortKey(co->ucoll, ustr, ustr_len, NULL, 0); in PHP_FUNCTION()
556 key_len = ucol_getSortKey(co->ucoll, ustr, ustr_len, (uint8_t*)ZSTR_VAL(key_str), key_len); in PHP_FUNCTION()
H A Dcollator_compare.c51 if (!co || !co->ucoll) { in PHP_FUNCTION()
102 co->ucoll, in PHP_FUNCTION()
H A Dcollator_class.h32 UCollator* ucoll; member
H A Dcollator_create.c54 co->ucoll = ucol_open( locale, COLLATOR_ERROR_CODE_P( co ) ); in collator_ctor()

Completed in 13 milliseconds