Searched refs:outErrorCode (Results 1 – 8 of 8) sorted by relevance
453 UBool copyErrorTo(UErrorCode &outErrorCode) const {454 if (U_FAILURE(outErrorCode)) {458 fMacros.copyErrorTo(outErrorCode);459 return U_FAILURE(outErrorCode);
2149 UBool copyErrorTo(UErrorCode &outErrorCode) const { in copyErrorTo() argument2150 if (U_FAILURE(outErrorCode)) { in copyErrorTo()2154 fMacros.copyErrorTo(outErrorCode); in copyErrorTo()2155 return U_FAILURE(outErrorCode); in copyErrorTo()
148 cc.outErrorCode=U_INVALID_CHAR_FOUND; in TestToUnicode()150 cc.outErrorCode=U_ILLEGAL_CHAR_FOUND; in TestToUnicode()152 cc.outErrorCode=U_TRUNCATED_CHAR_FOUND; in TestToUnicode()154 cc.outErrorCode=U_ILLEGAL_ESCAPE_SEQUENCE; in TestToUnicode()156 cc.outErrorCode=U_UNSUPPORTED_ESCAPE_SEQUENCE; in TestToUnicode()158 cc.outErrorCode=U_ZERO_ERROR; in TestToUnicode()270 cc.outErrorCode=U_INVALID_CHAR_FOUND; in TestFromUnicode()272 cc.outErrorCode=U_ILLEGAL_CHAR_FOUND; in TestFromUnicode()274 cc.outErrorCode=U_TRUNCATED_CHAR_FOUND; in TestFromUnicode()276 cc.outErrorCode=U_ZERO_ERROR; in TestFromUnicode()[all …]
53 UErrorCode outErrorCode; member
947 UErrorCode outErrorCode = U_ZERO_ERROR; in TestEdits() local948 assertFalse("edits done: copyErrorTo", edits.copyErrorTo(outErrorCode)); in TestEdits()
66 String outErrorCode; // errorCode field in TestConversion.ConversionCase149 cc.outErrorCode = ((ICUResourceBundle) testcase.getObject("errorCode")).getString(); in TestFromUnicode()387 logln("ErrorCode expected is: " + cc.outErrorCode); in FromUnicodeCase()456 logln("ErrorCode expected is: " + cc.outErrorCode); in stepFromUnicode()486 cc.outErrorCode = ((ICUResourceBundle) testcase.getObject("errorCode")).getString(); in TestToUnicode()698 logln("ErrorCode expected is: " + cc.outErrorCode); in ToUnicodeCase()766 logln("ErrorCode expected is: " + cc.outErrorCode); in stepToUnicode()834 logln("ErrorCode expected is: " + cc.outErrorCode); in stepToUnicode()894 logln("ErrorCode expected is: " + cc.outErrorCode); in stepToUnicode()1031 errln("ErrorCode expected is: " + cc.outErrorCode); in TestGetUnicodeSet()
246 UBool Edits::copyErrorTo(UErrorCode &outErrorCode) { in copyErrorTo() argument247 if (U_FAILURE(outErrorCode)) { return TRUE; } in copyErrorTo()249 outErrorCode = errorCode_; in copyErrorTo()
162 UBool copyErrorTo(UErrorCode &outErrorCode);