Searched refs:toScope (Results 1 – 4 of 4) sorted by relevance
36 static Map<String, Scope> toScope; field in Iso639Data225 if (toScope == null) { in getScope()230 Scope result = toScope.get(languageSubtag); in getScope()296 toScope = new HashMap<>(); in getData()346 toScope.put(languageSubtag, scope); in getData()441 toScope.put(languageSubtag, Scope.PrivateUse); in getData()464 toScope.put(languageSubtag, Scope.Collection); in getData()574 if (toScope.get(value) == null && toHeirarchyTemp.get(value) == null) { in getData()589 toScope = Collections.unmodifiableMap(toScope); in getData()
70 default CompoundScope toScope(ResolveFunction resolve) {
87 this.scope = module.scope().toScope(Resolve.resolveFunction(env, /* origin= */ null)); in ModuleBinder()
167 .toScope(Resolve.resolveFunction(env, owner)) in bind()222 .toScope(Resolve.resolveFunction(env, owner)) in bind()