Searched refs:ptPos (Results 1 – 1 of 1) sorted by relevance
2201 Optional<size_t> ptPos = wsWideNarrowRatio->Find(':'); in GetBarcodeAttribute_WideNarrowRatio() local2202 if (!ptPos) in GetBarcodeAttribute_WideNarrowRatio()2206 wsWideNarrowRatio->Right(wsWideNarrowRatio->GetLength() - (*ptPos + 1)) in GetBarcodeAttribute_WideNarrowRatio()2211 int32_t fA = FXSYS_wtoi(wsWideNarrowRatio->Left(*ptPos).c_str()); in GetBarcodeAttribute_WideNarrowRatio()