| 80 | |
| 81 | RemainingOutlines = Outlines; |
| 82 | iterate(RemainingOutlines) { |
| 83 | Outline = (MFOUTLINE) first_node (RemainingOutlines); |
| 84 | CharNormalizeOutline(Outline, cn_denorm); |
| 85 | } |
| 86 | |
| 87 | RemainingOutlines = Outlines; |
| 88 | iterate(RemainingOutlines) { |
nothing calls this directly
no test coverage detected