Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dnfsubs.cpp47 class SameValueSubstitution : public NFSubstitution {
66 class MultiplierSubstitution : public NFSubstitution {
77 : NFSubstitution(_pos, _ruleSet, formatter, description, status), divisor(_divisor) in MultiplierSubstitution()
94 virtual UBool operator==(const NFSubstitution& rhs) const;
121 class ModulusSubstitution : public NFSubstitution {
143 virtual UBool operator==(const NFSubstitution& rhs) const;
173 class IntegralPartSubstitution : public NFSubstitution {
180 : NFSubstitution(_pos, _ruleSet, formatter, description, status) {} in IntegralPartSubstitution()
193 class FractionalPartSubstitution : public NFSubstitution {
204 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
80NFSubstitution* extractSubstitution(const NFRuleSet* ruleSet, const NFRule* predecessor, const Rul…
85 … const UnicodeString& delimiter, ParsePosition& pp, const NFSubstitution* sub,
99 NFSubstitution* sub1;
100 NFSubstitution* sub2;
Dnfrule.cpp395 NFSubstitution *
401 NFSubstitution* result = NULL; in extractSubstitution()
411 return NFSubstitution::makeSubstitution(ruleText.length(), this, predecessor, in extractSubstitution()
439 return NFSubstitution::makeSubstitution(ruleText.length(), this, predecessor, in extractSubstitution()
448 result = NFSubstitution::makeSubstitution(subStart, this, predecessor, ruleSet, in extractSubstitution()
1003 const NFSubstitution* sub, in matchToDelimiter()
/external/icu4c/i18n/unicode/
Drbnf.h983 friend class NFSubstitution; variable
/external/webkit/Source/WebCore/icu/unicode/
Durename.h1337 #define NFSubstitution NFSubstitution_3_2 macro
/external/webkit/Source/JavaScriptCore/icu/unicode/
Durename.h1337 #define NFSubstitution NFSubstitution_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
Durename.h1337 #define NFSubstitution NFSubstitution_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
Durename.h1337 #define NFSubstitution NFSubstitution_3_2 macro
/external/icu4c/common/unicode/
Durename.h2061 #define NFSubstitution U_ICU_ENTRY_POINT_RENAME(NFSubstitution) macro