Home
last modified time | relevance | path

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

/PHP-7.4/ext/intl/
H A Dintl_common.h28 #ifndef UBYTES
29 # define UBYTES(len) ((len) * sizeof(UChar)) macro
/PHP-7.4/ext/intl/collator/
H A Dcollator_convert.c60 ZVAL_STRINGL( &znew_val, (char*)new_val, UBYTES(new_val_len + 1) ); in collator_convert_hash_item_from_utf8_to_utf16()
64 Z_STRLEN(znew_val) = Z_STRLEN(znew_val) - UBYTES(1); in collator_convert_hash_item_from_utf8_to_utf16()
204 ZVAL_STRINGL( zstr, (char*)ustr, UBYTES(ustr_len)); in collator_convert_zstr_utf8_to_utf16()
281 ZVAL_STRINGL( zstr, (char*)ustr, UBYTES(ustr_len)); in collator_convert_object_to_string()

Completed in 11 milliseconds