Home
last modified time | relevance | path

Searched refs:onlyChanges (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/icu/source/common/unicode/
Dedits.h412 UBool next(UBool onlyChanges, UErrorCode &errorCode);
/third_party/node/deps/icu-small/source/common/unicode/
Dedits.h412 UBool next(UBool onlyChanges, UErrorCode &errorCode);
/third_party/icu/icu4c/source/common/unicode/
Dedits.h412 UBool next(UBool onlyChanges, UErrorCode &errorCode);
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dedits.h409 UBool next(UBool onlyChanges, UErrorCode &errorCode);
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DEdits.java339 private boolean next(boolean onlyChanges) { in next() argument
380 if (onlyChanges) { in next()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DEdits.java349 private boolean next(boolean onlyChanges) { in next() argument
390 if (onlyChanges) { in next()
/third_party/skia/third_party/externals/icu/source/common/
Dedits.cpp449 UBool Edits::Iterator::next(UBool onlyChanges, UErrorCode &errorCode) { in next() argument
493 if (onlyChanges) { in next()
/third_party/icu/icu4c/source/common/
Dedits.cpp449 UBool Edits::Iterator::next(UBool onlyChanges, UErrorCode &errorCode) { in next() argument
493 if (onlyChanges) { in next()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dedits.cpp448 UBool Edits::Iterator::next(UBool onlyChanges, UErrorCode &errorCode) { in next() argument
492 if (onlyChanges) { in next()
/third_party/node/deps/icu-small/source/common/
Dedits.cpp449 UBool Edits::Iterator::next(UBool onlyChanges, UErrorCode &errorCode) { in next() argument
493 if (onlyChanges) { in next()
/third_party/flutter/flutter/packages/flutter/lib/src/semantics/
Dsemantics.dart2541 // calls reset() on its SemanticsNode if onlyChanges isn't set,