UNIXDELIM

 File Line Text
 PeddlerUtils.cpp 40  while ((pos = path.find(UNIXDELIM)) != string::npos)
 PeddlerUtils.cpp 60  while ((pos = path.find(UNIXDELIM)) != string::npos)
 PeddlerUtils.cpp 78  path.replace(pos,1,UNIXDELIM); // replace all \ chars with /
 PeddlerUtils.cpp 85  path.replace(pos,1,UNIXDELIM); // replace all :\ chars with /
 PeddlerUtils.cpp 128  if ((path.find(UNIXDELIM) == string::npos) && (path.find(MACDELIM)==string::npos)) {
UNIXPDIR

 File Line Text
 PeddlerUtils.cpp 58  while ((pos = path.find(UNIXPDIR)) != string::npos)
 PeddlerUtils.cpp 83  path.replace(pos,2,UNIXPDIR); // replace all :: chars with ../
unknownToStdEnc

 File Line Text
 TextExtractWorker.cpp 169  wfConfig->unknownToStdEnc = false;
Uns16

 File Line Text
 extrURI.h 22 ASBool PDActionGetURI(PDAction pdac, char *cURI, Uns16 nLen);
 extrURI.h 41 ASBool PDDocGetBaseURI(PDDoc pdd, char *cBase, Uns16 nLen);
 exturi.c 74 ASBool PDDocGetBaseURI(PDDoc pdd, char *cBase, Uns16 nLen)
 exturi.c 210 ASBool PDActionGetURI(PDAction pdac, char *cURI, Uns16 nLen)
Uns8

 File Line Text
 fontembd.c 65 Uns8** encoding;
 fontembd.c 179  (Uns8 *) fontName,
 fontembd.c 193  (Uns8 *) fontType,
 fontembd.c 211  (Uns8 *) fontCharSet,
 fontembd.c 226  (Uns8 *) fontEncoding,
 helowrld.c 149  (Uns8 *)HelloWorldStr, /* text to add */
 MTInMemFS.cpp 499  (Uns8 *)text, // text to add
 Watermark.cpp 268  PDETextAddEx (pdeText, kPDETextRun, 0, (Uns8 *)text, strlen( text ),
 Watermark.cpp 368  PDETextAddEx( pdeText, kPDETextRun, 0, (Uns8 *)text, strlen( text ),
UnsetPDFLPrintUserParams

 File Line Text
 printpdf.cpp 91 void UnsetPDFLPrintUserParams(PDFLPrintUserParams rec);
 printpdf.cpp 195  UnsetPDFLPrintUserParams(&rec);
 printpdf.cpp 285  UnsetPDFLPrintUserParams(&rec);
 printpdf.cpp 521 void UnsetPDFLPrintUserParams(PDFLPrintUserParams rec)
UnsetPDPrintParams

 File Line Text
 printpdf.cpp 90 void UnsetPDPrintParams(PDPrintParams psParams);
 printpdf.cpp 194  UnsetPDPrintParams(&psParams);
 printpdf.cpp 284  UnsetPDPrintParams(&psParams);
 printpdf.cpp 440 void UnsetPDPrintParams(PDPrintParams psParams)
URI_K

 File Line Text
 Peddler.cpp 222  PDAction myAct = PDActionNew(docP, URI_K);
useUtf

 File Line Text
 Decryption.cpp 172 void useUtf(PDDoc pdDoc)
 Decryption.cpp 232  useUtf(pdDoc);
useUTF

 File Line Text
 Decryption.cpp 169 static ASBool useUTF = false;