Lines Matching refs:byteIndex

35 …public override int GetChars( byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIn…  in GetChars()  argument
36 int charCount = GetCharCount( bytes, byteIndex, byteCount ); in GetChars()
42 int nextByte = bytes[byteIndex++]; in GetChars()
52 lastByte = bytes[byteIndex + --byteCount]; in GetChars()
57 int byteEnd = byteIndex + byteCount; in GetChars()
59 while ( byteIndex < byteEnd ) { in GetChars()
60 int hi = bytes[byteIndex++]; in GetChars()
61 int lo = bytes[byteIndex++]; in GetChars()
66 while ( byteIndex < byteEnd ) { in GetChars()
67 int lo = bytes[byteIndex++]; in GetChars()
68 int hi = bytes[byteIndex++]; in GetChars()
74 Buffer.BlockCopy( bytes, byteIndex, chars, charIndex * CharSize, byteCount ); in GetChars()
79 …public override void Convert( byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIn… in Convert() argument
88 int nextByte = bytes[byteIndex++]; in Convert()
109 int i = byteIndex; in Convert()
127 … Buffer.BlockCopy( bytes, byteIndex, chars, charIndex * CharSize, (int)(byteCount & ~0x1) ); in Convert()
133 lastByte = bytes[byteIndex + byteCount - 1]; in Convert()
147 …public override int GetChars( byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIn… in GetChars() argument
148 int i = byteIndex; in GetChars()
150 while ( i < byteIndex + byteCount ) { in GetChars()
156 …public override void Convert( byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIn… in Convert() argument
165 int i = byteIndex; in Convert()
167 int byteEndIndex = byteIndex + byteCount; in Convert()
203 … override int GetBytes( char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex ) { in GetBytes() argument
214 …public override int GetChars( byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIn… in GetChars() argument
215 return ucs4Decoder.GetChars( bytes, byteIndex, byteCount, chars, charIndex ); in GetChars()
333 …internal abstract int GetFullChars( byte[] bytes, int byteIndex, int byteCount, char[] chars, int … in GetFullChars() argument
335 …public override int GetChars( byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIn… in GetChars() argument
341 lastBytes[lastBytesCount] = bytes[byteIndex]; in GetChars()
342 byteIndex++; in GetChars()
360 i = GetFullChars( bytes, byteIndex, byteCount, chars, charIndex ) + i; in GetChars()
366 lastBytes[j] = bytes[byteIndex + byteCount - bytesLeft + j]; in GetChars()
373 …public override void Convert( byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIn… in Convert() argument
382 lastBytes[lbc] = bytes[byteIndex]; in Convert()
383 byteIndex++; in Convert()
423 charsUsed = GetFullChars( bytes, byteIndex, byteCount, chars, charIndex ) + i; in Convert()
429 lastBytes[j] = bytes[byteIndex + byteCount - bytesLeft + j]; in Convert()
443 …internal override int GetFullChars( byte[] bytes, int byteIndex, int byteCount, char[] chars, int … in GetFullChars() argument
447 byteCount += byteIndex; in GetFullChars()
449 for ( i = byteIndex, j = charIndex; i + 3 < byteCount; ) { in GetFullChars()
475 …internal override int GetFullChars( byte[] bytes, int byteIndex, int byteCount, char[] chars, int … in GetFullChars() argument
479 byteCount += byteIndex; in GetFullChars()
481 for ( i = byteIndex, j = charIndex; i+3 < byteCount; ) { in GetFullChars()
508 …internal override int GetFullChars( byte[] bytes, int byteIndex, int byteCount, char[] chars, int … in GetFullChars() argument
512 byteCount += byteIndex; in GetFullChars()
514 for ( i = byteIndex, j = charIndex; i+3 < byteCount; ) { in GetFullChars()
541 …internal override int GetFullChars( byte[] bytes, int byteIndex, int byteCount, char[] chars, int … in GetFullChars() argument
545 byteCount += byteIndex; in GetFullChars()
547 for ( i = byteIndex, j = charIndex; i+3 < byteCount; ) { in GetFullChars()