Searched refs:ustr (Results 1 - 8 of 8) sorted by relevance
| /PHP_5_4/ext/intl/collator/ |
| H A D | collator_convert.c | 221 UChar* ustr = NULL; local 227 &ustr, &ustr_len, 235 ZVAL_STRINGL( zstr, (char*)ustr, UBYTES(ustr_len), FALSE ); 248 UChar* ustr = NULL; local 300 &ustr, &ustr_len, 310 ZVAL_STRINGL( zstr, (char*)ustr, UBYTES(ustr_len), FALSE ); 312 /* Don't free ustr cause it's set in zstr without copy. 313 * efree( ustr );
|
| H A D | collator_sort.c | 549 UChar* ustr = NULL; local 584 &ustr, &ustr_len, str, str_len, COLLATOR_ERROR_CODE_P( co ) ); 593 efree( ustr ); 599 key_len = ucol_getSortKey(co->ucoll, ustr, ustr_len, key, 0); 601 efree( ustr ); 605 key_len = ucol_getSortKey(co->ucoll, ustr, ustr_len, key, key_len); 606 efree( ustr );
|
| /PHP_5_4/ext/intl/grapheme/ |
| H A D | grapheme_string.c | 402 UChar *ustr; local 443 ustr = NULL; 446 intl_convert_utf8_to_utf16(&ustr, &ustr_len, (char *)str, str_len, &status); 454 if (ustr) { 455 efree( ustr ); 466 ubrk_setText(bi, ustr, ustr_len, &status); 494 if (ustr) { 495 efree(ustr); 508 intl_convert_utf16_to_utf8((char **)&sub_str, &sub_str_len, ustr + sub_str_start_pos, ustr_len - sub_str_start_pos, &status); 510 if (ustr) { 796 UChar *ustr; local [all...] |
| /PHP_5_4/ext/intl/transliterator/ |
| H A D | transliterator_methods.c | 302 UChar *ustr = NULL, local 384 intl_convert_utf8_to_utf16( &ustr, &ustr_len, str, str_len, 413 memcpy( uresult, ustr, ustr_len * sizeof( UChar ) ); 450 if( ustr ) 451 efree( ustr );
|
| /PHP_5_4/ext/mysqlnd/ |
| H A D | mysqlnd_result_meta.c | 146 UChar *ustr; local 230 zend_string_to_unicode(UG(utf8_conv), &ustr, &ulen, local 234 mysqlnd_unicode_is_key_numeric(ustr, ulen + 1, &idx))) 237 mnd_efree(ustr); 239 meta->zend_hash_keys[i].ustr.u = ustr; 241 meta->zend_hash_keys[i].key = zend_u_get_hash_value(IS_UNICODE, ZSTR(ustr), ulen + 1); 289 if (meta->zend_hash_keys[i].ustr.v) { 290 mnd_pefree(meta->zend_hash_keys[i].ustr.v, meta->persistent); 383 if (new_meta->zend_hash_keys[i].ustr [all...] |
| H A D | mysqlnd_statistics.c | 207 UChar *ustr, *tstr; local 214 zend_string_to_unicode(UG(utf8_conv), &ustr, &ulen, names[i].s, names[i].l + 1 TSRMLS_CC); local 216 add_u_assoc_unicode_ex(return_value, IS_UNICODE, ZSTR(ustr), ulen, tstr, 1); 217 efree(ustr);
|
| H A D | mysqlnd_structs.h | 897 zstr ustr; member in struct:mysqlnd_field_hash_key
|
| H A D | mysqlnd_result.c | 817 hash_key->ustr, 1067 hash_key->ustr,
|
Completed in 14 milliseconds