Home
last modified time | relevance | path

Searched defs:U_FINAL (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/common/unicode/
Dedits.h200 struct U_COMMON_API Iterator U_FINAL : public UMemory { struct
205 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 …]
Dumachine.h140 #define U_FINAL final macro
/external/icu/libandroidicu/include/unicode/
Dumachine.h140 #define U_FINAL final macro