Searched refs:NFSubstitution (Results 1 – 12 of 12) sorted by relevance
53 class SameValueSubstitution : public NFSubstitution {74 class MultiplierSubstitution : public NFSubstitution {83 : NFSubstitution(_pos, _ruleSet, description, status), divisor(rule->getDivisor()) in MultiplierSubstitution()99 virtual UBool operator==(const NFSubstitution& rhs) const;128 class ModulusSubstitution : public NFSubstitution {148 virtual UBool operator==(const NFSubstitution& rhs) const;183 class IntegralPartSubstitution : public NFSubstitution {189 : NFSubstitution(_pos, _ruleSet, description, status) {} in IntegralPartSubstitution()205 class FractionalPartSubstitution : public NFSubstitution {216 virtual UBool operator==(const NFSubstitution& rhs) const;[all …]
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); }248 NFSubstitution(const NFSubstitution &other); // forbid copying of this class249 NFSubstitution &operator=(const NFSubstitution &other); // forbid copying of this class
27 class NFSubstitution; variable92 …NFSubstitution* extractSubstitution(const NFRuleSet* ruleSet, const NFRule* predecessor, UErrorCod…97 … const UnicodeString& delimiter, ParsePosition& pp, const NFSubstitution* sub, 113 NFSubstitution* sub1;114 NFSubstitution* sub2;
467 NFSubstitution *472 NFSubstitution* result = NULL; in extractSubstitution()517 result = NFSubstitution::makeSubstitution(subStart, this, predecessor, ruleSet, in extractSubstitution()617 util_equalSubstitutions(const NFSubstitution* sub1, const NFSubstitution* sub2) in util_equalSubstitutions()1163 const NFSubstitution* sub, in matchToDelimiter()
70 friend class NFSubstitution; variable
25 abstract class NFSubstitution { class69 public static NFSubstitution makeSubstitution(int pos, in makeSubstitution()161 NFSubstitution(int pos, in NFSubstitution() method in NFSubstitution248 NFSubstitution that2 = (NFSubstitution)that; in equals()566 class SameValueSubstitution extends NFSubstitution {659 class MultiplierSubstitution extends NFSubstitution {810 class ModulusSubstitution extends NFSubstitution {1083 class IntegralPartSubstitution extends NFSubstitution {1175 class FractionalPartSubstitution extends NFSubstitution {1393 class AbsoluteValueSubstitution extends NFSubstitution {[all …]
104 private NFSubstitution sub1 = null;110 private NFSubstitution sub2 = null;461 private NFSubstitution extractSubstitution(NFRuleSet owner, in extractSubstitution()463 NFSubstitution result; in extractSubstitution()507 result = NFSubstitution.makeSubstitution(subStart, this, predecessor, owner, in extractSubstitution()1127 … String delimiter, PluralFormat pluralFormatDelimiter, ParsePosition pp, NFSubstitution sub, in matchToDelimiter()
26 abstract class NFSubstitution { class70 public static NFSubstitution makeSubstitution(int pos, in makeSubstitution()162 NFSubstitution(int pos, in NFSubstitution() method in NFSubstitution249 NFSubstitution that2 = (NFSubstitution)that; in equals()567 class SameValueSubstitution extends NFSubstitution {660 class MultiplierSubstitution extends NFSubstitution {811 class ModulusSubstitution extends NFSubstitution {1084 class IntegralPartSubstitution extends NFSubstitution {1176 class FractionalPartSubstitution extends NFSubstitution {1394 class AbsoluteValueSubstitution extends NFSubstitution {[all …]
105 private NFSubstitution sub1 = null;111 private NFSubstitution sub2 = null;462 private NFSubstitution extractSubstitution(NFRuleSet owner, in extractSubstitution()464 NFSubstitution result; in extractSubstitution()508 result = NFSubstitution.makeSubstitution(subStart, this, predecessor, owner, in extractSubstitution()1128 … String delimiter, PluralFormat pluralFormatDelimiter, ParsePosition pp, NFSubstitution sub, in matchToDelimiter()
1078 friend class NFSubstitution; variable
META-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...
855 com/ibm/icu/text/NFSubstitution#hashCode:()I