Searched refs:bufLeft (Results 1 – 1 of 1) sorted by relevance
338 uint32_t bufLeft = 0; in PHP_FUNCTION() local422 bufLeft = sortKeyBufSize - sortKeyBufOffset; in PHP_FUNCTION()428 bufLeft ); in PHP_FUNCTION()431 if( sortKeyLen > bufLeft ) in PHP_FUNCTION()436 bufLeft += bufIncrement; in PHP_FUNCTION()440 …ol_getSortKey( co->ucoll, utf16_buf, utf16_len, (uint8_t*)sortKeyBuf + sortKeyBufOffset, bufLeft ); in PHP_FUNCTION()
Completed in 10 milliseconds