Home
last modified time | relevance | path

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

/PHP-7.4/ext/intl/
H A Dintl_common.h41 #define UCHARS(len) ((len) / sizeof(UChar)) macro
44 #define INTL_Z_STRLEN_P(str) UCHARS( Z_STRLEN_P(str) )
/PHP-7.4/ext/intl/collator/
H A Dcollator_convert.c96 (UChar*)old_val, UCHARS(old_val_len), status ); in collator_convert_hash_item_from_utf16_to_utf8()
168 (UChar*) Z_STRVAL_P(utf16_zval), UCHARS( Z_STRLEN_P(utf16_zval) ), &status ); in collator_convert_zstr_utf16_to_utf8()
357 …if( ( is_numeric = collator_is_numeric( (UChar*) Z_STRVAL_P(str), UCHARS( Z_STRLEN_P(str) ), &lval… in collator_convert_string_to_number_if_possible()

Completed in 6 milliseconds