| 506 | |
| 507 | |
| 508 | void Jrd::Attachment::destroyIntlObjects(thread_db* tdbb) |
| 509 | { |
| 510 | for (FB_SIZE_T i = 0; i < att_charsets.getCount(); i++) |
| 511 | { |
| 512 | if (att_charsets[i]) |
| 513 | { |
| 514 | att_charsets[i]->destroy(tdbb); |
| 515 | att_charsets[i] = NULL; |
| 516 | } |
| 517 | } |
| 518 | } |
| 519 | |
| 520 | |
| 521 | void INTL_adjust_text_descriptor(thread_db* tdbb, dsc* desc) |
no test coverage detected