Searched refs:targetCatImpl (Results 1 - 2 of 2) sorted by relevance

/haiku/src/tools/locale/
H A Dlinkcatkeys.cpp96 DefaultCatalog targetCatImpl(outputFile.String(), catalogSig,
98 if ((res = targetCatImpl.InitCheck()) != B_OK) {
120 if (!targetCatImpl.GetString(key))
121 targetCatImpl.SetRawString(key, walker.GetValue());
132 res = targetCatImpl.WriteToAttribute(eref);
146 res = targetCatImpl.WriteToResource(eref);
156 res = targetCatImpl.WriteToFile(outputFile.String());
166 int32 count = targetCatImpl.CountItems();
/haiku/src/bin/locale/
H A Dlinkcatkeys.cpp102 DefaultCatalog* targetCatImpl local
104 if (!targetCatImpl) {
136 if (!targetCatImpl->GetString(fixedCatKey))
137 targetCatImpl->SetRawString(fixedCatKey, walker.GetValue());

Completed in 42 milliseconds