Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dnfsubs.cpp49 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 …]
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); }
247 NFSubstitution(const NFSubstitution &other); // forbid copying of this class
248 NFSubstitution &operator=(const NFSubstitution &other); // forbid copying of this class
Dnfrule.h28 class NFSubstitution; variable
92NFSubstitution* extractSubstitution(const NFRuleSet* ruleSet, const NFRule* predecessor, UErrorCod…
97 … const UnicodeString& delimiter, ParsePosition& pp, const NFSubstitution* sub,
112 NFSubstitution* sub1;
113 NFSubstitution* sub2;
Dnfrule.cpp466 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()
Dnfrs.h70 friend class NFSubstitution; variable
/external/icu/android_icu4j/src/main/java/android/icu/text/
DNFSubstitution.java24 abstract class NFSubstitution { class
68 public static NFSubstitution makeSubstitution(int pos, in makeSubstitution()
160 NFSubstitution(int pos, in NFSubstitution() method in NFSubstitution
246 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 …]
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()
1125 …ing delimiter, PluralFormat pluralFormatDelimiter, ParsePosition pp, NFSubstitution sub, double up… in matchToDelimiter()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DNFSubstitution.java23 abstract class NFSubstitution { class
67 public static NFSubstitution makeSubstitution(int pos, in makeSubstitution()
159 NFSubstitution(int pos, in NFSubstitution() method in NFSubstitution
245 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 …]
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()
1124 …ing delimiter, PluralFormat pluralFormatDelimiter, ParsePosition pp, NFSubstitution sub, double up… in matchToDelimiter()
/external/icu/icu4c/source/i18n/unicode/
Drbnf.h1020 friend class NFSubstitution; variable
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/icu/icu4j/
Dcoverage-exclusion.txt719 com/ibm/icu/text/NFSubstitution#hashCode:()I