Lines Matching refs:scope

1786 	    String scope = (String)en.nextElement();  in deleteAttributes()  local
1787 Hashtable langLevel = (Hashtable)scopeLevel.get(scope); in deleteAttributes()
2004 String scope = (String)scopes.elementAt(i); in findServices() local
2006 makeScopeTypeLangKey(scope, serviceType, lang); in findServices()
2145 String scope = (String)scopes.elementAt(i); in findAttributes() local
2147 (Hashtable)scopeLevel.get(scope); in findAttributes()
2269 String scope = (String)scopes.elementAt(i); in findAttributes() local
2271 makeScopeTypeLangKey(scope, serviceType, lang); in findAttributes()
2445 String scope = (String)scopes.elementAt(i); in registerInternal() local
2450 initializeURLScopeLangTableVector(surl, scope, lang); in registerInternal()
2454 addRecordToScopeTypeLangTable(scope, in registerInternal()
2463 addTypeLocale(serviceType, scope, lang); in registerInternal()
2474 addRecordToScopeTypeLangTable(scope, in registerInternal()
2480 addTypeLocale(abstractTypeName, scope, lang); in registerInternal()
2490 String scope, in initializeURLScopeLangTableVector() argument
2507 (Hashtable)scopeLevel.get(scope); in initializeURLScopeLangTableVector()
2511 scopeLevel.put(scope, langLevel); in initializeURLScopeLangTableVector()
2522 scope}); in initializeURLScopeLangTableVector()
2537 addRecordToScopeTypeLangTable(String scope, in addRecordToScopeTypeLangTable() argument
2546 String stlKey = makeScopeTypeLangKey(scope, serviceType, lang); in addRecordToScopeTypeLangTable()
2724 String scope = (String)scopes.elementAt(i); in deregisterInternal() local
2726 Hashtable langTable = (Hashtable)scopeLangTable.get(scope); in deregisterInternal()
2741 deleteTypeLocale(type.toString(), scope, lang); in deregisterInternal() local
2746 deleteTypeLocale(type.getAbstractTypeName(), scope, lang); in deregisterInternal() local
2764 deleteTypeLocale(type.toString(), scope, lang); in deregisterInternal() local
2770 scope, in deregisterInternal() local
2780 scopeLangTable.remove(scope); in deregisterInternal()
2856 String scope = (String)en.nextElement(); in findExistingRecord() local
2857 Hashtable langLevel = (Hashtable)scopeLevel.get(scope); in findExistingRecord()
3055 Object scope = scopes.elementAt(0); in checkForExistingUnderOtherServiceType() local
3057 Hashtable localeLevel = (Hashtable)scopeLevel.get(scope); in checkForExistingUnderOtherServiceType()
3061 new Object[] {scope}); in checkForExistingUnderOtherServiceType()
3069 new Object[] {scope}); in checkForExistingUnderOtherServiceType()
3077 new Object[] {scope}); in checkForExistingUnderOtherServiceType()
3142 String scope = (String)oldScopes.elementAt(j); in mergeOldRecordIntoNew() local
3144 if (!newScopes.contains(scope)) { in mergeOldRecordIntoNew()
3145 newScopes.addElement(scope); in mergeOldRecordIntoNew()
3296 addTypeLocale(String type, String scope, String lang) { in addTypeLocale() argument
3298 String sstKey = makeScopeTypeKey(scope, type); in addTypeLocale()
3336 private void deleteTypeLocale(String type, String scope, String lang) { in deleteTypeLocale() argument
3338 String sstKey = makeScopeTypeKey(scope, type); in deleteTypeLocale()
3351 scope}); in deleteTypeLocale()
3362 scope}); in deleteTypeLocale()
3383 makeScopeTypeLangKey(scope, type, lang); in deleteTypeLocale()
3412 String scope = (String)scopes.elementAt(i); in languageSupported() local
3413 String sstKey = makeScopeTypeKey(scope, type); in languageSupported()
3462 private String makeScopeTypeKey(String scope, String type) { in makeScopeTypeKey() argument
3463 return scope + "/" + type; in makeScopeTypeKey()
3470 makeScopeTypeLangKey(String scope, in makeScopeTypeLangKey() argument
3474 return scope + "/" + serviceType + "/" + lang; in makeScopeTypeLangKey()