Searched defs:WordBreakCache (Results 1 – 2 of 2) sorted by relevance
40 struct WordBreakCache { struct41 sal_Int32 length; // contents length saved here.42 sal_Unicode *contents; // seperated segment contents.43 sal_Int32* wordboundary; // word boundaries in segments.44 sal_Int32 size; // size of wordboundary
166 WordBreakCache::WordBreakCache() : in WordBreakCache() function in com::sun::star::i18n::WordBreakCache
Completed in 22 milliseconds