Searched refs:importPath (Results 1 – 3 of 3) sorted by relevance
118 return c.file.importPath275 importPath GoImportPath // Import path of this file's package. member525 importPath := obj.GoImportPath()526 if importPath == g.outputImportPath {529 return string(g.GoPackageName(importPath)) + "."533 func (g *Generator) GoPackageName(importPath GoImportPath) GoPackageName {534 if name, ok := g.packageNames[importPath]; ok {537 name := cleanPackageName(baseName(string(importPath)))541 g.packageNames[importPath] = name548 func (g *Generator) AddImport(importPath GoImportPath) GoPackageName {[all …]
94 importPath GoImportPath102 if got := g.GoPackageName(test.importPath); got != test.want {103 t.Errorf("GoPackageName(%v) = %v, want %v", test.importPath, got, test.want)
137 …String importPath = "//ldml/collations/collation[@visibility=\"external\"][@type=\"" + collationTy… in getRuleBasedCollator() local138 if (collationFile.isHere(importPath)) { in getRuleBasedCollator()139 String fullPath = collationFile.getFullXPath(importPath); in getRuleBasedCollator()