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

/haiku/src/tools/locale/
H A DPlainTextCatalog.cpp257 BString textContent; local
270 textContent << kCatArchiveVersion << "\t" << fLanguageName.String() << "\t"
273 res = catalogFile.Write(textContent.String(),textContent.Length());
274 if (res != textContent.Length())
293 textContent.Truncate(0);
294 textContent << original.String() << "\t"
298 res = catalogFile.Write(textContent.String(),textContent.Length());
299 if (res != textContent
[all...]
/haiku/src/add-ons/locale/catalogs/plaintext/
H A DCatalog.cpp285 BString textContent; local
298 textContent << kCatArchiveVersion << "\t" << fLanguageName.String() << "\t"
301 res = catalogFile.Write(textContent.String(),textContent.Length());
302 if (res != textContent.Length())
321 textContent.Truncate(0);
322 textContent << original.String() << "\t"
326 res = catalogFile.Write(textContent.String(),textContent.Length());
327 if (res != textContent
[all...]

Completed in 157 milliseconds