Home | History | Annotate | Download | only in i18n

Lines Matching defs:NFSubstitution

34 class NFSubstitution : public UObject {
40 NFSubstitution(int32_t pos,
58 static NFSubstitution* makeSubstitution(int32_t pos,
69 virtual ~NFSubstitution();
77 virtual UBool operator==(const NFSubstitution& rhs) const;
85 UBool operator!=(const NFSubstitution& rhs) const { return !operator==(rhs); }
247 NFSubstitution(const NFSubstitution &other); // forbid copying of this class
248 NFSubstitution &operator=(const NFSubstitution &other); // forbid copying of this class