Home
last modified time | relevance | path

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

/PHP-7.4/ext/intl/
H A Dintl_common.h43 #define INTL_Z_STRVAL_P(str) (UChar*) Z_STRVAL_P(str) macro
/PHP-7.4/ext/intl/collator/
H A Dcollator_sort.c90 INTL_Z_STRVAL_P(str1_p), INTL_Z_STRLEN_P(str1_p), in collator_regular_compare_function()
91 INTL_Z_STRVAL_P(str2_p), INTL_Z_STRLEN_P(str2_p) )); in collator_regular_compare_function()
200 INTL_Z_STRVAL_P(str1_p), INTL_Z_STRLEN_P(str1_p), in collator_icu_compare_function()
201 INTL_Z_STRVAL_P(str2_p), INTL_Z_STRLEN_P(str2_p) )); in collator_icu_compare_function()

Completed in 7 milliseconds