Home | History | Annotate | Download | only in i18n

Lines Matching refs:SameValueSubstitution

47 class SameValueSubstitution : public NFSubstitution {
49 SameValueSubstitution(int32_t pos,
54 virtual ~SameValueSubstitution();
67 SameValueSubstitution::~SameValueSubstitution() {}
430 // SameValueSubstitution
432 return new SameValueSubstitution(pos, ruleSet, formatter, description, status);
799 // SameValueSubstitution
806 SameValueSubstitution::SameValueSubstitution(int32_t _pos,
819 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(SameValueSubstitution)