Home
last modified time | relevance | path

Searched refs:ppdcString (Results 1 – 18 of 18) sorted by relevance

/external/libcups/ppdc/
Dppdc.h124 class ppdcString //// Shared String
131 ppdcString(const char *v);
132 ~ppdcString();
154 ppdcString *id, // Translation ID
168 ppdcString *locale; // Name of locale
169 ppdcString *filename; // Name of translation file
188 ppdcString *name, // Name of attribute
206 ppdcString *name, // Font name
224 ppdcString *name, // Name of choice
240 ppdcString *name, // Name of option
[all …]
Dppdc-string.cxx21 ppdcString::ppdcString(const char *v) // I - String in ppdcString() function in ppdcString
42 ppdcString::~ppdcString() in ~ppdcString()
Dppdc-constraint.cxx29 option1 = new ppdcString(o1); in ppdcConstraint()
30 choice1 = new ppdcString(c1); in ppdcConstraint()
31 option2 = new ppdcString(o2); in ppdcConstraint()
32 choice2 = new ppdcString(c2); in ppdcConstraint()
Dppdc-attr.cxx30 name = new ppdcString(n); in ppdcAttr()
31 selector = new ppdcString(s); in ppdcAttr()
32 text = new ppdcString(t); in ppdcAttr()
33 value = new ppdcString(v); in ppdcAttr()
Dppdc-font.cxx30 name = new ppdcString(n); in ppdcFont()
31 encoding = new ppdcString(e); in ppdcFont()
32 version = new ppdcString(v); in ppdcFont()
33 charset = new ppdcString(c); in ppdcFont()
Dppdc-mediasize.cxx35 name = new ppdcString(n); in ppdcMediaSize()
36 text = new ppdcString(t); in ppdcMediaSize()
43 size_code = new ppdcString(sc); in ppdcMediaSize()
44 region_code = new ppdcString(rc); in ppdcMediaSize()
Dppdc-choice.cxx28 name = new ppdcString(n); in ppdcChoice()
29 text = new ppdcString(t); in ppdcChoice()
30 code = new ppdcString(c); in ppdcChoice()
Dppdc-variable.cxx27 name = new ppdcString(n); in ppdcVariable()
28 value = new ppdcString(v); in ppdcVariable()
53 value = new ppdcString(v); in set_value()
Dppdc-message.cxx27 id = new ppdcString(i); in ppdcMessage()
28 string = new ppdcString(s); in ppdcMessage()
Dppdc-filter.cxx28 mime_type = new ppdcString(t); in ppdcFilter()
29 program = new ppdcString(p); in ppdcFilter()
Dppdc-profile.cxx30 resolution = new ppdcString(r); in ppdcProfile()
31 media_type = new ppdcString(m); in ppdcProfile()
Dppdc-group.cxx26 name = new ppdcString(n); in ppdcGroup()
27 text = new ppdcString(t); in ppdcGroup()
Dppdc-import.cxx111 driver->manufacturer = new ppdcString(ppd->manufacturer); in import_ppd()
112 driver->model_name = new ppdcString(ptr); in import_ppd()
113 driver->pc_file_name = new ppdcString(ppd->pcfilename); in import_ppd()
115 driver->version = new ppdcString(attr ? attr->value : NULL); in import_ppd()
149 driver->default_font = new ppdcString(attr ? attr->value : NULL); in import_ppd()
Dppdc-option.cxx31 name = new ppdcString(n); in ppdcOption()
32 text = new ppdcString(t); in ppdcOption()
Dppdc-driver.cxx247 custom_size_code = new ppdcString(c); in set_custom_size_code()
303 file_name = new ppdcString(f); in set_file_name()
318 manufacturer = new ppdcString(m); in set_manufacturer()
333 model_name = new ppdcString(m); in set_model_name()
348 pc_file_name = new ppdcString(f); in set_pc_file_name()
362 version = new ppdcString(v); in set_version()
381 ppdcString *s; // Copyright string in write_ppd_file()
419 for (s = (ppdcString *)copyright->first(); in write_ppd_file()
421 s = (ppdcString *)copyright->next()) in write_ppd_file()
682 ppdcString *locale; // Locale name in write_ppd_file()
[all …]
Dppdc-catalog.cxx53 locale = new ppdcString(l); in ppdcCatalog()
54 filename = new ppdcString(f); in ppdcCatalog()
188 m->string = new ppdcString(string); in add_message()
Dppdc-source.cxx55 filename = new ppdcString(f); in ppdcSource()
127 includes->add(new ppdcString(d)); in add_include()
160 ppdcString *dir; // Include directory in find_include()
206 for (dir = (ppdcString *)includes->first(); dir; dir = (ppdcString *)includes->next()) in find_include()
1674 cat->filename = new ppdcString(poname); in get_po()
2762 d->copyright->add(new ppdcString(copyptr)); in scan_file()
3428 ppdcString *st; // Current string in write_file()
3484 for (st = (ppdcString *)d->copyright->first(); in write_file()
3486 st = (ppdcString *)d->copyright->next()) in write_file()
Dppdc.cxx167 locales->add(new ppdcString(start)); in main()