Home
last modified time | relevance | path

Searched refs:qEnd (Results 1 – 1 of 1) sorted by relevance

/trunk/main/ucb/source/regexp/
H A Dregexp.cxx73 sal_Unicode const * qEnd = q + rString.getLength(); in matchStringIgnoreCase() local
75 if (pEnd - p < qEnd - q) in matchStringIgnoreCase()
78 while (q != qEnd) in matchStringIgnoreCase()
320 sal_uChar const * qEnd = q + nStringLength; in matchString() local
322 if (pEnd - p < qEnd - q) in matchString()
325 while (q != qEnd) in matchString()

Completed in 15 milliseconds