Home
last modified time | relevance | path

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

/trunk/main/i18npool/source/breakiterator/
H A Dxdictionary.cxx238 WordBreakCache& xdictionary::getCache(const sal_Unicode *text, Boundary& wordBoundary) in getCache() argument
243 if (aCache.size != 0 && aCache.equals(text, wordBoundary)) in getCache()
246 sal_Int32 len = wordBoundary.endPos - wordBoundary.startPos; in getCache()
260 memcpy(aCache.contents, text + wordBoundary.startPos, len * sizeof(sal_Unicode)); in getCache()
269 … while (u_isWhitespace((sal_uInt32)text[wordBoundary.startPos + aCache.wordboundary[i] + len])) in getCache()
273 const sal_Unicode *str = text + wordBoundary.startPos + aCache.wordboundary[i]; in getCache()
296 … sal_Int32 cBoundary = cellBoundary[aCache.wordboundary[i] + wordBoundary.startPos - 1]; in getCache()
298 aCache.wordboundary[i] = cBoundary - wordBoundary.startPos; in getCache()
310 … sal_Int32 cBoundary = cellBoundary[aCache.wordboundary[i] + wordBoundary.startPos - 1]; in getCache()
312 aCache.wordboundary[i] = cBoundary - wordBoundary.startPos; in getCache()

Completed in 20 milliseconds