Home
last modified time | relevance | path

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

/PHP-8.0/ext/intl/
H A Dintl_common.h41 #define INTL_Z_STRVAL_P(str) (UChar*) Z_STRVAL_P(str) macro
/PHP-8.0/ext/intl/collator/
H A Dcollator_sort.c76 INTL_Z_STRVAL_P(str1_p), INTL_Z_STRLEN_P(str1_p), in collator_regular_compare_function()
77 INTL_Z_STRVAL_P(str2_p), INTL_Z_STRLEN_P(str2_p) )); in collator_regular_compare_function()
182 INTL_Z_STRVAL_P(str1_p), INTL_Z_STRLEN_P(str1_p), in collator_icu_compare_function()
183 INTL_Z_STRVAL_P(str2_p), INTL_Z_STRLEN_P(str2_p) )); in collator_icu_compare_function()

Completed in 7 milliseconds