Home
last modified time | relevance | path

Searched refs:tempT (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/xfa/src/fxbarcode/common/reedsolomon/
DBC_ReedSolomonDecoder.cpp195 CFX_Int32Array* tempT = new CFX_Int32Array; in FindErrorLocations() local
196 tempT->SetSize(numErrors); in FindErrorLocations()
197 CBC_AutoPtr<CFX_Int32Array> result(tempT); in FindErrorLocations()