Searched refs:NFSubstitution (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/third_party/icu/source/i18n/ |
D | nfsubs.h | 32 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
|
D | nfsubs.cpp | 47 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 …]
|
D | nfrule.h | 26 class NFSubstitution; variable 80 …NFSubstitution* extractSubstitution(const NFRuleSet* ruleSet, const NFRule* predecessor, const Rul… 85 … const UnicodeString& delimiter, ParsePosition& pp, const NFSubstitution* sub, 99 NFSubstitution* sub1; 100 NFSubstitution* sub2;
|
D | nfrule.cpp | 396 NFSubstitution * 402 NFSubstitution* result = NULL; in extractSubstitution() 412 return NFSubstitution::makeSubstitution(ruleText.length(), this, predecessor, in extractSubstitution() 440 return NFSubstitution::makeSubstitution(ruleText.length(), this, predecessor, in extractSubstitution() 449 result = NFSubstitution::makeSubstitution(subStart, this, predecessor, ruleSet, in extractSubstitution() 1004 const NFSubstitution* sub, in matchToDelimiter()
|
/external/icu4c/i18n/ |
D | nfsubs.h | 32 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
|
D | nfsubs.cpp | 47 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 …]
|
D | nfrule.h | 26 class NFSubstitution; variable 80 …NFSubstitution* extractSubstitution(const NFRuleSet* ruleSet, const NFRule* predecessor, const Rul… 85 … const UnicodeString& delimiter, ParsePosition& pp, const NFSubstitution* sub, 99 NFSubstitution* sub1; 100 NFSubstitution* sub2;
|
D | nfrule.cpp | 394 NFSubstitution * 400 NFSubstitution* result = NULL; in extractSubstitution() 410 return NFSubstitution::makeSubstitution(ruleText.length(), this, predecessor, in extractSubstitution() 438 return NFSubstitution::makeSubstitution(ruleText.length(), this, predecessor, in extractSubstitution() 447 result = NFSubstitution::makeSubstitution(subStart, this, predecessor, ruleSet, in extractSubstitution() 1002 const NFSubstitution* sub, in matchToDelimiter()
|
/external/icu4c/i18n/unicode/ |
D | rbnf.h | 1004 friend class NFSubstitution; variable
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
D | rbnf.h | 983 friend class NFSubstitution; variable
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
D | urename.h | 2037 #define NFSubstitution U_ICU_ENTRY_POINT_RENAME(NFSubstitution) macro
|