Lines Matching refs:UNITY_OUTPUT_CHAR

173         UNITY_OUTPUT_CHAR('\r');                \
174 UNITY_OUTPUT_CHAR('\n'); \
185 UNITY_OUTPUT_CHAR('\r'); \
186 UNITY_OUTPUT_CHAR('\n'); \
204 UNITY_OUTPUT_CHAR('\r'); \
205 UNITY_OUTPUT_CHAR('\n'); \
306 UNITY_OUTPUT_CHAR(*pBuffer); in UnityPrintf()
330 UNITY_OUTPUT_CHAR(*pch); in UnityPrint()
348 UNITY_OUTPUT_CHAR('\\'); in UnityPrint()
383 UNITY_OUTPUT_CHAR('-'); in UnityPrintNumber()
404 UNITY_OUTPUT_CHAR((char)('0' + (number / divisor % 10))); in UnityPrintNumber()
433 UNITY_OUTPUT_CHAR((char)('0' + (number / divisor % 10))); in UnityPrintNumberUnsigned()
443 UNITY_OUTPUT_CHAR('0'); in UnityPrintNumberHex()
444 UNITY_OUTPUT_CHAR('x'); in UnityPrintNumberHex()
451 UNITY_OUTPUT_CHAR((char)('0' + nibble)); in UnityPrintNumberHex()
455 UNITY_OUTPUT_CHAR((char)('A' - 10 + nibble)); in UnityPrintNumberHex()
472 UNITY_OUTPUT_CHAR('1'); in UnityPrintMask()
476 UNITY_OUTPUT_CHAR('0'); in UnityPrintMask()
481 UNITY_OUTPUT_CHAR('X'); in UnityPrintMask()
516 UNITY_OUTPUT_CHAR(':'); in UnityTestResultsBegin()
518 UNITY_OUTPUT_CHAR(':'); in UnityTestResultsBegin()
524 UNITY_OUTPUT_CHAR(':'); in UnityTestResultsBegin()
526 UNITY_OUTPUT_CHAR(':'); in UnityTestResultsBegin()
580 UNITY_OUTPUT_CHAR('\''); in UnityPrintExpectedAndActualStrings()
582 UNITY_OUTPUT_CHAR('\''); in UnityPrintExpectedAndActualStrings()
591 UNITY_OUTPUT_CHAR('\''); in UnityPrintExpectedAndActualStrings()
593 UNITY_OUTPUT_CHAR('\''); in UnityPrintExpectedAndActualStrings()
1467 UNITY_OUTPUT_CHAR(':'); in UnityFail()
1470 UNITY_OUTPUT_CHAR(' '); in UnityFail()
1488 UNITY_OUTPUT_CHAR(':'); in UnityIgnore()
1489 UNITY_OUTPUT_CHAR(' '); in UnityIgnore()