Searched refs:iLength (Results 1 – 11 of 11) sorted by relevance
142 FX_FLOAT FXSYS_strtof(FX_LPCSTR pcsStr, FX_INT32 iLength, FX_INT32 *pUsedLen) in FXSYS_strtof() argument145 if (iLength < 0) { in FXSYS_strtof()146 iLength = (FX_INT32)FXSYS_strlen(pcsStr); in FXSYS_strtof()148 CFX_WideString ws = CFX_WideString::FromLocal(pcsStr, iLength); in FXSYS_strtof()149 return FXSYS_wcstof(ws.c_str(), iLength, pUsedLen); in FXSYS_strtof()151 FX_FLOAT FXSYS_wcstof(FX_LPCWSTR pwsStr, FX_INT32 iLength, FX_INT32 *pUsedLen) in FXSYS_wcstof() argument154 if (iLength < 0) { in FXSYS_wcstof()155 iLength = (FX_INT32)FXSYS_wcslen(pwsStr); in FXSYS_wcstof()157 if (iLength == 0) { in FXSYS_wcstof()170 while (iUsedLen < iLength) { in FXSYS_wcstof()[all …]
22 FX_FLOAT FXSYS_strtof(FX_LPCSTR pcsStr, FX_INT32 iLength = -1, FX_INT32 *pUsedLen = NULL);23 FX_FLOAT FXSYS_wcstof(FX_LPCWSTR pwsStr, FX_INT32 iLength = -1, FX_INT32 *pUsedLen = NULL);45 FX_DWORD FX_HashCode_String_GetA(FX_LPCSTR pStr, FX_INT32 iLength, FX_BOOL bIgnoreCase = FALSE);46 FX_DWORD FX_HashCode_String_GetW(FX_LPCWSTR pStr, FX_INT32 iLength, FX_BOOL bIgnoreCase = FALSE);
106 static FX_UINT32 FPF_GetHashCode_StringA(FX_LPCSTR pStr, FX_INT32 iLength, FX_BOOL bIgnoreCase = FA… in FPF_GetHashCode_StringA() argument111 if (iLength < 0) { in FPF_GetHashCode_StringA()112 iLength = FXSYS_strlen(pStr); in FPF_GetHashCode_StringA()114 FX_LPCSTR pStrEnd = pStr + iLength; in FPF_GetHashCode_StringA()187 FX_INT32 iLength = bsfamily.GetLength(); in FPF_SKIANormalizeFontName() local189 for (FX_INT32 i = 0; i < iLength; i++) { in FPF_SKIANormalizeFontName()
406 int iLength = params.size(); in mailForm() local408 FX_BOOL bUI = iLength > 0 ? params[0].ToBool() : TRUE; in mailForm()409 CFX_WideString cTo = iLength > 1 ? params[1].ToCFXWideString() : L""; in mailForm()410 CFX_WideString cCc = iLength > 2 ? params[2].ToCFXWideString() : L""; in mailForm()411 CFX_WideString cBcc = iLength > 3 ? params[3].ToCFXWideString() : L""; in mailForm()412 CFX_WideString cSubject = iLength > 4 ? params[4].ToCFXWideString() : L""; in mailForm()413 CFX_WideString cMsg = iLength > 5 ? params[5].ToCFXWideString() : L""; in mailForm()1243 size_t iLength = cbFrom.GetLength(); in ReversalStr() local1245 iSize *= (iLength + 1); in ReversalStr()1247 wchar_t* pFrom = (wchar_t*)cbFrom.GetBuffer(iLength); in ReversalStr()[all …]
848 int iLength = params.size(); in response() local849 if (iLength > 0 && params[0].GetType() == VT_object) in response()869 switch(iLength) in response()
617 int iLength = csNewFieldName.GetLength(); in ValidateFieldName() local620 while (iPos < iLength && (csNewFieldName[iPos] == L'.' || csNewFieldName[iPos] == L' ')) { in ValidateFieldName()623 if (iPos < iLength && !csSub.IsEmpty()) { in ValidateFieldName()626 while (iPos < iLength && csNewFieldName[iPos] != L'.') { in ValidateFieldName()667 if (iPos >= iLength) { in ValidateFieldName()912 int iLength = csFieldName.GetLength(); in CountInternalFields() local917 if (iPos < iLength && csFieldName[iPos] == L'.') { in CountInternalFields()920 while (iPos < iLength && csFieldName[iPos] != L'.') { in CountInternalFields()939 if (iPos >= iLength) { in CountInternalFields()968 int iLength = csFieldName.GetLength(); in GetInternalField() local[all …]
435 FX_INT32 iLength = FXSYS_strlen(pStr); in FX_GetLangHashCode() local436 FX_LPCSTR pStrEnd = pStr + iLength; in FX_GetLangHashCode()532 static FX_WORD FX_GetCharsetFromLang(FX_LPCSTR pLang, FX_INT32 iLength) in FX_GetCharsetFromLang() argument535 if (iLength < 0) { in FX_GetCharsetFromLang()536 iLength = FXSYS_strlen(pLang); in FX_GetCharsetFromLang()
402 iLength = info.iLengthInMs403 if iLength > 0:404 … self.log.SetValue("%s %.2f Seconds" % (self.currentSegmentName, iLength / 1000.00))
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
103656 static const u8 iLength[] = {2, 2, 3, 5, 3, 4, 4};103663 for(i=0; i<ArraySize(iLength)-omitFull; i++){103664 if( iLength[i]==n && sqlite3StrNICmp(&zText[iOffset[i]],z,n)==0 ){
103638 static const u8 iLength[] = {2, 2, 3, 5, 3, 4, 4};103645 for(i=0; i<ArraySize(iLength)-omitFull; i++){103646 if( iLength[i]==n && sqlite3StrNICmp(&zText[iOffset[i]],z,n)==0 ){