Home | History | Annotate | Download | only in i18n

Lines Matching defs:leftBytes

744     const uint8_t *leftBytes = reinterpret_cast<const uint8_t *>(left.data());
746 if((leftBytes == NULL && !left.empty()) || (rightBytes == NULL && !right.empty())) {
750 return doCompare(leftBytes, left.length(), rightBytes, right.length(), errorCode);