-class U_I18N_API NormalizationTransliterator : public Transliterator {
-
- /**
- * The normalization mode of this transliterator.
- */
- UNormalizationMode fMode;
-
- /**
- * Normalization options for this transliterator.
- */
- int32_t options;
-
- /**
- * The address of this static class variable serves as this class's ID
- * for ICU "poor man's RTTI".
- */
- static const char fgClassID;