Lines Matching refs:cased
1051 // If the cased value in the Char is 0, it means use the rune itself.1052 func caseIt(r, cased rune) rune {1053 if cased == 0 {1056 return cased