Home
last modified time | relevance | path

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

/aoo42x/main/i18npool/source/breakiterator/
H A Dxdictionary.cxx112 delete cache[i].wordboundary; in ~xdictionary()
169 wordboundary( NULL ), in WordBreakCache()
251 delete aCache.wordboundary; in getCache()
257 aCache.wordboundary = new sal_Int32[aCache.size + 2]; in getCache()
263 memset(aCache.wordboundary, '\0', sizeof(sal_Int32)*(len + 2)); in getCache()
266 while (aCache.wordboundary[i] < aCache.length) { in getCache()
274 sal_Int32 slen = aCache.length - aCache.wordboundary[i]; in getCache()
291 aCache.wordboundary[i+1] = aCache.wordboundary[i] + count; in getCache()
305 aCache.wordboundary[i+1] = aCache.wordboundary[i] + len; in getCache()
317 aCache.wordboundary[i + 1] = aCache.length + 1; in getCache()
[all …]
/aoo42x/main/i18npool/inc/
H A Dxdictionary.hxx43 sal_Int32* wordboundary; // word boundaries in segments. member

Completed in 17 milliseconds