Home | History | Annotate | Download | only in gennorm2

Lines Matching refs:Norm

36 struct Norm;
81 Norm *allocNorm();
82 Norm *getNorm(UChar32 c);
83 Norm *createNorm(UChar32 c);
84 Norm *checkNormForMapping(Norm *p, UChar32 c); // check for permitted overrides
86 const Norm &getNormRef(UChar32 c) const;
88 UBool combinesWithCCBetween(const Norm &norm, uint8_t lowCC, uint8_t highCC) const;
89 UChar32 combine(const Norm &norm, UChar32 trail) const;
93 void reorder(Norm *p, BuilderReorderingBuffer &buffer);
96 int32_t writeMapping(UChar32 c, const Norm *p, UnicodeString &dataString);
97 void writeCompositions(UChar32 c, const Norm *p, UnicodeString &dataString);
107 Norm *norms;