Home
last modified time | relevance | path

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

/PHP-5.6/ext/intl/
H A Dintl_common.h26 #ifndef UBYTES
27 # define UBYTES(len) ((len) * sizeof(UChar)) macro
/PHP-5.6/ext/intl/collator/
H A Dcollator_convert.c71 ZVAL_STRINGL( znew_val, (char*)new_val, UBYTES(new_val_len), FALSE ); in collator_convert_hash_item_from_utf8_to_utf16()
235 ZVAL_STRINGL( zstr, (char*)ustr, UBYTES(ustr_len), FALSE ); in collator_convert_zstr_utf8_to_utf16()
310 ZVAL_STRINGL( zstr, (char*)ustr, UBYTES(ustr_len), FALSE ); in collator_convert_object_to_string()

Completed in 9 milliseconds