| 110 | } |
| 111 | |
| 112 | void IntlParametersBlock::fromUtf8(ClumpletWriter& pb) |
| 113 | { |
| 114 | UCHAR utf8Tag = getUtf8Tag(); |
| 115 | if (utf8Tag) |
| 116 | { |
| 117 | pb.deleteWithTag(utf8Tag); |
| 118 | } |
| 119 | |
| 120 | processParametersBlock(strFromUtf8, pb); |
| 121 | } |
| 122 | |
| 123 | |
| 124 | void IntlParametersBlock::processParametersBlock(ProcessString* processString, ClumpletWriter& pb) |
no test coverage detected