Searched refs:FXSYS_wtoi (Results 1 – 8 of 8) sorted by relevance
275 FXSYS_wtoi(wsTemplateNS.Mid(nPrefixLength, nDotPos - nPrefixLength)); in RecognizeXFAVersionNumber()276 int8_t iMinor = FXSYS_wtoi( in RecognizeXFAVersionNumber()
252 int32_t iScale = FXSYS_wtoi((const FX_WCHAR*)wsValue); in GetHorizontalScale()258 int32_t iScale = FXSYS_wtoi((const FX_WCHAR*)wsValue); in GetVerticalScale()2606 val = FXSYS_wtoi(wsDataLength); in GetBarcodeAttribute_DataLength()2637 val = FXSYS_wtoi(wsECLevel); in GetBarcodeAttribute_ECLevel()2711 fRatio = (FX_FLOAT)FXSYS_wtoi(wsWideNarrowRatio); in GetBarcodeAttribute_WideNarrowRatio()2714 fA = FXSYS_wtoi(wsWideNarrowRatio.Left(ptPos)); in GetBarcodeAttribute_WideNarrowRatio()2715 fB = FXSYS_wtoi(wsWideNarrowRatio.Mid(ptPos + 1)); in GetBarcodeAttribute_WideNarrowRatio()
1705 FXJSE_Value_SetInteger(hValue, FXSYS_wtoi(content)); in Script_Som_DefaultValue()2024 FXJSE_Value_SetInteger(hValue, FXSYS_wtoi(content)); in Script_Field_DefaultValue()2026 FXJSE_Value_SetBoolean(hValue, FXSYS_wtoi(content) == 0 ? FALSE : TRUE); in Script_Field_DefaultValue()
96 int32_t FXSYS_wtoi(const FX_WCHAR* str) { in FXSYS_wtoi() function
768 nWidth = FXSYS_wtoi(lpsz); in FormatV()784 nPrecision = FXSYS_wtoi(lpsz); in FormatV()989 return m_pData ? FXSYS_wtoi(m_pData->m_String) : 0; in GetInteger()
269 int32_t FXSYS_wtoi(const FX_WCHAR* str);
584 return FXSYS_wtoi((const FX_WCHAR*)m_Attributes[i + 1]); in GetInteger()772 return FXSYS_wtoi((const FX_WCHAR*)m_Attributes[i + 1]); in GetInteger()
139 iControlNo = FXSYS_wtoi(suffixal.c_str()); in ParseFieldName()