Searched refs:ptPos (Results 1 – 1 of 1) sorted by relevance
1400 FX_STRSIZE ptPos = wsWideNarrowRatio.Find(':'); in GetBarcodeAttribute_WideNarrowRatio() local1402 if (ptPos >= 0) { in GetBarcodeAttribute_WideNarrowRatio()1406 fA = FXSYS_wtoi(wsWideNarrowRatio.Left(ptPos).c_str()); in GetBarcodeAttribute_WideNarrowRatio()1407 fB = FXSYS_wtoi(wsWideNarrowRatio.Mid(ptPos + 1).c_str()); in GetBarcodeAttribute_WideNarrowRatio()