Home
last modified time | relevance | path

Searched refs:toScope (Results 1 – 4 of 4) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DIso639Data.java36 static Map<String, Scope> toScope; field in Iso639Data
225 if (toScope == null) { in getScope()
230 Scope result = toScope.get(languageSubtag); in getScope()
296 toScope = new HashMap<String, Scope>(); 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()
/external/turbine/java/com/google/turbine/binder/lookup/
DImportScope.java70 default CompoundScope toScope(ResolveFunction resolve) {
/external/turbine/java/com/google/turbine/binder/
DModuleBinder.java82 this.scope = module.scope().toScope(Resolve.resolveFunction(env, /* origin= */ null)); in ModuleBinder()
DTypeBinder.java166 .toScope(Resolve.resolveFunction(env, owner)) in bind()
221 .toScope(Resolve.resolveFunction(env, owner)) in bind()