Home | History | Annotate | Download | only in i18n

Lines Matching defs:leftBytes

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