Searched refs:putNew (Results 1 – 2 of 2) sorted by relevance
281 CldrUtility.putNew(a.element.attributes, a, a.element.attributes.size()); in addAttribute()340 CldrUtility.putNew(children, dtdData.elementFrom(part), children.size()); in setChildren()
1403 public static <K, V, M extends Map<K, V>> M putNew(M map, K key, V value) { in putNew() method in CldrUtility