Lines Matching defs:Norm
98 struct Norm { struct
99 enum MappingType { NONE, REMOVED, ROUND_TRIP, ONE_WAY };
101 UBool hasMapping() const { return mappingType>REMOVED; } in hasMapping()
104 void setMappingCP() { in setMappingCP()
113 const CompositionPair *getCompositionPairs(int32_t &length) const { in getCompositionPairs()
123 UnicodeString *mapping;
124 UnicodeString *rawMapping; // non-NULL if the mapping is further decomposed
125 UChar32 mappingCP; // >=0 if mapping to 1 code point
126 int32_t mappingPhase;
127 MappingType mappingType;
129 UVector32 *compositions; // (trail, composite) pairs
153 class Normalizer2DBEnumerator { argument