Global

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.unicode.utf8
  • Platforms: .NET, .NET Standard 2.0, Island

 

DecodeLastRune

 

class method DecodeLastRune(p: Slice<Byte>): tuple of (rune, Int32)

 

static (rune, Int32) DecodeLastRune(Slice<Byte> p)

 

static func DecodeLastRune(_ p: Slice<Byte>) -> (rune, Int32)

 

func DecodeLastRune(p Slice<Byte>) tuple of (rune, Int32)

 

Shared Function DecodeLastRune(p As Slice<Byte>) As Tuple (Of rune, Int32)

Parameters:

  • p:

DecodeLastRuneInString

 

class method DecodeLastRuneInString(p: String): tuple of (rune, Int32)

 

static (rune, Int32) DecodeLastRuneInString(String p)

 

static func DecodeLastRuneInString(_ p: String) -> (rune, Int32)

 

func DecodeLastRuneInString(p String) tuple of (rune, Int32)

 

Shared Function DecodeLastRuneInString(p As String) As Tuple (Of rune, Int32)

Parameters:

  • p:

DecodeRune

 

class method DecodeRune(p: Slice<Byte>): tuple of (rune, Int32)

 

static (rune, Int32) DecodeRune(Slice<Byte> p)

 

static func DecodeRune(_ p: Slice<Byte>) -> (rune, Int32)

 

func DecodeRune(p Slice<Byte>) tuple of (rune, Int32)

 

Shared Function DecodeRune(p As Slice<Byte>) As Tuple (Of rune, Int32)

Parameters:

  • p:

DecodeRuneInString

 

class method DecodeRuneInString(n: string): tuple of (rune, Int32)

 

static (rune, Int32) DecodeRuneInString(string n)

 

static func DecodeRuneInString(_ n: string) -> (rune, Int32)

 

func DecodeRuneInString(n string) tuple of (rune, Int32)

 

Shared Function DecodeRuneInString(n As string) As Tuple (Of rune, Int32)

Parameters:

  • n:

EncodeRune

 

class method EncodeRune(p: Slice<Byte>; r: rune): Int32

 

static Int32 EncodeRune(Slice<Byte> p, rune r)

 

static func EncodeRune(_ p: Slice<Byte>, _ r: rune) -> Int32

 

func EncodeRune(p Slice<Byte>, r rune) Int32

 

Shared Function EncodeRune(p As Slice<Byte>, r As rune) As Int32

Parameters:

  • p:
  • r:

FullRune

 

class method FullRune(p: Slice<Byte>): Boolean

 

static Boolean FullRune(Slice<Byte> p)

 

static func FullRune(_ p: Slice<Byte>) -> Boolean

 

func FullRune(p Slice<Byte>) Boolean

 

Shared Function FullRune(p As Slice<Byte>) As Boolean

Parameters:

  • p:

MaxRune

 

const MaxRune: Int32 = 1114111;

 

const Int32 MaxRune = 1114111

 

static let MaxRune: Int32 = 1114111

 

const MaxRune Int32 = 1114111

 

Dim MaxRune As Int32 = 1114111

RuneCount

 

class method RuneCount(p: Slice<Byte>): Int32

 

static Int32 RuneCount(Slice<Byte> p)

 

static func RuneCount(_ p: Slice<Byte>) -> Int32

 

func RuneCount(p Slice<Byte>) Int32

 

Shared Function RuneCount(p As Slice<Byte>) As Int32

Parameters:

  • p:

RuneCountInString

 

class method RuneCountInString(v: String): Int32

 

static Int32 RuneCountInString(String v)

 

static func RuneCountInString(_ v: String) -> Int32

 

func RuneCountInString(v String) Int32

 

Shared Function RuneCountInString(v As String) As Int32

Parameters:

  • v:

RuneError

 

class var RuneError: rune;

 

static rune RuneError

 

static var RuneError: rune

 

RuneError rune

 

Shared FIELD RuneError() As rune

