Searched refs:NFSubstitution (Results 1 – 12 of 12) sorted by relevance
49 class SameValueSubstitution : public NFSubstitution {70 class MultiplierSubstitution : public NFSubstitution {80 : NFSubstitution(_pos, _ruleSet, description, status), divisor(_divisor) in MultiplierSubstitution()98 virtual UBool operator==(const NFSubstitution& rhs) const;127 class ModulusSubstitution : public NFSubstitution {149 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); }247 NFSubstitution(const NFSubstitution &other); // forbid copying of this class248 NFSubstitution &operator=(const NFSubstitution &other); // forbid copying of this class
28 class NFSubstitution; variable92 …NFSubstitution* extractSubstitution(const NFRuleSet* ruleSet, const NFRule* predecessor, UErrorCod…97 … const UnicodeString& delimiter, ParsePosition& pp, const NFSubstitution* sub, 112 NFSubstitution* sub1;113 NFSubstitution* sub2;
466 NFSubstitution *471 NFSubstitution* result = NULL; in extractSubstitution()516 result = NFSubstitution::makeSubstitution(subStart, this, predecessor, ruleSet, in extractSubstitution()616 util_equalSubstitutions(const NFSubstitution* sub1, const NFSubstitution* sub2) in util_equalSubstitutions()1153 const NFSubstitution* sub, in matchToDelimiter()
70 friend class NFSubstitution; variable
24 abstract class NFSubstitution { class68 public static NFSubstitution makeSubstitution(int pos, in makeSubstitution()160 NFSubstitution(int pos, in NFSubstitution() method in NFSubstitution246 NFSubstitution that2 = (NFSubstitution)that; in equals()538 class SameValueSubstitution extends NFSubstitution {626 class MultiplierSubstitution extends NFSubstitution {770 class ModulusSubstitution extends NFSubstitution {1032 class IntegralPartSubstitution extends NFSubstitution {1119 class FractionalPartSubstitution extends NFSubstitution {1336 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()1125 …ing delimiter, PluralFormat pluralFormatDelimiter, ParsePosition pp, NFSubstitution sub, double up… in matchToDelimiter()
23 abstract class NFSubstitution { class67 public static NFSubstitution makeSubstitution(int pos, in makeSubstitution()159 NFSubstitution(int pos, in NFSubstitution() method in NFSubstitution245 NFSubstitution that2 = (NFSubstitution)that; in equals()537 class SameValueSubstitution extends NFSubstitution {625 class MultiplierSubstitution extends NFSubstitution {769 class ModulusSubstitution extends NFSubstitution {1031 class IntegralPartSubstitution extends NFSubstitution {1118 class FractionalPartSubstitution extends NFSubstitution {1335 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()1124 …ing delimiter, PluralFormat pluralFormatDelimiter, ParsePosition pp, NFSubstitution sub, double up… in matchToDelimiter()
1020 friend class NFSubstitution; variable
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
719 com/ibm/icu/text/NFSubstitution#hashCode:()I