Searched defs:hasChanges (Results 1 – 6 of 6) sorted by relevance
174 UBool hasChanges() const { return numChanges != 0; } in hasChanges() function
246 public boolean hasChanges() { return numChanges != 0; } in hasChanges() method in Edits
238 public boolean hasChanges() { return numChanges != 0; } in hasChanges() method in Edits
166 boolean hasAdditions, boolean hasChanges) { in emitIndexHeader()972 boolean hasChanges) { in recordDiffs()
844 boolean hasChanges) { in writeSectionHeader()910 boolean hasChanges) { in writeNavigationBar()
2320 bool hasChanges = false; in optimizeEdges() local