HomeSort by relevance Sort by last modified time
    Searched defs:NFSubstitution (Results 1 - 7 of 7) sorted by null

  /external/icu4c/i18n/
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 clas
    [all...]
nfsubs.cpp 47 class SameValueSubstitution : public NFSubstitution {
66 class MultiplierSubstitution : public NFSubstitution {
77 : NFSubstitution(_pos, _ruleSet, formatter, description, status), divisor(_divisor)
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) {}
193 class FractionalPartSubstitution : public NFSubstitution {
204 virtual UBool operator==(const NFSubstitution& rhs) const
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/WebCore/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h     [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]

Completed in 377 milliseconds