Searched defs:hasChanges (Results 1 – 7 of 7) sorted by relevance
177 UBool hasChanges() const { return numChanges != 0; } in hasChanges() function
246 public boolean hasChanges() { return numChanges != 0; } in hasChanges() method in Edits
239 public boolean hasChanges() { return numChanges != 0; } in hasChanges() method in Edits
2320 bool hasChanges = false; in optimizeEdges() local