Searched refs:rWordType (Results 1 – 3 of 3) sorted by relevance
/trunk/main/i18npool/source/breakiterator/ |
H A D | breakiteratorImpl.cxx | 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() 135 const Locale& rLocale, sal_Int16 rWordType) throw(RuntimeException) in previousWord() argument 156 return LBI->previousWord(Text, result.startPos, rLocale, rWordType); in previousWord() 161 sal_Int16 rWordType, sal_Bool bDirection ) throw(RuntimeException) in getWordBoundary() argument 170 next = skipSpace(Text, nPos, len, rWordType, sal_True); in getWordBoundary() 171 prev = skipSpace(Text, nPos, len, rWordType, sal_False); in getWordBoundary() 200 sal_Int32 tmp = skipSpace(Text, nPos, len, rWordType, sal_True); in isBeginWord() 204 result = getWordBoundary(Text, nPos, rLocale, rWordType, sal_True); in isBeginWord() [all …]
|
H A D | breakiterator_unicode.cxx | 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 273 if ( (rWordType == WordType::ANYWORD_IGNOREWHITESPACES || in previousWord() 274 rWordType == WordType::DICTIONARY_WORD) && in previousWord() [all …]
|
/trunk/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…
|
Completed in 20 milliseconds