Searched refs:pszValue (Results 1 – 7 of 7) sorted by relevance
49 const FX_WCHAR* pszValue, in CopyToLocal() argument57 (void*)(uintptr_t)FX_HashCode_String_GetW(pszValue, iValueLen, FALSE); in CopyToLocal()67 FXSYS_wcsncpy(psz, pszValue, iValueLen); in CopyToLocal()107 const FX_WCHAR* pszValue, in AddProperty() argument111 if (iValueLen >= 10 && pszValue[iValueLen - 10] == '!' && in AddProperty()112 FX_wcsnicmp(L"important", pszValue + iValueLen - 9, 9) == 0) { in AddProperty()136 pCSSValue = ParseFunction(pArgs, pszValue, iValueLen); in AddProperty()139 pCSSValue = ParseNumber(pArgs, pszValue, iValueLen); in AddProperty()142 pCSSValue = ParseEnum(pArgs, pszValue, iValueLen); in AddProperty()145 pCSSValue = ParseColor(pArgs, pszValue, iValueLen); in AddProperty()[all …]
46 const FX_WCHAR* pszValue,51 const FX_WCHAR* pszValue,56 const FX_WCHAR* pszValue,60 const FX_WCHAR* pszValue,64 const FX_WCHAR* pszValue,68 const FX_WCHAR* pszValue,72 const FX_WCHAR* pszValue,76 const FX_WCHAR* pszValue,80 const FX_WCHAR* pszValue,84 const FX_WCHAR* pszValue,[all …]
667 FX_BOOL FDE_ParseCSSNumber(const FX_WCHAR* pszValue, in FDE_ParseCSSNumber() argument671 FXSYS_assert(pszValue != NULL && iValueLen > 0); in FDE_ParseCSSNumber()673 fValue = FX_wcstof(pszValue, iValueLen, &iUsedLen); in FDE_ParseCSSNumber()678 pszValue += iUsedLen; in FDE_ParseCSSNumber()680 if (iValueLen >= 1 && *pszValue == '%') { in FDE_ParseCSSNumber()683 FDE_LPCCSSLENGTHUNITTABLE pUnit = FDE_GetCSSLengthUnitByName(pszValue, 2); in FDE_ParseCSSNumber()691 FX_BOOL FDE_ParseCSSString(const FX_WCHAR* pszValue, in FDE_ParseCSSString() argument695 FXSYS_assert(pszValue != NULL && iValueLen > 0); in FDE_ParseCSSString()699 FX_WCHAR first = pszValue[0], last = pszValue[iValueLen - 1]; in FDE_ParseCSSString()707 FX_BOOL FDE_ParseCSSURI(const FX_WCHAR* pszValue, in FDE_ParseCSSURI() argument[all …]
229 const FX_WCHAR* pszValue = NULL; in LoadStyleRule() local239 pszValue = pSyntax->GetCurrentString(iValueLen); in LoadStyleRule()241 CFDE_CSSSelector::FromString(m_pAllocator, pszValue, iValueLen); in LoadStyleRule()247 pszValue = pSyntax->GetCurrentString(iValueLen); in LoadStyleRule()248 propertyArgs.pProperty = FDE_GetCSSPropertyByName(pszValue, iValueLen); in LoadStyleRule()250 wsName = CFX_WideStringC(pszValue, iValueLen); in LoadStyleRule()255 pszValue = pSyntax->GetCurrentString(iValueLen); in LoadStyleRule()257 pStyleRule->GetDeclImp().AddProperty(&propertyArgs, pszValue, in LoadStyleRule()261 pszValue = pSyntax->GetCurrentString(iValueLen); in LoadStyleRule()264 &propertyArgs, wsName, wsName.GetLength(), pszValue, iValueLen); in LoadStyleRule()[all …]
179 FX_BOOL FDE_ParseCSSNumber(const FX_WCHAR* pszValue,183 FX_BOOL FDE_ParseCSSString(const FX_WCHAR* pszValue,187 FX_BOOL FDE_ParseCSSColor(const FX_WCHAR* pszValue,190 FX_BOOL FDE_ParseCSSURI(const FX_WCHAR* pszValue,
888 if (!ProxyListMatch(purl, nonnull(options[2].Value.pszValue), _T(';'))) {889 ParseProxy(nonnull(options[1].Value.pszValue), proxy);897 if (options[1].Value.pszValue) {898 GlobalFree(options[1].Value.pszValue);900 if (options[2].Value.pszValue) {901 GlobalFree(options[2].Value.pszValue);
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...