Searched refs:rWordType (Results 1 – 3 of 3) sorted by relevance
| /AOO41X/main/i18npool/source/breakiterator/ |
| H A D | breakiteratorImpl.cxx | 75 static sal_Int32 skipSpace(const OUString& Text, sal_Int32 nPos, sal_Int32 len, sal_Int16 rWordType… in skipSpace() argument 79 switch (rWordType) { in skipSpace() 105 const Locale& rLocale, sal_Int16 rWordType ) throw(RuntimeException) in nextWord() argument 113 result = LBI->nextWord(Text, nStartPos, rLocale, rWordType); in nextWord() 115 nStartPos = skipSpace(Text, result.startPos, len, rWordType, sal_True); in nextWord() 121 result = LBI->getWordBoundary(Text, nStartPos, rLocale, rWordType, sal_True); in nextWord() 135 const Locale& rLocale, sal_Int16 rWordType) throw(RuntimeException) in previousWord() argument 146 sal_Int32 nPos = skipSpace(Text, nStartPos, len, rWordType, sal_False); in previousWord() 156 return LBI->previousWord(Text, result.startPos, rLocale, rWordType); in previousWord() 161 sal_Int16 rWordType, sal_Bool bDirection ) throw(RuntimeException) in getWordBoundary() argument [all …]
|
| H A D | breakiterator_unicode.cxx | 96 …sal_Int16 rBreakType, sal_Int16 rWordType, const sal_Char *rule, const OUString& rText) throw(uno:… in loadICUBreakIterator() argument 104 switch (rWordType) { in loadICUBreakIterator() 113 if (!icuBI->aBreakIterator || rWordType != aWordType || in loadICUBreakIterator() 188 aWordType=rWordType; in loadICUBreakIterator() 243 const lang::Locale& rLocale, sal_Int16 rWordType ) throw(uno::RuntimeException) in nextWord() argument 245 loadICUBreakIterator(rLocale, LOAD_WORD_BREAKITERATOR, rWordType, NULL, Text); in nextWord() 251 if ( (rWordType == WordType::ANYWORD_IGNOREWHITESPACES || in nextWord() 252 rWordType == WordType::DICTIONARY_WORD ) && in nextWord() 265 const lang::Locale& rLocale, sal_Int16 rWordType) throw(uno::RuntimeException) in previousWord() argument 267 loadICUBreakIterator(rLocale, LOAD_WORD_BREAKITERATOR, rWordType, NULL, Text); in previousWord() [all …]
|
| /AOO41X/main/i18npool/inc/ |
| H A D | breakiterator_unicode.hxx | 93 …sal_Int16 rBreakType, sal_Int16 rWordType, const sal_Char* name, const rtl::OUString& rText) throw…
|