| 283 | set_repertoire_from_charset(collation_arg); |
| 284 | } |
| 285 | void set(DTCollation &dt) |
| 286 | { |
| 287 | collation= dt.collation; |
| 288 | derivation= dt.derivation; |
| 289 | repertoire= dt.repertoire; |
| 290 | } |
| 291 | void set(const CHARSET_INFO *collation_arg, Derivation derivation_arg) |
| 292 | { |
| 293 | collation= collation_arg; |
no outgoing calls
no test coverage detected