Searched refs:srcCount (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/iso9660/
H A Diso9660.cpp99 int32 srcCount = 0; local
102 for (srcCount = 0; srcCount < srcLimit; srcCount += 2) {
103 uint16 *UNICODE = (uint16 *)&src[srcCount];
120 *srcLen = srcCount;
/haiku/src/add-ons/kernel/file_systems/fat/
H A Dencodings.cpp938 int32 srcCount = 0; local
941 for (srcCount = 0; srcCount < srcLimit; srcCount += 2) {
942 uint16 *UNICODE = (uint16 *)&src[srcCount];
959 *srcLen = srcCount;
975 int32 srcCount = 0; local
978 while ((srcCount < srcLimit) && (dstCount < dstLimit)) {
981 uchar *UTF8 = (uchar *)src + srcCount;
984 if ((srcCount
1015 int32 srcCount = 0; local
1053 int32 srcCount = 0; local
[all...]

Completed in 92 milliseconds