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