Home
last modified time | relevance | path

Searched defs:hasChanges (Results 1 – 9 of 9) sorted by relevance

/third_party/icu/icu4c/source/common/unicode/
Dedits.h177 UBool hasChanges() const { return numChanges != 0; } in hasChanges() function
/third_party/node/deps/icu-small/source/common/unicode/
Dedits.h177 UBool hasChanges() const { return numChanges != 0; } in hasChanges() function
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dedits.h177 UBool hasChanges() const { return numChanges != 0; } in hasChanges() function
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dedits.h174 UBool hasChanges() const { return numChanges != 0; } in hasChanges() function
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DEdits.java239 public boolean hasChanges() { return numChanges != 0; } in hasChanges() method in Edits
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DEdits.java246 public boolean hasChanges() { return numChanges != 0; } in hasChanges() method in Edits
/third_party/typescript/src/compiler/
Dsys.ts630 const hasChanges = updateChildWatches(dirName, dirPath, options); constant
668 const hasChanges = enumerateInsertsAndDeletes<string, ChildDirectoryWatcher>( constant
/third_party/typescript/src/harness/
DvfsUtil.ts726 let hasChanges = false; variable
/third_party/typescript/src/server/
DeditorServices.ts1163 let hasChanges = this.pendingEnsureProjectForOpenFiles; variable