| 488 | |
| 489 | |
| 490 | static void lookup_texttype(texttype* tt, const SubtypeInfo* info) |
| 491 | { |
| 492 | IntlManager::lookupCollation(info->baseCollationName.c_str(), info->charsetName.c_str(), |
| 493 | info->attributes, info->specificAttributes.begin(), |
| 494 | info->specificAttributes.getCount(), info->ignoreAttributes, tt); |
| 495 | } |
| 496 | |
| 497 | |
| 498 | void Jrd::Attachment::releaseIntlObjects(thread_db* tdbb) |
no test coverage detected