Home
last modified time | relevance | path

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

/PHP-5.6/ext/intl/
H A Dintl_common.h39 #define UCHARS(len) ((len) / sizeof(UChar)) macro
42 #define INTL_Z_STRLEN_P(str) UCHARS( Z_STRLEN_P(str) )
/PHP-5.6/ext/intl/collator/
H A Dcollator_convert.c110 (UChar*)old_val, UCHARS(old_val_len), status ); in collator_convert_hash_item_from_utf16_to_utf8()
199 (UChar*) Z_STRVAL_P(utf16_zval), UCHARS( Z_STRLEN_P(utf16_zval) ), &status ); in collator_convert_zstr_utf16_to_utf8()
385 …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 10 milliseconds