Lines Matching defs:count
335 size_t count);
342 size_t count);
1041 size_t count)
1048 error = mbstowcs_s (pReturnValue, wcstr, sizeInWords, mbstr, count);
1055 /* Convert to wide-character string (or count characters) */
1057 if (!wcstr || n < count) {
1093 size_t count)
1100 error = wcstombs_s (pReturnValue, mbstr, sizeInBytes, wcstr, count);
1107 /* Convert to multi-byte string (or count the number of bytes needed) */
1109 if (!mbstr || n < count) {