Searched refs:NFSubstitution (Results 1 – 8 of 8) sorted by relevance
47 class SameValueSubstitution : public NFSubstitution {69 class MultiplierSubstitution : public NFSubstitution {80 : NFSubstitution(_pos, _ruleSet, formatter, description, status), divisor(_divisor) in MultiplierSubstitution()98 virtual UBool operator==(const NFSubstitution& rhs) const;127 class ModulusSubstitution : public NFSubstitution {150 virtual UBool operator==(const NFSubstitution& rhs) const;184 class IntegralPartSubstitution : public NFSubstitution {191 : NFSubstitution(_pos, _ruleSet, formatter, description, status) {} in IntegralPartSubstitution()207 class FractionalPartSubstitution : public NFSubstitution {219 virtual UBool operator==(const NFSubstitution& rhs) const;[all …]
32 class NFSubstitution : public UObject {38 NFSubstitution(int32_t pos,57 static NFSubstitution* makeSubstitution(int32_t pos, 68 virtual ~NFSubstitution();76 virtual UBool operator==(const NFSubstitution& rhs) const;84 UBool operator!=(const NFSubstitution& rhs) const { return !operator==(rhs); }252 NFSubstitution(const NFSubstitution &other); // forbid copying of this class253 NFSubstitution &operator=(const NFSubstitution &other); // forbid copying of this class
26 class NFSubstitution; variable84 …NFSubstitution* extractSubstitution(const NFRuleSet* ruleSet, const NFRule* predecessor, UErrorCod…89 … const UnicodeString& delimiter, ParsePosition& pp, const NFSubstitution* sub, 103 NFSubstitution* sub1;104 NFSubstitution* sub2;
433 NFSubstitution *438 NFSubstitution* result = NULL; in extractSubstitution()448 return NFSubstitution::makeSubstitution(ruleText.length(), this, predecessor, in extractSubstitution()476 return NFSubstitution::makeSubstitution(ruleText.length(), this, predecessor, in extractSubstitution()485 result = NFSubstitution::makeSubstitution(subStart, this, predecessor, ruleSet, in extractSubstitution()1086 const NFSubstitution* sub, in matchToDelimiter()
21 abstract class NFSubstitution { class70 public static NFSubstitution makeSubstitution(int pos, in makeSubstitution()163 NFSubstitution(int pos, in NFSubstitution() method in NFSubstitution249 NFSubstitution that2 = (NFSubstitution)that; in equals()546 class SameValueSubstitution extends NFSubstitution {635 class MultiplierSubstitution extends NFSubstitution {787 class ModulusSubstitution extends NFSubstitution {1051 class IntegralPartSubstitution extends NFSubstitution {1139 class FractionalPartSubstitution extends NFSubstitution {1357 class AbsoluteValueSubstitution extends NFSubstitution {[all …]
84 private NFSubstitution sub1 = null;90 private NFSubstitution sub2 = null;424 private NFSubstitution extractSubstitution(NFRuleSet owner, in extractSubstitution()426 NFSubstitution result; in extractSubstitution()437 return NFSubstitution.makeSubstitution(ruleText.length(), this, predecessor, in extractSubstitution()465 return NFSubstitution.makeSubstitution(ruleText.length(), this, predecessor, in extractSubstitution()472 result = NFSubstitution.makeSubstitution(subStart, this, predecessor, owner, in extractSubstitution()1018 …ing delimiter, PluralFormat pluralFormatDelimiter, ParsePosition pp, NFSubstitution sub, double up… in matchToDelimiter()
981 friend class NFSubstitution; variable
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...