Lines Matching defs:runes
260 // runes returns v's underlying value.261 // It panics if v's underlying value is not a slice of runes (int32s).262 func (v Value) runes() []rune {1355 // It panics if v's underlying value is not a slice of runes (int32s).2392 return makeString(v.flag&flagRO, string(v.runes()), t)