Searched refs:ppdcCatalog (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/cups-372.4/cups/ppdc/
H A Dtestcatalog.cxx34 ppdcCatalog *catalog; // Message catalog
45 catalog = new ppdcCatalog(NULL, argv[1]);
H A Dgenstrings.cxx42 static void add_ui_strings(ppdcDriver *d, ppdcCatalog *catalog);
54 ppdcCatalog *catalog; // Catalog to hold all of the UI strings
68 catalog = new ppdcCatalog(NULL);
111 ppdcCatalog *catalog) // I - Message catalog
H A Dppdc.cxx47 ppdcCatalog *catalog; // Message catalog
130 catalog = new ppdcCatalog("en");
193 catalog = new ppdcCatalog(argv[i]);
392 for (ppdcCatalog *tempcatalog = (ppdcCatalog *)src->po_files->first();
394 tempcatalog = (ppdcCatalog *)src->po_files->next())
H A Dppdc-catalog.cxx17 // ppdcCatalog::ppdcCatalog() - Create a shared message catalog.
18 // ppdcCatalog::~ppdcCatalog() - Destroy a shared message catalog.
19 // ppdcCatalog::add_message() - Add a new message.
20 // ppdcCatalog::find_message() - Find a message in a catalog...
21 // ppdcCatalog::load_messages() - Load messages from a .po file.
22 // ppdcCatalog::save_messages() - Save the messages to a .po file.
60 // 'ppdcCatalog::ppdcCatalog()'
63 ppdcCatalog::ppdcCatalog(const char *l, // I - Locale function in class:ppdcCatalog
[all...]
H A Dppdpo.cxx35 static void add_ui_strings(ppdcDriver *d, ppdcCatalog *catalog);
48 ppdcCatalog *catalog; // Message catalog
60 catalog = new ppdcCatalog("en");
167 ppdcCatalog *catalog) // I - Message catalog
H A Dppdc.h169 class ppdcCatalog //// Translation catalog class in inherits:ppdcShared
178 ppdcCatalog(const char *l, const char *f = 0);
179 ~ppdcCatalog();
181 PPDC_NAME("ppdcCatalog")
425 int write_ppd_file(cups_file_t *fp, ppdcCatalog *catalog,
490 ppdcCatalog *find_po(const char *l);
514 ppdcCatalog *get_po(ppdcFile *fp);
H A Dppdc-driver.cxx396 ppdcCatalog *catalog, // I - Message catalog
421 catalog = new ppdcCatalog("en");
706 ppdcCatalog *locatalog; // Message catalog for locale
724 locatalog = new ppdcCatalog(locale->value);
1168 ppdcCatalog *locatalog; // Message catalog for locale
H A Dppdc-source.cxx281 ppdcCatalog * // O - Message catalog or NULL
284 ppdcCatalog *cat; // Current message catalog
287 for (cat = (ppdcCatalog *)po_files->first();
289 cat = (ppdcCatalog *)po_files->next())
1664 ppdcCatalog * // O - Message catalog
1672 ppdcCatalog *cat; // Message catalog
1718 cat = new ppdcCatalog(locale, pofilename);
2673 ppdcCatalog *cat; // Message catalog
/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dcups-driverd.cxx396 ppdcCatalog *catalog; // Message catalog in .drv file
403 for (catalog = (ppdcCatalog *)src->po_files->first();
405 catalog = (ppdcCatalog *)src->po_files->next())

Completed in 196 milliseconds