Method |
Description |
|
DetectEndOfQuoteSquence ( int position, MutableStringBuilder output ) : void |
|
|
Ensure ( int count ) : void |
|
|
HandleCharacter ( char chr, MutableStringBuilder output ) : void |
|
|
HandleEscapeSequence ( MutableStringBuilder output ) : void |
|
|
HandleLowSurrogate ( char highSurrogate, MutableStringBuilder output ) : void |
|
|
ReadNextUTF8CharacterPart ( ) : int |
|
|
ReadUTF8Character ( ) : char |
|
|
ReadUnicodeCodepoint ( ) : char |
|
|
StartQuoteSequence ( ) : void |
|
|
ThrowExceptionForIncompleteUTF8 ( ) : void |
|
|
ThrowExceptionForInvalidUTF8 ( ) : void |
|
|
WriteUTF8Character ( int chr, MutableStringBuilder output ) : void |
|
|