Lines Matching refs:NumeratorSubstitution
264 class NumeratorSubstitution : public NFSubstitution { class
276 NumeratorSubstitution(int32_t _pos, in NumeratorSubstitution() function in NumeratorSubstitution
286 virtual ~NumeratorSubstitution();
314 NumeratorSubstitution::~NumeratorSubstitution() {} in ~NumeratorSubstitution()
352 return new NumeratorSubstitution(pos, (double)rule->getBaseValue(), in makeSubstitution()
1219 NumeratorSubstitution::doSubstitution(double number, UnicodeString& toInsertInto, int32_t apos, int… in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
1258 NumeratorSubstitution::doParse(const UnicodeString& text, in doParse()
1331 NumeratorSubstitution::operator==(const NFSubstitution& rhs) const in operator ==()
1334 denominator == ((const NumeratorSubstitution*)&rhs)->denominator; in operator ==()
1337 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(NumeratorSubstitution)
1339 const UChar NumeratorSubstitution::LTLT[] = { 0x003c, 0x003c };