Home
last modified time | relevance | path

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

/external/libcups/ppdc/
Dppdc-catalog.cxx35 static void apple_add_message(CFStringRef key, CFStringRef val, ppdcCatalog *c);
47 ppdcCatalog::ppdcCatalog(const char *l, // I - Locale in ppdcCatalog() function in ppdcCatalog
152 ppdcCatalog::~ppdcCatalog() in ~ppdcCatalog()
167 ppdcCatalog::add_message( in add_message()
209 ppdcCatalog::find_message( in find_message()
233 ppdcCatalog::load_messages( in load_messages()
518 ppdcCatalog::save_messages( in save_messages()
665 ppdcCatalog *c) // I - Message catalog in apple_add_message()
Dppdc.cxx36 ppdcCatalog *catalog; // Message catalog in main()
119 catalog = new ppdcCatalog("en"); in main()
182 catalog = new ppdcCatalog(argv[i]); in main()
381 for (ppdcCatalog *tempcatalog = (ppdcCatalog *)src->po_files->first(); in main()
383 tempcatalog = (ppdcCatalog *)src->po_files->next()) in main()
Dgenstrings.cxx29 static void add_ui_strings(ppdcDriver *d, ppdcCatalog *catalog);
41 ppdcCatalog *catalog; // Catalog to hold all of the UI strings in main()
55 catalog = new ppdcCatalog(NULL); in main()
98 ppdcCatalog *catalog) // I - Message catalog in add_ui_strings()
Dtestcatalog.cxx25 ppdcCatalog *catalog; // Message catalog in main()
36 catalog = new ppdcCatalog(NULL, argv[1]); in main()
Dppdpo.cxx23 static void add_ui_strings(ppdcDriver *d, ppdcCatalog *catalog);
36 ppdcCatalog *catalog; // Message catalog in main()
48 catalog = new ppdcCatalog("en"); in main()
156 ppdcCatalog *catalog) // I - Message catalog in add_ui_strings()
Dppdc.h163 class ppdcCatalog //// Translation catalog
172 ppdcCatalog(const char *l, const char *f = 0);
173 ~ppdcCatalog();
419 int write_ppd_file(cups_file_t *fp, ppdcCatalog *catalog,
484 ppdcCatalog *find_po(const char *l);
508 ppdcCatalog *get_po(ppdcFile *fp);
Dppdc-source.cxx233 ppdcCatalog * // O - Message catalog or NULL
236 ppdcCatalog *cat; // Current message catalog in find_po()
239 for (cat = (ppdcCatalog *)po_files->first(); in find_po()
241 cat = (ppdcCatalog *)po_files->next()) in find_po()
1616 ppdcCatalog * // O - Message catalog
1624 ppdcCatalog *cat; // Message catalog in get_po()
1670 cat = new ppdcCatalog(locale, pofilename); in get_po()
2626 ppdcCatalog *cat; // Message catalog in scan_file()
Dppdc-driver.cxx373 ppdcCatalog *catalog, // I - Message catalog in write_ppd_file()
398 catalog = new ppdcCatalog(NULL); in write_ppd_file()
683 ppdcCatalog *locatalog; // Message catalog for locale in write_ppd_file()
701 locatalog = new ppdcCatalog(locale->value); in write_ppd_file()
1149 ppdcCatalog *locatalog; // Message catalog for locale in write_ppd_file()
/external/libcups/scheduler/
Dcups-driverd.cxx365 ppdcCatalog *catalog; // Message catalog in .drv file in cat_drv()
371 for (catalog = (ppdcCatalog *)src->po_files->first(); in cat_drv()
373 catalog = (ppdcCatalog *)src->po_files->next()) in cat_drv()