Home
last modified time | relevance | path

Searched refs:leftBytes (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/i18n/
Drulebasedcollator.cpp746 const uint8_t *leftBytes = reinterpret_cast<const uint8_t *>(left.data()); in compareUTF8() local
748 if((leftBytes == NULL && !left.empty()) || (rightBytes == NULL && !right.empty())) { in compareUTF8()
752 return doCompare(leftBytes, left.length(), rightBytes, right.length(), errorCode); in compareUTF8()