go/src/unicode/graphic_test.go

func TestIsControlLatin1(t *testing.T) {}

func TestIsLetterLatin1(t *testing.T) {}

func TestIsUpperLatin1(t *testing.T) {}

func TestIsLowerLatin1(t *testing.T) {}

func TestNumberLatin1(t *testing.T) {}

func TestIsPrintLatin1(t *testing.T) {}

func TestIsGraphicLatin1(t *testing.T) {}

func TestIsPunctLatin1(t *testing.T) {}

func TestIsSpaceLatin1(t *testing.T) {}

func TestIsSymbolLatin1(t *testing.T) {}