Searched refs:ucoll (Results 1 – 7 of 7) sorted by relevance
/PHP-5.6/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 | 76 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 D | collator_class.c | 185 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 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 | 36 UCollator* ucoll; member
|
Completed in 23 milliseconds