Lines Matching refs:U_OVERRIDE

32                   UErrorCode &status) const U_OVERRIDE;
34 int32_t getPrefixLength() const U_OVERRIDE;
36 int32_t getCodePointCount() const U_OVERRIDE;
38 bool isStrong() const U_OVERRIDE;
40 bool containsField(UNumberFormatFields field) const U_OVERRIDE;
42 void getParameters(Parameters& output) const U_OVERRIDE;
44 bool semanticallyEquivalent(const Modifier& other) const U_OVERRIDE;
68 UErrorCode &status) const U_OVERRIDE;
70 int32_t getPrefixLength() const U_OVERRIDE;
72 int32_t getCodePointCount() const U_OVERRIDE;
74 bool isStrong() const U_OVERRIDE;
76 bool containsField(UNumberFormatFields field) const U_OVERRIDE;
78 void getParameters(Parameters& output) const U_OVERRIDE;
80 bool semanticallyEquivalent(const Modifier& other) const U_OVERRIDE;
161 UErrorCode &status) const U_OVERRIDE;
163 int32_t getPrefixLength() const U_OVERRIDE;
165 int32_t getCodePointCount() const U_OVERRIDE;
167 bool isStrong() const U_OVERRIDE;
169 bool containsField(UNumberFormatFields field) const U_OVERRIDE;
171 void getParameters(Parameters& output) const U_OVERRIDE;
173 bool semanticallyEquivalent(const Modifier& other) const U_OVERRIDE;
198 UErrorCode &status) const U_OVERRIDE;
238 UErrorCode &status) const U_OVERRIDE { in apply()
246 int32_t getPrefixLength() const U_OVERRIDE { in getPrefixLength()
250 int32_t getCodePointCount() const U_OVERRIDE { in getCodePointCount()
254 bool isStrong() const U_OVERRIDE { in isStrong()
258 bool containsField(UNumberFormatFields field) const U_OVERRIDE { in containsField()
263 void getParameters(Parameters& output) const U_OVERRIDE { in getParameters()
267 bool semanticallyEquivalent(const Modifier& other) const U_OVERRIDE { in semanticallyEquivalent()
307 const Modifier *getModifier(int8_t signum, StandardPlural::Form plural) const U_OVERRIDE { in getModifier()