Searched refs:qEnd (Results 1 – 1 of 1) sorted by relevance
73 sal_Unicode const * qEnd = q + rString.getLength(); in matchStringIgnoreCase() local75 if (pEnd - p < qEnd - q) in matchStringIgnoreCase()78 while (q != qEnd) in matchStringIgnoreCase()320 sal_uChar const * qEnd = q + nStringLength; in matchString() local322 if (pEnd - p < qEnd - q) in matchString()325 while (q != qEnd) in matchString()
Completed in 11 milliseconds