Lines Matching refs:Locale

56 …      const Locale &rLocale, sal_Int16 nCharacterIteratorMode, sal_Int32 nCount, sal_Int32& nDone )  in nextCharacters()
65 … const Locale& rLocale, sal_Int16 nCharacterIteratorMode, sal_Int32 nCount, sal_Int32& nDone ) in previousCharacters()
105 const Locale& rLocale, sal_Int16 rWordType ) throw(RuntimeException) in nextWord()
130 static inline sal_Bool SAL_CALL isCJK( const Locale& rLocale ) { in isCJK()
135 const Locale& rLocale, sal_Int16 rWordType) throw(RuntimeException) in previousWord()
160 …LL BreakIteratorImpl::getWordBoundary( const OUString& Text, sal_Int32 nPos, const Locale& rLocale, in getWordBoundary()
194 const Locale& rLocale, sal_Int16 rWordType ) throw(RuntimeException) in isBeginWord()
210 const Locale& rLocale, sal_Int16 rWordType ) throw(RuntimeException) in isEndWord()
226 const Locale &rLocale ) throw(RuntimeException) in beginOfSentence()
235 const Locale &rLocale ) throw(RuntimeException) in endOfSentence()
244 const Locale& rLocale, sal_Int32 nMinBreakPos, const LineBreakHyphenationOptions& hOptions, in getLineBreak()
371 const Locale& /*rLocale*/, sal_Int16 CharType ) throw(RuntimeException) in beginOfCharBlock() argument
383 const Locale& /*rLocale*/, sal_Int16 CharType ) throw(RuntimeException) in endOfCharBlock() argument
397 const Locale& /*rLocale*/, sal_Int16 CharType ) throw(RuntimeException) in nextCharBlock() argument
414 const Locale& /*rLocale*/, sal_Int16 CharType ) throw(RuntimeException) in previousCharBlock() argument
436 sal_Int32 /*nPos*/, const Locale& /*rLocale*/ ) throw(RuntimeException) in getWordType() argument
507 static inline sal_Bool operator == (const Locale& l1, const Locale& l2) { in operator ==()
528 … lookupTable.push_back(new lookupTableItem(Locale(aLocaleName, aLocaleName, aLocaleName), xBI)); in createLocaleSpecificBreakIterator()
536 BreakIteratorImpl::getLocaleSpecificBreakIterator(const Locale& rLocale) throw (RuntimeException) in getLocaleSpecificBreakIterator()