RuneLen

 

class method RuneLen(r: rune): Int32

 

static Int32 RuneLen(rune r)

 

static func RuneLen(_ r: rune) -> Int32

 

func RuneLen(r rune) Int32

 

Shared Function RuneLen(r As rune) As Int32

Parameters:

  • r:

RuneSelf

 

const RuneSelf: Int32 = 128;

 

const Int32 RuneSelf = 128

 

static let RuneSelf: Int32 = 128

 

const RuneSelf Int32 = 128

 

Dim RuneSelf As Int32 = 128

RuneStart

 

class method RuneStart(b: Byte): Boolean

 

static Boolean RuneStart(Byte b)

 

static func RuneStart(_ b: Byte) -> Boolean

 

func RuneStart(b Byte) Boolean

 

Shared Function RuneStart(b As Byte) As Boolean

Parameters:

  • b:

UTFMax

 

const UTFMax: Int32 = 4;

 

const Int32 UTFMax = 4

 

static let UTFMax: Int32 = 4

 

const UTFMax Int32 = 4

 

Dim UTFMax As Int32 = 4

Valid

 

class method Valid(p: Slice<Byte>): Boolean

 

static Boolean Valid(Slice<Byte> p)

 

static func Valid(_ p: Slice<Byte>) -> Boolean

 

func Valid(p Slice<Byte>) Boolean

 

Shared Function Valid(p As Slice<Byte>) As Boolean

Parameters:

  • p:

ValidRune

 

class method ValidRune(r: rune): Boolean

 

static Boolean ValidRune(rune r)

 

static func ValidRune(_ r: rune) -> Boolean

 

func ValidRune(r rune) Boolean

 

Shared Function ValidRune(r As rune) As Boolean

Parameters:

  • r:

ValidString

 

class method ValidString(n: string): Boolean

 

static Boolean ValidString(string n)

 

static func ValidString(_ n: string) -> Boolean

 

func ValidString(n string) Boolean

 

Shared Function ValidString(n As string) As Boolean

Parameters:

  • n:

 

MaxRune

 

const MaxRune: Int32 = 1114111;

 

const Int32 MaxRune = 1114111

 

static let MaxRune: Int32 = 1114111

 

const MaxRune Int32 = 1114111

 

Dim MaxRune As Int32 = 1114111

RuneSelf

 

const RuneSelf: Int32 = 128;

 

const Int32 RuneSelf = 128

 

static let RuneSelf: Int32 = 128

 

const RuneSelf Int32 = 128

 

Dim RuneSelf As Int32 = 128

UTFMax

 

const UTFMax: Int32 = 4;

 

const Int32 UTFMax = 4

 

static let UTFMax: Int32 = 4

 

const UTFMax Int32 = 4

 

Dim UTFMax As Int32 = 4

 

RuneError

 

class var RuneError: rune;

 

static rune RuneError

 

static var RuneError: rune

 

RuneError rune

 

Shared FIELD RuneError() As rune

 

DecodeLastRune

 

class method DecodeLastRune(p: Slice<Byte>): tuple of (rune, Int32)

 

static (rune, Int32) DecodeLastRune(Slice<Byte> p)

 

static func DecodeLastRune(_ p: Slice<Byte>) -> (rune, Int32)

 

func DecodeLastRune(p Slice<Byte>) tuple of (rune, Int32)

 

Shared Function DecodeLastRune(p As Slice<Byte>) As Tuple (Of rune, Int32)

Parameters:

  • p:

DecodeLastRuneInString

 

class method DecodeLastRuneInString(p: String): tuple of (rune, Int32)

 

static (rune, Int32) DecodeLastRuneInString(String p)

 

static func DecodeLastRuneInString(_ p: String) -> (rune, Int32)

 

func DecodeLastRuneInString(p String) tuple of (rune, Int32)

 

Shared Function DecodeLastRuneInString(p As String) As Tuple (Of rune, Int32)

Parameters:

  • p:

DecodeRune

 

