Searched refs:leftBytes (Results 1 – 1 of 1) sorted by relevance
744 const uint8_t *leftBytes = reinterpret_cast<const uint8_t *>(left.data()); in compareUTF8() local746 if((leftBytes == NULL && !left.empty()) || (rightBytes == NULL && !right.empty())) { in compareUTF8()750 return doCompare(leftBytes, left.length(), rightBytes, right.length(), errorCode); in compareUTF8()