utf16_buf 384 ext/intl/collator/collator_sort.c UChar* utf16_buf = NULL; /* tmp buffer to hold current processing string in utf-16 */ utf16_buf 423 ext/intl/collator/collator_sort.c utf16_buf = eumalloc( utf16_buf_size ); utf16_buf 434 ext/intl/collator/collator_sort.c intl_convert_utf8_to_utf16( &utf16_buf, &utf16_len, Z_STRVAL_P( hashData ), Z_STRLEN_P( hashData ), COLLATOR_ERROR_CODE_P( co ) ); utf16_buf 441 ext/intl/collator/collator_sort.c if( utf16_buf ) utf16_buf 442 ext/intl/collator/collator_sort.c efree( utf16_buf ); utf16_buf 454 ext/intl/collator/collator_sort.c utf16_buf[utf16_len] = 0; utf16_buf 464 ext/intl/collator/collator_sort.c utf16_buf, utf16_buf 479 ext/intl/collator/collator_sort.c sortKeyLen = ucol_getSortKey( co->ucoll, utf16_buf, utf16_len, (uint8_t*)sortKeyBuf + sortKeyBufOffset, bufLeft ); utf16_buf 519 ext/intl/collator/collator_sort.c if( utf16_buf ) utf16_buf 520 ext/intl/collator/collator_sort.c efree( utf16_buf );