Locale identifies a specific geographical, political, or cultural region that impacts various character-based operations such as sorting, pattern matching, and builtin functions like lower and upper. It is only defined for the types in the CollatedStringFamily, and is the empty string for all other
()
| 895 | // types in the CollatedStringFamily, and is the empty string for all other |
| 896 | // types. |
| 897 | func (t *T) Locale() string { |
| 898 | return *t.InternalType.Locale |
| 899 | } |
| 900 | |
| 901 | // Width is the size or scale of the type, such as number of bits or characters. |
| 902 | // |
no outgoing calls
no test coverage detected