Home
last modified time | relevance | path

Searched refs:GetCharCount (Results 51 – 75 of 250) sorted by relevance

12345678910

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/Text/
H A DUTF7Encoding.cs279 public override unsafe int GetCharCount(byte[] bytes, int index, int count) in GetCharCount() method in System.Text.UTF7Encoding
297 return GetCharCount(pBytes + index, count, null); in GetCharCount()
305 public override unsafe int GetCharCount(byte* bytes, int count) in GetCharCount() method in System.Text.UTF7Encoding
314 return GetCharCount(bytes, count, null); in GetCharCount()
548 internal override unsafe int GetCharCount(byte* bytes, int count, DecoderNLS baseDecoder) in GetCharCount() method in System.Text.UTF7Encoding
H A DASCIIEncoding.cs205 public override unsafe int GetCharCount(byte[] bytes, int index, int count) in GetCharCount() method in System.Text.ASCIIEncoding
223 return GetCharCount(pBytes + index, count, null); in GetCharCount()
231 public override unsafe int GetCharCount(byte* bytes, int count) in GetCharCount() method in System.Text.ASCIIEncoding
240 return GetCharCount(bytes, count, null); in GetCharCount()
679 internal override unsafe int GetCharCount(byte* bytes, int count, DecoderNLS decoder) in GetCharCount() method in System.Text.ASCIIEncoding
H A DUTF32Encoding.cs249 public override unsafe int GetCharCount(byte[] bytes, int index, int count) in GetCharCount() method in System.Text.UTF32Encoding
267 return GetCharCount(pBytes + index, count, null); in GetCharCount()
275 public override unsafe int GetCharCount(byte* bytes, int count) in GetCharCount() method in System.Text.UTF32Encoding
284 return GetCharCount(bytes, count, null); in GetCharCount()
702 internal override unsafe int GetCharCount(byte* bytes, int count, DecoderNLS baseDecoder) in GetCharCount() method in System.Text.UTF32Encoding
/dports/lang/fpc-utils/fpc-3.2.2/rtl/objpas/sysutils/
H A Dsysencodingh.inc53 function GetCharCount(Bytes: PByte; ByteCount: Integer): Integer; overload; virtual; abstract;
78 function GetCharCount(const Bytes: TBytes): Integer; overload;
79 function GetCharCount(const Bytes: TBytes; ByteIndex, ByteCount: Integer): Integer; overload;
120 function GetCharCount(Bytes: PByte; ByteCount: Integer): Integer; overload; override;
163 function GetCharCount(Bytes: PByte; ByteCount: Integer): Integer; overload; override;
H A Dsysencoding.inc395 function TEncoding.GetCharCount(const Bytes: TBytes): Integer;
400 Result := GetCharCount(@Bytes[0], Length(Bytes));
403 function TEncoding.GetCharCount(const Bytes: TBytes; ByteIndex,
408 Result := GetCharCount(@Bytes[ByteIndex], ByteCount);
413 SetLength(Result, GetCharCount(Bytes));
422 SetLength(Result, GetCharCount(Bytes, ByteIndex, ByteCount));
505 function TMBCSEncoding.GetCharCount(Bytes: PByte; ByteCount: Integer): Integer;
691 function TUnicodeEncoding.GetCharCount(Bytes: PByte; ByteCount: Integer): Integer;
/dports/lang/fpc-source/fpc-3.2.2/rtl/objpas/sysutils/
H A Dsysencodingh.inc53 function GetCharCount(Bytes: PByte; ByteCount: Integer): Integer; overload; virtual; abstract;
78 function GetCharCount(const Bytes: TBytes): Integer; overload;
79 function GetCharCount(const Bytes: TBytes; ByteIndex, ByteCount: Integer): Integer; overload;
120 function GetCharCount(Bytes: PByte; ByteCount: Integer): Integer; overload; override;
163 function GetCharCount(Bytes: PByte; ByteCount: Integer): Integer; overload; override;
H A Dsysencoding.inc395 function TEncoding.GetCharCount(const Bytes: TBytes): Integer;
400 Result := GetCharCount(@Bytes[0], Length(Bytes));
403 function TEncoding.GetCharCount(const Bytes: TBytes; ByteIndex,
408 Result := GetCharCount(@Bytes[ByteIndex], ByteCount);
413 SetLength(Result, GetCharCount(Bytes));
422 SetLength(Result, GetCharCount(Bytes, ByteIndex, ByteCount));
505 function TMBCSEncoding.GetCharCount(Bytes: PByte; ByteCount: Integer): Integer;
691 function TUnicodeEncoding.GetCharCount(Bytes: PByte; ByteCount: Integer): Integer;
/dports/lang/fpc/fpc-3.2.2/rtl/objpas/sysutils/
H A Dsysencodingh.inc53 function GetCharCount(Bytes: PByte; ByteCount: Integer): Integer; overload; virtual; abstract;
78 function GetCharCount(const Bytes: TBytes): Integer; overload;
79 function GetCharCount(const Bytes: TBytes; ByteIndex, ByteCount: Integer): Integer; overload;
120 function GetCharCount(Bytes: PByte; ByteCount: Integer): Integer; overload; override;
163 function GetCharCount(Bytes: PByte; ByteCount: Integer): Integer; overload; override;
H A Dsysencoding.inc395 function TEncoding.GetCharCount(const Bytes: TBytes): Integer;
400 Result := GetCharCount(@Bytes[0], Length(Bytes));
403 function TEncoding.GetCharCount(const Bytes: TBytes; ByteIndex,
408 Result := GetCharCount(@Bytes[ByteIndex], ByteCount);
413 SetLength(Result, GetCharCount(Bytes));
422 SetLength(Result, GetCharCount(Bytes, ByteIndex, ByteCount));
505 function TMBCSEncoding.GetCharCount(Bytes: PByte; ByteCount: Integer): Integer;
691 function TUnicodeEncoding.GetCharCount(Bytes: PByte; ByteCount: Integer): Integer;
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/Text/
H A DASCIIEncoding.cs205 public override unsafe int GetCharCount(byte[] bytes, int index, int count) in GetCharCount() method in System.Text.ASCIIEncoding
223 return GetCharCount(pBytes + index, count, null); in GetCharCount()
231 public override unsafe int GetCharCount(byte* bytes, int count) in GetCharCount() method in System.Text.ASCIIEncoding
240 return GetCharCount(bytes, count, null); in GetCharCount()
679 internal override unsafe int GetCharCount(byte* bytes, int count, DecoderNLS decoder) in GetCharCount() method in System.Text.ASCIIEncoding
H A DUTF32Encoding.cs249 public override unsafe int GetCharCount(byte[] bytes, int index, int count) in GetCharCount() method in System.Text.UTF32Encoding
267 return GetCharCount(pBytes + index, count, null); in GetCharCount()
275 public override unsafe int GetCharCount(byte* bytes, int count) in GetCharCount() method in System.Text.UTF32Encoding
284 return GetCharCount(bytes, count, null); in GetCharCount()
702 internal override unsafe int GetCharCount(byte* bytes, int count, DecoderNLS baseDecoder) in GetCharCount() method in System.Text.UTF32Encoding
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/sys/system/IO/ports/
H A DSerialPort.cs918 if (decoder.GetCharCount(inBuffer, readPos, CachedBytesToRead) != 0) in ReadOneChar()
925 } while (decoder.GetCharCount(inBuffer, beginReadPos, readPos - beginReadPos) < 1); in ReadOneChar()
976 } while (decoder.GetCharCount(inBuffer, readPos, readLen - readPos) < 1); in ReadOneChar()
1023 …int charsWeAlreadyHave = decoder.GetCharCount(inBuffer, readPos, CachedBytesToRead); // full chars… in InternalRead()
1122 … currentCharsFound = decoder.GetCharCount(inBuffer, lastFullCharPos, currentBytesToExamine); in ReadBufferIntoChars()
1146 …} while (decoder.GetCharCount(inBuffer, lastFullCharPos, foundCharsByteLength) == currentCharsFoun… in ReadBufferIntoChars()
1196 … int numCharsReceived = localDecoder.GetCharCount(bytesReceived, 0, bytesReceived.Length); in ReadExisting()
1212 … } while (localDecoder.GetCharCount(bytesReceived, 0, lastFullCharIndex) == numCharsReceived); in ReadExisting()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/text/
H A Dasciiencoding.cs248 public override unsafe int GetCharCount(byte[] bytes, int index, int count) in GetCharCount() method in System.Text.ASCIIEncoding
270 return GetCharCount(pBytes + index, count, null); in GetCharCount()
280 public override unsafe int GetCharCount(byte* bytes, int count) in GetCharCount() method in System.Text.ASCIIEncoding
292 return GetCharCount(bytes, count, null); in GetCharCount()
756 internal override unsafe int GetCharCount(byte* bytes, int count, DecoderNLS decoder) in GetCharCount() method in System.Text.ASCIIEncoding
H A Dutf32encoding.cs287 public override unsafe int GetCharCount(byte[] bytes, int index, int count) in GetCharCount() method in System.Text.UTF32Encoding
309 return GetCharCount(pBytes + index, count, null); in GetCharCount()
318 public override unsafe int GetCharCount(byte* bytes, int count) in GetCharCount() method in System.Text.UTF32Encoding
330 return GetCharCount(bytes, count, null); in GetCharCount()
758 internal override unsafe int GetCharCount(byte* bytes, int count, DecoderNLS baseDecoder) in GetCharCount() method in System.Text.UTF32Encoding
H A Dutf7encoding.cs355 public override unsafe int GetCharCount(byte[] bytes, int index, int count) in GetCharCount() method in System.Text.UTF7Encoding
377 return GetCharCount(pBytes + index, count, null); in GetCharCount()
387 public override unsafe int GetCharCount(byte* bytes, int count) in GetCharCount() method in System.Text.UTF7Encoding
399 return GetCharCount(bytes, count, null); in GetCharCount()
659 internal override unsafe int GetCharCount(byte* bytes, int count, DecoderNLS baseDecoder) in GetCharCount() method in System.Text.UTF7Encoding
/dports/lang/mono/mono-5.10.1.57/mcs/class/I18N/CJK/
H A DGB18030Encoding.cs102 public override int GetCharCount (byte [] bytes, int start, int len) in GetCharCount() method in I18N.CJK.GB18030Encoding
104 return new GB18030Decoder ().GetCharCount (bytes, start, len); in GetCharCount()
134 public override int GetCharCount (byte [] bytes, int start, int len) in GetCharCount() method in I18N.CJK.GB18030Decoder
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Text.Encoding/tests/Decoder/
H A DDecoderCtor.cs11 public override int GetCharCount(byte[] bytes, int index, int count) in GetCharCount() method in System.Text.Tests.DecoderCtorDecoder
/dports/net-im/coyim/coyim-0.3.11/vendor/github.com/coyim/gotk3adapter/gtki/
H A Dtext_buffer.go11 GetCharCount() int methodSpec
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.DataContractSerialization/src/System/Text/
H A DBinHexEncoding.cs113 public override int GetCharCount(byte[] bytes, int index, int count) in GetCharCount() method in System.Text.BinHexEncoding
130 int charCount = GetCharCount(bytes, byteIndex, byteCount); in GetChars()
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/Test/System.Text/
H A DTestEncoding.cs41 public override int GetCharCount (byte [] bytes, int index, int count) in GetCharCount() method in MonoTests.System.Text.MyEncoding
/dports/editors/fpc-ide/fpc-3.2.2/rtl/objpas/sysutils/
H A Dsysencoding.inc395 function TEncoding.GetCharCount(const Bytes: TBytes): Integer;
400 Result := GetCharCount(@Bytes[0], Length(Bytes));
403 function TEncoding.GetCharCount(const Bytes: TBytes; ByteIndex,
408 Result := GetCharCount(@Bytes[ByteIndex], ByteCount);
413 SetLength(Result, GetCharCount(Bytes));
422 SetLength(Result, GetCharCount(Bytes, ByteIndex, ByteCount));
505 function TMBCSEncoding.GetCharCount(Bytes: PByte; ByteCount: Integer): Integer;
691 function TUnicodeEncoding.GetCharCount(Bytes: PByte; ByteCount: Integer): Integer;
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/unrarsrc-5.2.5/unrar/
H A Dstrlist.hpp25 size_t GetCharCount() {return StringData.Size();} in GetCharCount() function in StringList
/dports/archivers/unrar-iconv/unrar/
H A Dstrlist.hpp25 size_t GetCharCount() {return StringData.Size();} in GetCharCount() function in StringList
/dports/archivers/unrar/unrar/
H A Dstrlist.hpp25 size_t GetCharCount() {return StringData.Size();} in GetCharCount() function in StringList
/dports/archivers/pecl-rar/rar-4.2.0/unrar/
H A Dstrlist.hpp25 size_t GetCharCount() {return StringData.Size();} in GetCharCount() function in StringList

12345678910