Searched refs:UCHARS (Results 1 – 2 of 2) sorted by relevance
41 #define UCHARS(len) ((len) / sizeof(UChar)) macro44 #define INTL_Z_STRLEN_P(str) UCHARS( Z_STRLEN_P(str) )
96 (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 7 milliseconds