Home
last modified time | relevance | path

Searched refs:INTL_ZSTR_LEN (Results 1 – 2 of 2) sorted by relevance

/PHP-8.2/ext/intl/
H A Dintl_common.h42 #define INTL_ZSTR_LEN(str) UCHARS(ZSTR_LEN(str)) macro
/PHP-8.2/ext/intl/collator/
H A Dcollator_sort.c76 INTL_ZSTR_VAL(Z_STR_P(str1_p)), INTL_ZSTR_LEN(Z_STR_P(str1_p)), in collator_regular_compare_function()
77 INTL_ZSTR_VAL(Z_STR_P(str2_p)), INTL_ZSTR_LEN(Z_STR_P(str2_p)) )); in collator_regular_compare_function()
178 INTL_ZSTR_VAL(str1), INTL_ZSTR_LEN(str1), in collator_icu_compare_function()
179 INTL_ZSTR_VAL(str2), INTL_ZSTR_LEN(str2) )); in collator_icu_compare_function()

Completed in 6 milliseconds