Home
last modified time | relevance | path

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

/PHP-8.0/ext/intl/
H A Dintl_common.h26 #ifndef UBYTES
27 # define UBYTES(len) ((len) * sizeof(UChar)) macro
/PHP-8.0/ext/intl/collator/
H A Dcollator_convert.c58 ZVAL_STRINGL( &znew_val, (char*)new_val, UBYTES(new_val_len + 1) ); in collator_convert_hash_item_from_utf8_to_utf16()
62 Z_STRLEN(znew_val) = Z_STRLEN(znew_val) - UBYTES(1); in collator_convert_hash_item_from_utf8_to_utf16()
203 ZVAL_STRINGL( zstr, (char*)ustr, UBYTES(ustr_len)); in collator_convert_zstr_utf8_to_utf16()
256 ZVAL_STRINGL( zstr, (char*)ustr, UBYTES(ustr_len)); in collator_convert_object_to_string()

Completed in 8 milliseconds