Lines Matching refs:errorCode
758 UErrorCode errorCode = U_ZERO_ERROR;
760 return cc.coll.compare(leftString, rightString, errorCode);
782 UErrorCode errorCode = U_ZERO_ERROR;
783 call(&errorCode);
784 return U_SUCCESS(errorCode) ? ops : 0;
847 UErrorCode errorCode = U_ZERO_ERROR;
849 return cc.coll.compareUTF8(leftString, rightString, errorCode);
857 UErrorCode errorCode = U_ZERO_ERROR;
861 rightString.data(), rightString.length(), &errorCode);
1397 UErrorCode errorCode = U_ZERO_ERROR;
1400 errorCode);