Searched refs:WordBreakCache (Results 1 – 2 of 2) sorted by relevance
40 struct WordBreakCache { struct46 WordBreakCache();81 WordBreakCache cache[CACHE_MAX];84 WordBreakCache& getCache(const sal_Unicode *text, Boundary& boundary);
166 WordBreakCache::WordBreakCache() : in WordBreakCache() function in com::sun::star::i18n::WordBreakCache178 sal_Bool WordBreakCache::equals(const sal_Unicode* str, Boundary& boundary) { in equals()238 WordBreakCache& xdictionary::getCache(const sal_Unicode *text, Boundary& wordBoundary) in getCache()241 WordBreakCache& aCache = cache[text[0] & 0x1f]; in getCache()353 WordBreakCache& aCache = getCache(text, boundary); in getWordBoundary()
Completed in 9 milliseconds