Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dnfsubs.cpp47 class SameValueSubstitution : public NFSubstitution {
68 class MultiplierSubstitution : public NFSubstitution {
78 : NFSubstitution(_pos, _ruleSet, description, status), divisor(_divisor) in MultiplierSubstitution()
96 virtual UBool operator==(const NFSubstitution& rhs) const;
125 class ModulusSubstitution : public NFSubstitution {
147 virtual UBool operator==(const NFSubstitution& rhs) const;
181 class IntegralPartSubstitution : public NFSubstitution {
187 : NFSubstitution(_pos, _ruleSet, description, status) {} in IntegralPartSubstitution()
203 class FractionalPartSubstitution : public NFSubstitution {
214 virtual UBool operator==(const NFSubstitution& rhs) const;
[all …]
Dnfsubs.h32 class NFSubstitution : public UObject {
38 NFSubstitution(int32_t pos,
56 static NFSubstitution* makeSubstitution(int32_t pos,
67 virtual ~NFSubstitution();
75 virtual UBool operator==(const NFSubstitution& rhs) const;
83 UBool operator!=(const NFSubstitution& rhs) const { return !operator==(rhs); }
245 NFSubstitution(const NFSubstitution &other); // forbid copying of this class
246 NFSubstitution &operator=(const NFSubstitution &other); // forbid copying of this class
Dnfrule.h26 class NFSubstitution; variable
90NFSubstitution* extractSubstitution(const NFRuleSet* ruleSet, const NFRule* predecessor, UErrorCod…
95 … const UnicodeString& delimiter, ParsePosition& pp, const NFSubstitution* sub,
110 NFSubstitution* sub1;
111 NFSubstitution* sub2;
Dnfrule.cpp464 NFSubstitution *
469 NFSubstitution* result = NULL; in extractSubstitution()
514 result = NFSubstitution::makeSubstitution(subStart, this, predecessor, ruleSet, in extractSubstitution()
614 util_equalSubstitutions(const NFSubstitution* sub1, const NFSubstitution* sub2) in util_equalSubstitutions()
1151 const NFSubstitution* sub, in matchToDelimiter()
Dnfrs.h68 friend class NFSubstitution; variable
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DNFSubstitution.java21 abstract class NFSubstitution { class
65 public static NFSubstitution makeSubstitution(int pos, in makeSubstitution()
157 NFSubstitution(int pos, in NFSubstitution() method in NFSubstitution
243 NFSubstitution that2 = (NFSubstitution)that; in equals()
544 class SameValueSubstitution extends NFSubstitution {
632 class MultiplierSubstitution extends NFSubstitution {
776 class ModulusSubstitution extends NFSubstitution {
1038 class IntegralPartSubstitution extends NFSubstitution {
1125 class FractionalPartSubstitution extends NFSubstitution {
1342 class AbsoluteValueSubstitution extends NFSubstitution {
[all …]
DNFRule.java102 private NFSubstitution sub1 = null;
108 private NFSubstitution sub2 = null;
459 private NFSubstitution extractSubstitution(NFRuleSet owner, in extractSubstitution()
461 NFSubstitution result; in extractSubstitution()
505 result = NFSubstitution.makeSubstitution(subStart, this, predecessor, owner, in extractSubstitution()
1094 …ing delimiter, PluralFormat pluralFormatDelimiter, ParsePosition pp, NFSubstitution sub, double up… in matchToDelimiter()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DNFSubstitution.java22 abstract class NFSubstitution { class
66 public static NFSubstitution makeSubstitution(int pos, in makeSubstitution()
158 NFSubstitution(int pos, in NFSubstitution() method in NFSubstitution
244 NFSubstitution that2 = (NFSubstitution)that; in equals()
545 class SameValueSubstitution extends NFSubstitution {
633 class MultiplierSubstitution extends NFSubstitution {
777 class ModulusSubstitution extends NFSubstitution {
1039 class IntegralPartSubstitution extends NFSubstitution {
1126 class FractionalPartSubstitution extends NFSubstitution {
1343 class AbsoluteValueSubstitution extends NFSubstitution {
[all …]
DNFRule.java103 private NFSubstitution sub1 = null;
109 private NFSubstitution sub2 = null;
460 private NFSubstitution extractSubstitution(NFRuleSet owner, in extractSubstitution()
462 NFSubstitution result; in extractSubstitution()
506 result = NFSubstitution.makeSubstitution(subStart, this, predecessor, owner, in extractSubstitution()
1095 …ing delimiter, PluralFormat pluralFormatDelimiter, ParsePosition pp, NFSubstitution sub, double up… in matchToDelimiter()
/external/icu/icu4c/source/i18n/unicode/
Drbnf.h1012 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 ...