| 52 | }; |
| 53 | |
| 54 | class IntlDpb : public IntlParametersBlock |
| 55 | { |
| 56 | public: |
| 57 | TagType checkTag(UCHAR tag, const char** tagName); |
| 58 | UCHAR getUtf8Tag(); |
| 59 | }; |
| 60 | |
| 61 | class IntlSpb : public IntlParametersBlock |
| 62 | { |
no outgoing calls
no test coverage detected