Searched defs:U_FINAL (Results 1 – 6 of 6) sorted by relevance
203 struct U_COMMON_API Iterator U_FINAL : public UMemory { struct208 Iterator() : in Iterator()222 Iterator &operator=(const Iterator &other) = default;232 UBool next(UErrorCode &errorCode) { return next(onlyChanges_, errorCode); } in next()253 UBool findSourceIndex(int32_t i, UErrorCode &errorCode) { in findSourceIndex()276 UBool findDestinationIndex(int32_t i, UErrorCode &errorCode) { in findDestinationIndex()335 UBool hasChange() const { return changed; } in hasChange()343 int32_t oldLength() const { return oldLength_; } in oldLength()354 int32_t newLength() const { return newLength_; } in newLength()363 int32_t sourceIndex() const { return srcIndex; } in sourceIndex()[all …]
141 #define U_FINAL final macro