| 569 | |
| 570 | |
| 571 | CHARSET_ID EngineCallbacks::getChid(const dsc* to) |
| 572 | { |
| 573 | if (INTL_TTYPE(to) == ttype_dynamic) |
| 574 | return INTL_charset(NULL, INTL_TTYPE(to)); |
| 575 | |
| 576 | return INTL_TTYPE(to); |
| 577 | } |
| 578 | |
| 579 | |
| 580 | SLONG EngineCallbacks::getLocalDate() |
nothing calls this directly
no test coverage detected