Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dnfsubs.cpp47 class SameValueSubstitution : public NFSubstitution {
69 class MultiplierSubstitution : public NFSubstitution {
80 : NFSubstitution(_pos, _ruleSet, formatter, description, status), divisor(_divisor) in MultiplierSubstitution()
98 virtual UBool operator==(const NFSubstitution& rhs) const;
127 class ModulusSubstitution : public NFSubstitution {
150 virtual UBool operator==(const NFSubstitution& rhs) const;
184 class IntegralPartSubstitution : public NFSubstitution {
191 : NFSubstitution(_pos, _ruleSet, formatter, description, status) {} in IntegralPartSubstitution()
207 class FractionalPartSubstitution : public NFSubstitution {
219 virtual UBool operator==(const NFSubstitution& rhs) const;
[all …]
Dnfsubs.h32 class NFSubstitution : public UObject {
38 NFSubstitution(int32_t pos,
57 static NFSubstitution* makeSubstitution(int32_t pos,
68 virtual ~NFSubstitution();
76 virtual UBool operator==(const NFSubstitution& rhs) const;
84 UBool operator!=(const NFSubstitution& rhs) const { return !operator==(rhs); }
252 NFSubstitution(const NFSubstitution &other); // forbid copying of this class
253 NFSubstitution &operator=(const NFSubstitution &other); // forbid copying of this class
Dnfrule.h26 class NFSubstitution; variable
84NFSubstitution* extractSubstitution(const NFRuleSet* ruleSet, const NFRule* predecessor, UErrorCod…
89 … const UnicodeString& delimiter, ParsePosition& pp, const NFSubstitution* sub,
103 NFSubstitution* sub1;
104 NFSubstitution* sub2;
Dnfrule.cpp433 NFSubstitution *
438 NFSubstitution* result = NULL; in extractSubstitution()
448 return NFSubstitution::makeSubstitution(ruleText.length(), this, predecessor, in extractSubstitution()
476 return NFSubstitution::makeSubstitution(ruleText.length(), this, predecessor, in extractSubstitution()
485 result = NFSubstitution::makeSubstitution(subStart, this, predecessor, ruleSet, in extractSubstitution()
1086 const NFSubstitution* sub, in matchToDelimiter()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DNFSubstitution.java21 abstract class NFSubstitution { class
70 public static NFSubstitution makeSubstitution(int pos, in makeSubstitution()
163 NFSubstitution(int pos, in NFSubstitution() method in NFSubstitution
249 NFSubstitution that2 = (NFSubstitution)that; in equals()
546 class SameValueSubstitution extends NFSubstitution {
635 class MultiplierSubstitution extends NFSubstitution {
787 class ModulusSubstitution extends NFSubstitution {
1051 class IntegralPartSubstitution extends NFSubstitution {
1139 class FractionalPartSubstitution extends NFSubstitution {
1357 class AbsoluteValueSubstitution extends NFSubstitution {
[all …]
DNFRule.java84 private NFSubstitution sub1 = null;
90 private NFSubstitution sub2 = null;
424 private NFSubstitution extractSubstitution(NFRuleSet owner, in extractSubstitution()
426 NFSubstitution result; in extractSubstitution()
437 return NFSubstitution.makeSubstitution(ruleText.length(), this, predecessor, in extractSubstitution()
465 return NFSubstitution.makeSubstitution(ruleText.length(), this, predecessor, in extractSubstitution()
472 result = NFSubstitution.makeSubstitution(subStart, this, predecessor, owner, in extractSubstitution()
1018 …ing delimiter, PluralFormat pluralFormatDelimiter, ParsePosition pp, NFSubstitution sub, double up… in matchToDelimiter()
/external/icu/icu4c/source/i18n/unicode/
Drbnf.h981 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 ...