Home | History | Annotate | Download | only in icupkg

Lines Matching defs:outType

224     char outType;
301 outType=type[0];
302 switch(outType) {
318 isModified|=(UBool)(!isPackage || outType!=pkg->getInType());
320 outType=pkg->getInType(); // default to input type
322 outType=0; /* tells extractItem() to not swap */
346 pkg->extractItem(destPath, outFilename, 0, outType);
407 pkg->extractItems(destPath, *listPkg, outType);
466 *(s-5)=outType;
470 outType);