Searched refs:ptPos (Results 1 – 1 of 1) sorted by relevance
2708 FX_STRSIZE ptPos = wsWideNarrowRatio.Find(':'); in GetBarcodeAttribute_WideNarrowRatio() local2710 if (ptPos >= 0) { in GetBarcodeAttribute_WideNarrowRatio()2714 fA = FXSYS_wtoi(wsWideNarrowRatio.Left(ptPos)); in GetBarcodeAttribute_WideNarrowRatio()2715 fB = FXSYS_wtoi(wsWideNarrowRatio.Mid(ptPos + 1)); in GetBarcodeAttribute_WideNarrowRatio()