Home
last modified time | relevance | path

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

/PHP-5.5/ext/intl/collator/
H A Dcollator_attr.c53 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 Dcollator_locale.c54 if (!co || !co->ucoll) { in PHP_FUNCTION()
65 co->ucoll, type, COLLATOR_ERROR_CODE_P( co ) ); in PHP_FUNCTION()
H A Dcollator_sort.c76 if (!co || !co->ucoll) { in collator_regular_compare_function()
86 co->ucoll, in collator_regular_compare_function()
195 co->ucoll, in collator_icu_compare_function()
398 if (!co || !co->ucoll) { in PHP_FUNCTION()
460 sortKeyLen = ucol_getSortKey( co->ucoll, in PHP_FUNCTION()
476 …sortKeyLen = ucol_getSortKey( co->ucoll, utf16_buf, utf16_len, (uint8_t*)sortKeyBuf + sortKeyBufOf… in PHP_FUNCTION()
570 if (!co || !co->ucoll) { in PHP_FUNCTION()
600 key_len = ucol_getSortKey(co->ucoll, ustr, ustr_len, key, 0); in PHP_FUNCTION()
606 key_len = ucol_getSortKey(co->ucoll, ustr, ustr_len, key, key_len); in PHP_FUNCTION()
H A Dcollator_class.c185 if( co->ucoll ) in collator_object_destroy()
187 ucol_close( co->ucoll ); in collator_object_destroy()
188 co->ucoll = NULL; in collator_object_destroy()
H A Dcollator_compare.c61 if (!co || !co->ucoll) { in PHP_FUNCTION()
112 co->ucoll, in PHP_FUNCTION()
H A Dcollator_create.c55 co->ucoll = ucol_open( locale, COLLATOR_ERROR_CODE_P( co ) ); in collator_ctor()
H A Dcollator_class.h36 UCollator* ucoll; member

Completed in 19 milliseconds