Home | History | Annotate | Download | only in collperf2

Lines Matching refs:errorCode

762     UErrorCode errorCode = U_ZERO_ERROR;
764 return cc.coll.compare(leftString, rightString, errorCode);
786 UErrorCode errorCode = U_ZERO_ERROR;
787 call(&errorCode);
788 return U_SUCCESS(errorCode) ? ops : 0;
851 UErrorCode errorCode = U_ZERO_ERROR;
853 return cc.coll.compareUTF8(leftString, rightString, errorCode);
861 UErrorCode errorCode = U_ZERO_ERROR;
865 rightString.data(), rightString.length(), &errorCode);
1280 UErrorCode errorCode = U_ZERO_ERROR;
1283 errorCode);