Home
last modified time | relevance | path

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

/PHP-5.5/ext/intl/collator/
H A Dcollator_sort.c367 uint32_t bufLeft = 0; in PHP_FUNCTION() local
458 bufLeft = sortKeyBufSize - sortKeyBufOffset; in PHP_FUNCTION()
464 bufLeft ); in PHP_FUNCTION()
467 if( sortKeyLen > bufLeft ) in PHP_FUNCTION()
472 bufLeft += bufIncrement; in PHP_FUNCTION()
476 …ol_getSortKey( co->ucoll, utf16_buf, utf16_len, (uint8_t*)sortKeyBuf + sortKeyBufOffset, bufLeft ); in PHP_FUNCTION()

Completed in 7 milliseconds