Lines Matching refs:u
1460 sprintf(buf, "%u Bytes.", m_nSize-4);
1571 - sprintf(buf, "BEGIN_NAMED_COLORS flags=%08x %u %u\r\n", m_nVendorFlags, m_nSize, m_nDeviceCoords…
1572 + sprintf(buf, "BEGIN_NAMED_COLORS flags=%08x %u %u\n", m_nVendorFlags, m_nSize, m_nDeviceCoords);
1625 - sprintf(buf, "value[%u]: X=%.4lf, Y=%.4lf, Z=%.4lf\r\n", i, icFtoD(m_XYZ[i].X), icFtoD(m_XYZ…
1626 + sprintf(buf, "value[%u]: X=%.4lf, Y=%.4lf, Z=%.4lf\n", i, icFtoD(m_XYZ[i].X), icFtoD(m_XYZ[i…
1643 - sprintf(buf, "Number of Channels : %u\r\n", m_nChannels);
1644 + sprintf(buf, "Number of Channels : %u\n", m_nChannels);
1652 - sprintf(buf, "value[%u]: x=%.3lf, y=%.3lf\r\n", i, icUFtoD(m_xy[i].x), icUFtoD(m_xy[i].y));
1653 + sprintf(buf, "value[%u]: x=%.3lf, y=%.3lf\n", i, icUFtoD(m_xy[i].x), icUFtoD(m_xy[i].y));
1738 - sprintf(buf, "Value[%u] = %.4lf\r\n", i, icFtoD(m_Num[i]));
1739 + sprintf(buf, "Value[%u] = %.4lf\n", i, icFtoD(m_Num[i]));
1741 - sprintf(buf, "Value[%u] = %.4lf\r\n", i, icUFtoD(m_Num[i]));
1742 + sprintf(buf, "Value[%u] = %.4lf\n", i, icUFtoD(m_Num[i]));
1750 - sprintf(buf, "Value = %u (0x%x)\r\n", m_Num[0], m_Num[0]);
1751 + sprintf(buf, "Value = %u (0x%x)\n", m_Num[0], m_Num[0]);
1759 - sprintf(buf, "Value[%u] = %u (0x%x)\r\n", i, m_Num[i], m_Num[i]);
1760 + sprintf(buf, "Value[%u] = %u (0x%x)\n", i, m_Num[i], m_Num[i]);
1874 - sprintf(buf, "%u-%u-%u\r\n", m_DateTime.month, m_DateTime.day, m_DateTime.year);
1875 + sprintf(buf, "%u-%u-%u\n", m_DateTime.month, m_DateTime.day, m_DateTime.year);
1879 - sprintf(buf, "%u:%u:%u\r\n", m_DateTime.hours, m_DateTime.minutes, m_DateTime.seconds);
1880 + sprintf(buf, "%u:%u:%u\n", m_DateTime.hours, m_DateTime.minutes, m_DateTime.seconds);
1888 - sprintf(buf, "Colorant Count : %u\r\n", m_nCount);
1889 + sprintf(buf, "Colorant Count : %u\n", m_nCount);
1895 - sprintf(buf, "%u\r\n", m_pData[i]);
1896 + sprintf(buf, "%u\n", m_pData[i]);
1922 - sprintf(buf, "BEGIN_COLORANTS %u\r\n", m_nCount);
1923 + sprintf(buf, "BEGIN_COLORANTS %u\n", m_nCount);
2015 - sprintf(buf, "Number of Profile Description Structures: %u\r\n", m_Descriptions->size());
2016 + sprintf(buf, "Number of Profile Description Structures: %u\n", m_Descriptions->size());
2023 - sprintf(buf, "Profile Description Structure Number [%u] follows:\r\n", count+1);
2024 + sprintf(buf, "Profile Description Structure Number [%u] follows:\n", count+1);
2092 - sprintf(buf, "Maximum Colorant XYZ Measurement for Channel-%u : X=%.4lf, Y=%.4lf, Z=%.4lf\r\n"…
2094 + sprintf(buf, "Maximum Colorant XYZ Measurement for Channel-%u : X=%.4lf, Y=%.4lf, Z=%.4lf\n", …
2098 - sprintf(buf, "Number of Measurements for Channel-%u : %u\r\n", i+1, nResponseList.size());
2099 + sprintf(buf, "Number of Measurements for Channel-%u : %u\n", i+1, nResponseList.size());
2102 - sprintf(buf, "Measurement Data for Channel-%u follows:\r\n", i+1);
2103 + sprintf(buf, "Measurement Data for Channel-%u follows:\n", i+1);
2107 - sprintf(buf, "Device Value= %u : Measurement Value= %.4lf\r\n", j->deviceCode, icFtoD(j->mea…
2108 + sprintf(buf, "Device Value= %u : Measurement Value= %.4lf\n", j->deviceCode, icFtoD(j->measu…
2134 - sprintf(buf, "Number of Channels: %u\r\n", m_nChannels);
2135 + sprintf(buf, "Number of Channels: %u\n", m_nChannels);
2138 - sprintf(buf, "Number of Measurement Types used: %u\r\n", m_ResponseCurves->size());
2139 + sprintf(buf, "Number of Measurement Types used: %u\n", m_ResponseCurves->size());
2147 - sprintf(buf, "Response Curve for measurement type [%u] follows:\r\n", count+1);
2148 + sprintf(buf, "Response Curve for measurement type [%u] follows:\n", count+1);
2543 - sprintf(temp, " - CLUT: At least 2 grid points should be present in dimension %u.\r\n",i );
2544 + sprintf(temp, " - CLUT: At least 2 grid points should be present in dimension %u.\n",i );
3010 - sprintf(buf," - %u: Invalid year!\r\n",dateTime.year);
3011 + sprintf(buf," - %u: Invalid year!\n",dateTime.year);
3019 - sprintf(buf," - %u: Invalid year!\r\n",dateTime.year);
3020 + sprintf(buf," - %u: Invalid year!\n",dateTime.year);
3028 - sprintf(buf," - %u: Invalid year!\r\n",dateTime.year);
3029 + sprintf(buf," - %u: Invalid year!\n",dateTime.year);
3037 - sprintf(buf," - %u: Invalid month!\r\n",dateTime.month);
3038 + sprintf(buf," - %u: Invalid month!\n",dateTime.month);
3046 - sprintf(buf," - %u: Invalid day!\r\n",dateTime.day);
3047 + sprintf(buf," - %u: Invalid day!\n",dateTime.day);
3055 - sprintf(buf," - %u: Invalid day for February!\r\n",dateTime.day);
3056 + sprintf(buf," - %u: Invalid day for February!\n",dateTime.day);
3064 - sprintf(buf," - %u: Invalid day for February, year is not a leap year(%u)!\r\n",dateTime.d…
3065 + sprintf(buf," - %u: Invalid day for February, year is not a leap year(%u)!\n",dateTime.day…
3073 - sprintf(buf," - %u: Invalid hour!\r\n",dateTime.hours);
3074 + sprintf(buf," - %u: Invalid hour!\n",dateTime.hours);
3082 - sprintf(buf," - %u: Invalid minutes!\r\n",dateTime.minutes);
3083 + sprintf(buf," - %u: Invalid minutes!\n",dateTime.minutes);
3091 - sprintf(buf," - %u: Invalid seconds!\r\n",dateTime.hours);
3092 + sprintf(buf," - %u: Invalid seconds!\n",dateTime.hours);