Searched refs:mergeProperties (Results 1 – 3 of 3) sorted by relevance
57 .mergeProperties(configuration1) in testBuilder_mergeProperties()72 .mergeProperties(configuration2) in testBuilder_mergeProperties()
208 mergeProperties(toCopy); in Builder()218 public Builder mergeProperties(@NonNull TimeZoneConfiguration other) { in mergeProperties() method in TimeZoneConfiguration.Builder
1048 err := mergeProperties(prev, property, buf, patchlist)1066 func mergeProperties(a, b *parser.Property, buf []byte, patchlist *parser.PatchList) error { func