Searched defs:newItems (Results 1 – 8 of 8) sorted by relevance
201 const newItems: m.Child[] = []; constant
65 int newItems = 0; in main() local
255 public Alternation or2(Pick[] newItems) { in or2()263 public Alternation or2(int itemWeight, Pick[] newItems) { in or2()269 public Alternation or2(int[] itemWeights, Pick[] newItems) { in or2()
349 public static Set<String> getAllKeysAndValues(Map<String, String> newItems) { in getAllKeysAndValues() argument
160 Builder addItems(Iterable<Item> newItems) { in addItems()
1289 Item* newItems = static_cast<Item*>(uprv_malloc(max * sizeof(items[0]))); in setItemCapacity() local
1289 Item *newItems = (Item*)uprv_malloc(max * sizeof(items[0])); in setItemCapacity() local