class method DecodeRune(p: Slice<Byte>): tuple of (rune, Int32)

 

static (rune, Int32) DecodeRune(Slice<Byte> p)

 

static func DecodeRune(_ p: Slice<Byte>) -> (rune, Int32)

 

func DecodeRune(p Slice<Byte>) tuple of (rune, Int32)

 

Shared Function DecodeRune(p As Slice<Byte>) As Tuple (Of rune, Int32)

Parameters:

  • p:

DecodeRuneInString

 

class method DecodeRuneInString(n: string): tuple of (rune, Int32)

 

static (rune, Int32) DecodeRuneInString(string n)

 

static func DecodeRuneInString(_ n: string) -> (rune, Int32)

 

func DecodeRuneInString(n string) tuple of (rune, Int32)

 

Shared Function DecodeRuneInString(n As string) As Tuple (Of rune, Int32)

Parameters:

  • n:

EncodeRune

 

class method EncodeRune(p: Slice<Byte>; r: rune): Int32

 

static Int32 EncodeRune(Slice<Byte> p, rune r)

 

static func EncodeRune(_ p: Slice<Byte>, _ r: rune) -> Int32

 

func EncodeRune(p Slice<Byte>, r rune) Int32

 

Shared Function EncodeRune(p As Slice<Byte>, r As rune) As Int32

Parameters:

  • p:
  • r:

FullRune

 

class method FullRune(p: Slice<Byte>): Boolean

 

static Boolean FullRune(Slice<Byte> p)

 

static func FullRune(_ p: Slice<Byte>) -> Boolean

 

func FullRune(p Slice<Byte>) Boolean

 

Shared Function FullRune(p As Slice<Byte>) As Boolean

Parameters:

  • p:

RuneCount

 

class method RuneCount(p: Slice<Byte>): Int32

 

static Int32 RuneCount(Slice<Byte> p)

 

static func RuneCount(_ p: Slice<Byte>) -> Int32

 

func RuneCount(p Slice<Byte>) Int32

 

Shared Function RuneCount(p As Slice<Byte>) As Int32

Parameters:

  • p:

RuneCountInString

 

class method RuneCountInString(v: String): Int32

 

static Int32 RuneCountInString(String v)

 

static func RuneCountInString(_ v: String) -> Int32

 

func RuneCountInString(v String) Int32

 

Shared Function RuneCountInString(v As String) As Int32

Parameters:

  • v:

RuneLen

 

class method RuneLen(r: rune): Int32

 

static Int32 RuneLen(rune r)

 

static func RuneLen(_ r: rune) -> Int32

 

func RuneLen(r rune) Int32

 

Shared Function RuneLen(r As rune) As Int32

Parameters:

  • r:

RuneStart

 

class method RuneStart(b: Byte): Boolean

 

static Boolean RuneStart(Byte b)

 

static func RuneStart(_ b: Byte) -> Boolean

 

func RuneStart(b Byte) Boolean

 

Shared Function RuneStart(b As Byte) As Boolean

Parameters:

  • b:

Valid

 

class method Valid(p: Slice<Byte>): Boolean

 

static Boolean Valid(Slice<Byte> p)

 

static func Valid(_ p: Slice<Byte>) -> Boolean

 

func Valid(p Slice<Byte>) Boolean

 

Shared Function Valid(p As Slice<Byte>) As Boolean

Parameters:

  • p:

ValidRune

 

class method ValidRune(r: rune): Boolean

 

static Boolean ValidRune(rune r)

 

static func ValidRune(_ r: rune) -> Boolean

 

func ValidRune(r rune) Boolean

 

Shared Function ValidRune(r As rune) As Boolean

Parameters:

  • r:

ValidString

 

class method ValidString(n: string): Boolean

 

static Boolean ValidString(string n)

 

static func ValidString(_ n: string) -> Boolean

 

func ValidString(n string) Boolean

 

Shared Function ValidString(n As string) As Boolean

Parameters:

  • n: