Searched refs:pDecoders (Results 1 – 1 of 1) sorted by relevance
284 CPDF_Array* pDecoders = (CPDF_Array*)pDecoder; in PDF_DataDecode() local285 for (FX_DWORD i = 0; i < pDecoders->GetCount(); i ++) { in PDF_DataDecode()286 CFX_ByteStringC str = pDecoders->GetConstString(i); in PDF_DataDecode()