Searched refs:sBrandURLSuffix (Results 1 – 1 of 1) sorted by relevance
128 const rtl::OUString sBrandURLSuffix(RTL_CONSTASCII_USTRINGPARAM("_brand.zip")); in checkStyle() local131 sal_Int32 nFromIndex = aZipURL.getLength() - sBrandURLSuffix.getLength(); in checkStyle()133 if (nFromIndex < 0 || !aZipURL.match(sBrandURLSuffix, nFromIndex)) { in checkStyle()
Completed in 8 milliseconds