Searched defs:U_FINAL (Results 1 – 3 of 3) sorted by relevance
200 struct U_COMMON_API Iterator U_FINAL : public UMemory { struct205 Iterator() : in Iterator()219 Iterator &operator=(const Iterator &other) = default;229 UBool next(UErrorCode &errorCode) { return next(onlyChanges_, errorCode); } in next()250 UBool findSourceIndex(int32_t i, UErrorCode &errorCode) { in findSourceIndex()273 UBool findDestinationIndex(int32_t i, UErrorCode &errorCode) { in findDestinationIndex()332 UBool hasChange() const { return changed; } in hasChange()340 int32_t oldLength() const { return oldLength_; } in oldLength()351 int32_t newLength() const { return newLength_; } in newLength()360 int32_t sourceIndex() const { return srcIndex; } in sourceIndex()[all …]
140 #define U_FINAL final macro