Home | History | Annotate | Download | only in unicode

Lines Matching refs:whether

33 // IsGraphic reports whether the rune is defined as a Graphic by Unicode.
45 // IsPrint reports whether the rune is defined as printable by Go. Such
57 // IsOneOf reports whether the rune is a member of one of the ranges.
68 // In reports whether the rune is a member of one of the ranges.
78 // IsControl reports whether the rune is a control character.
89 // IsLetter reports whether the rune is a letter (category L).
97 // IsMark reports whether the rune is a mark character (category M).
103 // IsNumber reports whether the rune is a number (category N).
111 // IsPunct reports whether the rune is a Unicode punctuation character
120 // IsSpace reports whether the rune is a space character as defined
138 // IsSymbol reports whether the rune is a symbolic character.