Searched refs:wordboundary (Results 1 – 2 of 2) sorted by relevance
112 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 …]
43 sal_Int32* wordboundary; // word boundaries in segments. member
Completed in 9 milliseconds