Lines Matching refs:keys
91 * In this implementation, the lookup keys are represented to the user as they appear in the files. The
224 Enumeration keys = descriptors.keys();
225 while (keys.hasMoreElements()) {
226 String tag = (String)keys.nextElement();
260 // Now that we have parsed the entire main language file, populate the allNLSKey set with the dictionary keys
262 Enumeration keys = ((Bundle)bundles.elementAt(0)).allItems.keys();
263 while (keys.hasMoreElements()) {
264 allBundleKeys.addElement(keys.nextElement());
326 Enumeration descKeys = descriptors.keys();
684 Enumeration keys = mainItem.getLookups().keys();
685 while (keys.hasMoreElements()) {
686 String name = (String)keys.nextElement();