Lines Matching refs:unicode
119 var javaIgnorableIdentifier = &unicode.RangeTable{
120 R16: []unicode.Range16{
129 if unicode.IsLetter(ch) {
132 if unicode.IsDigit(ch) && i > 0 {
136 if unicode.In(ch,
137 unicode.Nl, // letter number
138 unicode.Sc, // currency symbol
139 unicode.Pc, // connecting punctuation
144 if unicode.In(ch,
145 unicode.Cf, // format
146 unicode.Mc, // combining mark
147 unicode.Mn, // non-spacing mark