#include </home/clem/local/src/opie/noncore/unsupported/qpdf/xpdf/NameToCharCode.h>
Collaboration diagram for NameToCharCode:

Public Member Functions | |
| NameToCharCode () | |
| ~NameToCharCode () | |
| void | add (char *name, CharCode c) |
| CharCode | lookup (char *name) |
Private Member Functions | |
| int | hash (char *name) |
Private Attributes | |
| NameToCharCodeEntry * | tab |
| int | size |
| int | len |
|
|
Definition at line 27 of file NameToCharCode.cc. References gmalloc(), i, len, NameToCharCodeEntry::name, NULL, size, and tab. |
|
|
Definition at line 38 of file NameToCharCode.cc. |
|
||||||||||||
|
Definition at line 49 of file NameToCharCode.cc. References NameToCharCodeEntry::c, copyString(), gfree(), gmalloc(), hash(), i, len, NameToCharCodeEntry::name, NULL, size, and tab. Referenced by GlobalParams::GlobalParams(), and GlobalParams::parseNameToUnicode(). |
|
|
Definition at line 106 of file NameToCharCode.cc. |
|
|
Definition at line 91 of file NameToCharCode.cc. References NameToCharCodeEntry::c, hash(), size, and tab. Referenced by GlobalParams::getMacRomanCharCode(), and GlobalParams::mapNameToUnicode(). |
|
|
Definition at line 37 of file NameToCharCode.h. Referenced by add(), and NameToCharCode(). |
|
|
Definition at line 36 of file NameToCharCode.h. Referenced by add(), hash(), lookup(), NameToCharCode(), and ~NameToCharCode(). |
|
|
Definition at line 35 of file NameToCharCode.h. Referenced by add(), lookup(), NameToCharCode(), and ~NameToCharCode(). |
1.4.2