Home
last modified time | relevance | path

Searched refs:NFSubstitution (Results 1 – 11 of 11) sorted by relevance

/external/icu/icu4c/source/i18n/
Dnfsubs.cpp53 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 …]
Dnfsubs.h34 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 class
249 NFSubstitution &operator=(const NFSubstitution &other); // forbid copying of this class
Dnfrule.h27 class NFSubstitution; variable
92NFSubstitution* extractSubstitution(const NFRuleSet* ruleSet, const NFRule* predecessor, UErrorCod…
97 … const UnicodeString& delimiter, ParsePosition& pp, const NFSubstitution* sub,
113 NFSubstitution* sub1;
114 NFSubstitution* sub2;
Dnfrule.cpp467 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()
Dnfrs.h70 friend class NFSubstitution; variable
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DNFSubstitution.java25 abstract class NFSubstitution { class
69 public static NFSubstitution makeSubstitution(int pos, in makeSubstitution()
161 NFSubstitution(int pos, in NFSubstitution() method in NFSubstitution
248 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 …]
DNFRule.java104 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()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DNFSubstitution.java26 abstract class NFSubstitution { class
70 public static NFSubstitution makeSubstitution(int pos, in makeSubstitution()
162 NFSubstitution(int pos, in NFSubstitution() method in NFSubstitution
249 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 …]
DNFRule.java105 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()
/external/icu/icu4c/source/i18n/unicode/
Drbnf.h1078 friend class NFSubstitution; variable
/external/icu/icu4j/
Dcoverage-exclusion.txt855 com/ibm/icu/text/NFSubstitution#hashCode:()I