Home
last modified time | relevance | path

Searched defs:oldItem (Results 1 – 2 of 2) sorted by relevance

/third_party/icu/tools/unicodetools/com/ibm/rbm/
DRBManager.java476 BundleItem oldItem = (BundleItem)bundle.allItems.get(oldName); in editItem() local
482 bundle.allItems.put(oldItem.getKey(), oldItem); in editItem() local
/third_party/typescript/src/compiler/
Dcore.ts2411 const oldItem = oldItems[oldIndex]; constant