Lines Matching refs:cat1
61 BPrivate::EditableCatalog cat1("Default", catSig, "klingon"); in TestCreation() local
62 assert(cat1.InitCheck() == B_OK); in TestCreation()
66 cat1.SetString(strs[i].String(), trls[i].String(), ctxs[i].String()); in TestCreation()
70 cat1.CountItems(), watch.ElapsedTime()); in TestCreation()
74 res = cat1.WriteToFile("./locale/catalogs/"catSig"/klingon.catalog"); in TestCreation()
78 cat1.CountItems(), watch.ElapsedTime()); in TestCreation()
122 BPrivate::EditableCatalog cat1("Default", catSig, "klingon"); in TestIdCreation() local
123 assert(cat1.InitCheck() == B_OK); in TestIdCreation()
132 cat1.SetString(i, trls[i].String()); in TestIdCreation()
136 cat1.CountItems(), watch.ElapsedTime()); in TestIdCreation()
140 res = cat1.WriteToFile("./locale/catalogs/"catSig"/klingon.catalog"); in TestIdCreation()
144 cat1.CountItems(), watch.ElapsedTime()); in TestIdCreation()