#include </home/clem/local/src/opie/noncore/unsupported/qpdf/goo/GString.h>
Public Member Functions | |
| GString () | |
| GString (const char *sA) | |
| GString (const char *sA, int lengthA) | |
| GString (GString *str, int idx, int lengthA) | |
| GString (GString *str) | |
| GString * | copy () |
| GString (GString *str1, GString *str2) | |
| ~GString () | |
| int | getLength () |
| char * | getCString () |
| char | getChar (int i) |
| void | setChar (int i, char c) |
| GString * | clear () |
| GString * | append (char c) |
| GString * | append (GString *str) |
| GString * | append (const char *str) |
| GString * | append (const char *str, int lengthA) |
| GString * | insert (int i, char c) |
| GString * | insert (int i, GString *str) |
| GString * | insert (int i, const char *str) |
| GString * | insert (int i, const char *str, int lengthA) |
| GString * | del (int i, int n=1) |
| GString * | upperCase () |
| GString * | lowerCase () |
| int | cmp (GString *str) |
| int | cmpN (GString *str, int n) |
| int | cmp (const char *sA) |
| int | cmpN (const char *sA, int n) |
Static Public Member Functions | |
| static GString * | fromInt (int x) |
Private Member Functions | |
| void | resize (int length1) |
Private Attributes | |
| int | length |
| char * | s |
|
|
Definition at line 43 of file GString.cc. |
|
|
Definition at line 49 of file GString.cc. |
|
||||||||||||
|
Definition at line 57 of file GString.cc. |
|
||||||||||||||||
|
Definition at line 64 of file GString.cc. References getCString(), length, NULL, resize(), and s. |
|
|
Definition at line 71 of file GString.cc. References getCString(), getLength(), length, NULL, resize(), and s. |
|
||||||||||||
|
Definition at line 77 of file GString.cc. References getCString(), getLength(), length, NULL, resize(), and s. |
|
|
Definition at line 113 of file GString.cc. References s. |
|
||||||||||||
|
Definition at line 148 of file GString.cc. |
|
|
Definition at line 139 of file GString.cc. |
|
|
Definition at line 130 of file GString.cc. References getCString(), getLength(), length, resize(), and s. |
|
|
Definition at line 123 of file GString.cc. References length, resize(), and s. Referenced by GlobalParams::findFontFile(), Lexer::getObj(), DCTStream::getPSFilter(), CCITTFaxStream::getPSFilter(), RunLengthStream::getPSFilter(), LZWStream::getPSFilter(), ASCII85Stream::getPSFilter(), ASCIIHexStream::getPSFilter(), TextPage::getText(), PostScriptFunction::getToken(), LinkURI::LinkURI(), Catalog::readMetadata(), GfxFont::readToUnicodeCMap(), and LZWStream::reset(). |
|
|
Definition at line 117 of file GString.cc. |
|
|
Definition at line 87 of file GString.h. References s. |
|
|
||||||||||||
|
Definition at line 88 of file GString.h. References s. |
|
||||||||||||
|
Definition at line 86 of file GString.h. References getCString(), and s. |
|
|
||||||||||||
|
Definition at line 202 of file GString.cc. References length, resize(), and s. Referenced by LinkURI::LinkURI(), and LZWStream::reset(). |
|
|
Definition at line 87 of file GString.cc. References buf, GString(), i, and Opie::MM::y. |
|
|
Definition at line 56 of file GString.h. References s. Referenced by LinkURI::LinkURI(), Decrypt::makeFileKey(), and Decrypt::makeFileKey2(). |
|
|
|
Definition at line 50 of file GString.h. References length. Referenced by append(), Gfx::doShowText(), Parser::getObj(), TextPage::getText(), GString(), insert(), LinkURI::LinkURI(), Decrypt::makeFileKey(), Decrypt::makeFileKey2(), Object::print(), and LZWStream::reset(). |
|
||||||||||||||||
|
Definition at line 191 of file GString.cc. |
|
||||||||||||
|
Definition at line 179 of file GString.cc. |
|
||||||||||||
|
Definition at line 167 of file GString.cc. References getCString(), getLength(), length, resize(), and s. |
|
||||||||||||
|
Definition at line 156 of file GString.cc. |
|
|
Definition at line 223 of file GString.cc. Referenced by PDFDoc::PDFDoc(). |
|
|
Definition at line 30 of file GString.cc. References length, s, and size. Referenced by append(), clear(), del(), GString(), and insert(). |
|
||||||||||||
|
Definition at line 59 of file GString.h. References s. |
|
|
Definition at line 213 of file GString.cc. Referenced by PDFDoc::PDFDoc(). |
|
|
Definition at line 92 of file GString.h. Referenced by append(), clear(), del(), getLength(), GString(), insert(), lowerCase(), resize(), and upperCase(). |
|
|
Definition at line 93 of file GString.h. Referenced by append(), clear(), cmp(), cmpN(), del(), getChar(), getCString(), GString(), insert(), lowerCase(), resize(), setChar(), upperCase(), and ~GString(). |
1.4.2