Searched refs:loadICUBreakIterator (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/i18npool/source/breakiterator/ |
H A D | breakiterator_unicode.cxx | 95 void SAL_CALL BreakIterator_Unicode::loadICUBreakIterator(const com::sun::star::lang::Locale& rLoca… in loadICUBreakIterator() function in com::sun::star::i18n::BreakIterator_Unicode 209 loadICUBreakIterator(rLocale, LOAD_CHARACTER_BREAKITERATOR, 0, "char", Text); in nextCharacters() 228 loadICUBreakIterator(rLocale, LOAD_CHARACTER_BREAKITERATOR, 0, "char", Text); in previousCharacters() 245 loadICUBreakIterator(rLocale, LOAD_WORD_BREAKITERATOR, rWordType, NULL, Text); in nextWord() 267 loadICUBreakIterator(rLocale, LOAD_WORD_BREAKITERATOR, rWordType, NULL, Text); in previousWord() 289 loadICUBreakIterator(rLocale, LOAD_WORD_BREAKITERATOR, rWordType, NULL, Text); in getWordBoundary() 322 loadICUBreakIterator(rLocale, LOAD_SENTENCE_BREAKITERATOR, 0, "sent", Text); in beginOfSentence() 341 loadICUBreakIterator(rLocale, LOAD_SENTENCE_BREAKITERATOR, 0, "sent", Text); in endOfSentence() 368 loadICUBreakIterator(rLocale, LOAD_LINE_BREAKITERATOR, 0, lineRule, Text); in getLineBreak()
|
/aoo42x/main/i18npool/inc/ |
H A D | breakiterator_unicode.hxx | 92 void SAL_CALL loadICUBreakIterator(const com::sun::star::lang::Locale& rLocale,
|
Completed in 12 milliseconds