vim/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/unicode/unicode.json

1 line
18 KiB
JSON
Raw Normal View History

2019-05-13 12:28:47 +02:00
[0, [{"class": "const", "name": "LowerCase", "type": ""}, {"class": "const", "name": "MaxASCII", "type": ""}, {"class": "const", "name": "MaxCase", "type": ""}, {"class": "const", "name": "MaxLatin1", "type": ""}, {"class": "const", "name": "MaxRune", "type": ""}, {"class": "const", "name": "ReplacementChar", "type": ""}, {"class": "const", "name": "TitleCase", "type": ""}, {"class": "const", "name": "UpperCase", "type": ""}, {"class": "const", "name": "UpperLower", "type": ""}, {"class": "const", "name": "Version", "type": ""}, {"class": "func", "name": "In", "type": "func(r rune, ranges ...*unicode.RangeTable) bool"}, {"class": "func", "name": "Is", "type": "func(rangeTab *unicode.RangeTable, r rune) bool"}, {"class": "func", "name": "IsControl", "type": "func(r rune) bool"}, {"class": "func", "name": "IsDigit", "type": "func(r rune) bool"}, {"class": "func", "name": "IsGraphic", "type": "func(r rune) bool"}, {"class": "func", "name": "IsLetter", "type": "func(r rune) bool"}, {"class": "func", "name": "IsLower", "type": "func(r rune) bool"}, {"class": "func", "name": "IsMark", "type": "func(r rune) bool"}, {"class": "func", "name": "IsNumber", "type": "func(r rune) bool"}, {"class": "func", "name": "IsOneOf", "type": "func(ranges []*unicode.RangeTable, r rune) bool"}, {"class": "func", "name": "IsPrint", "type": "func(r rune) bool"}, {"class": "func", "name": "IsPunct", "type": "func(r rune) bool"}, {"class": "func", "name": "IsSpace", "type": "func(r rune) bool"}, {"class": "func", "name": "IsSymbol", "type": "func(r rune) bool"}, {"class": "func", "name": "IsTitle", "type": "func(r rune) bool"}, {"class": "func", "name": "IsUpper", "type": "func(r rune) bool"}, {"class": "func", "name": "SimpleFold", "type": "func(r rune) rune"}, {"class": "func", "name": "To", "type": "func(_case int, r rune) rune"}, {"class": "func", "name": "ToLower", "type": "func(r rune) rune"}, {"class": "func", "name": "ToTitle", "type": "func(r rune) rune"}, {"class": "func", "name": "ToUpper", "type": "func(r rune) rune"}, {"class": "type", "name": "CaseRange", "type": "struct"}, {"class": "type", "name": "Range16", "type": "struct"}, {"class": "type", "name": "Range32", "type": "struct"}, {"class": "type", "name": "RangeTable", "type": "struct"}, {"class": "type", "name": "SpecialCase", "type": "[]unicode.CaseRange"}, {"class": "var", "name": "ASCII_Hex_Digit", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Adlam", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Ahom", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Anatolian_Hieroglyphs", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Arabic", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Armenian", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Avestan", "type": "*unicode.RangeTable"}, {"class": "var", "name": "AzeriCase", "type": "unicode.SpecialCase"}, {"class": "var", "name": "Balinese", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Bamum", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Bassa_Vah", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Batak", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Bengali", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Bhaiksuki", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Bidi_Control", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Bopomofo", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Brahmi", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Braille", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Buginese", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Buhid", "type": "*unicode.RangeTable"}, {"class": "var", "name": "C", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Canadian_Aboriginal", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Carian", "type": "*unicode.RangeTable"}, {"class": "var", "name": "CaseRanges", "type": "[]unicode.CaseRange"}, {"class": "var", "name": "Categories", "type": "map[string]*unicode.RangeTable"}, {"class":