Searched refs:loadICUBreakIterator (Results 1 – 2 of 2) sorted by relevance
| /trunk/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 208 loadICUBreakIterator(rLocale, LOAD_CHARACTER_BREAKITERATOR, 0, "char", Text); in nextCharacters() 226 loadICUBreakIterator(rLocale, LOAD_CHARACTER_BREAKITERATOR, 0, "char", Text); in previousCharacters() 243 loadICUBreakIterator(rLocale, LOAD_WORD_BREAKITERATOR, rWordType, NULL, Text); in nextWord() 265 loadICUBreakIterator(rLocale, LOAD_WORD_BREAKITERATOR, rWordType, NULL, Text); in previousWord() 287 loadICUBreakIterator(rLocale, LOAD_WORD_BREAKITERATOR, rWordType, NULL, Text); in getWordBoundary() 320 loadICUBreakIterator(rLocale, LOAD_SENTENCE_BREAKITERATOR, 0, "sent", Text); in beginOfSentence() 339 loadICUBreakIterator(rLocale, LOAD_SENTENCE_BREAKITERATOR, 0, "sent", Text); in endOfSentence() 366 loadICUBreakIterator(rLocale, LOAD_LINE_BREAKITERATOR, 0, lineRule, Text); in getLineBreak()
|
| /trunk/main/i18npool/inc/ |
| H A D | breakiterator_unicode.hxx | 88 void SAL_CALL loadICUBreakIterator(const com::sun::star::lang::Locale& rLocale,
|