| 929 | } |
| 930 | |
| 931 | bool INTL_data_or_binary(const dsc* pText) |
| 932 | { |
| 933 | /************************************** |
| 934 | * |
| 935 | * I N T L _ d a t a _ o r _ b i n a r y |
| 936 | * |
| 937 | ************************************** |
| 938 | * |
| 939 | * Functional description |
| 940 | * |
| 941 | **************************************/ |
| 942 | |
| 943 | return (INTL_data(pText) || (pText->dsc_ttype() == ttype_binary)); |
| 944 | } |
| 945 | |
| 946 | |
| 947 | bool INTL_defined_type(thread_db* tdbb, USHORT t_type) |
no test coverage detected