Home
last modified time | relevance | path

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

/php-src/ext/intl/
H A Dintl_common.h39 #define UCHARS(len) ((len) / sizeof(UChar)) macro
42 #define INTL_ZSTR_LEN(str) UCHARS(ZSTR_LEN(str))
/php-src/ext/intl/collator/
H A Dcollator_convert.c94 (UChar*)old_val, UCHARS(old_val_len), status ); in collator_convert_hash_item_from_utf16_to_utf8()
166 (UChar*) Z_STRVAL_P(utf16_zval), UCHARS( Z_STRLEN_P(utf16_zval) ), &status ); in collator_convert_zstr_utf16_to_utf8()
320 …if ( ( is_numeric = collator_is_numeric( (UChar*) Z_STRVAL_P(str), UCHARS( Z_STRLEN_P(str) ), &lva… in collator_convert_string_to_number_if_possible()

Completed in 18 milliseconds