Home
last modified time | relevance | path

Searched refs:nLocale (Results 1 – 25 of 158) sorted by relevance

1234567

/dports/editors/libreoffice/libreoffice-7.2.6.2/i18npool/inc/
H A DbreakiteratorImpl.hxx53 const css::lang::Locale& nLocale, sal_Int16 WordType) override;
55 const css::lang::Locale& nLocale, sal_Int16 WordType) override;
60 const css::lang::Locale& nLocale, sal_Int16 WordType ) override;
62 const css::lang::Locale& nLocale, sal_Int16 WordType ) override;
64 const css::lang::Locale& nLocale ) override;
67 const css::lang::Locale& nLocale ) override;
69 const css::lang::Locale& nLocale ) override;
72 const css::lang::Locale& nLocale, sal_Int32 nMinBreakPos,
87 const css::lang::Locale& nLocale, sal_Int16 CharType ) override;
89 const css::lang::Locale& nLocale, sal_Int16 CharType ) override;
[all …]
H A Dbreakiterator_unicode.hxx45 const css::lang::Locale& nLocale, sal_Int16 nCharacterIteratorMode, sal_Int32 nCount,
52 const css::lang::Locale& nLocale, sal_Int16 WordType) override;
54 const css::lang::Locale& nLocale, sal_Int16 WordType) override;
56 const css::lang::Locale& nLocale, sal_Int16 WordType, sal_Bool bDirection ) override;
59 const css::lang::Locale& nLocale ) override;
61 const css::lang::Locale& nLocale ) override;
64 const css::lang::Locale& nLocale, sal_Int32 nMinBreakPos,
H A Dbreakiterator_cjk.hxx36 const css::lang::Locale& nLocale, sal_Int16 WordType) override;
38 const css::lang::Locale& nLocale, sal_Int16 WordType) override;
40 const css::lang::Locale& nLocale, sal_Int16 WordType, sal_Bool bDirection ) override;
42 const css::lang::Locale& nLocale, sal_Int32 nMinBreakPos,
H A Dbreakiterator_th.hxx34 const css::lang::Locale& nLocale, sal_Int16 nCharacterIteratorMode, sal_Int32 count,
40 const css::lang::Locale& nLocale, sal_Int32 nMinBreakPos,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/i18npool/inc/
H A DbreakiteratorImpl.hxx54 const css::lang::Locale& nLocale, sal_Int16 WordType) override;
56 const css::lang::Locale& nLocale, sal_Int16 WordType) override;
61 const css::lang::Locale& nLocale, sal_Int16 WordType ) override;
63 const css::lang::Locale& nLocale, sal_Int16 WordType ) override;
65 const css::lang::Locale& nLocale ) override;
68 const css::lang::Locale& nLocale ) override;
70 const css::lang::Locale& nLocale ) override;
73 const css::lang::Locale& nLocale, sal_Int32 nMinBreakPos,
88 const css::lang::Locale& nLocale, sal_Int16 CharType ) override;
90 const css::lang::Locale& nLocale, sal_Int16 CharType ) override;
[all …]
H A Dbreakiterator_unicode.hxx46 const css::lang::Locale& nLocale, sal_Int16 nCharacterIteratorMode, sal_Int32 nCount,
53 const css::lang::Locale& nLocale, sal_Int16 WordType) override;
55 const css::lang::Locale& nLocale, sal_Int16 WordType) override;
57 const css::lang::Locale& nLocale, sal_Int16 WordType, sal_Bool bDirection ) override;
60 const css::lang::Locale& nLocale ) override;
62 const css::lang::Locale& nLocale ) override;
65 const css::lang::Locale& nLocale, sal_Int32 nMinBreakPos,
H A Dbreakiterator_cjk.hxx37 const css::lang::Locale& nLocale, sal_Int16 WordType) override;
39 const css::lang::Locale& nLocale, sal_Int16 WordType) override;
41 const css::lang::Locale& nLocale, sal_Int16 WordType, sal_Bool bDirection ) override;
43 const css::lang::Locale& nLocale, sal_Int32 nMinBreakPos,
H A Dbreakiterator_th.hxx35 const css::lang::Locale& nLocale, sal_Int16 nCharacterIteratorMode, sal_Int32 count,
41 const css::lang::Locale& nLocale, sal_Int32 nMinBreakPos,
/dports/editors/libreoffice/libreoffice-7.2.6.2/i18npool/source/breakiterator/
H A Dbreakiterator_cjk.cxx43 const css::lang::Locale& nLocale, sal_Int16 wordType) in previousWord() argument
51 … result = BreakIterator_Unicode::getWordBoundary(text, result.startPos, nLocale, wordType, true); in previousWord()
55 return BreakIterator_Unicode::previousWord(text, anyPos, nLocale, wordType); in previousWord()
60 const css::lang::Locale& nLocale, sal_Int16 wordType) in nextWord() argument
68 … result = BreakIterator_Unicode::getWordBoundary(text, result.startPos, nLocale, wordType, true); in nextWord()
72 return BreakIterator_Unicode::nextWord(text, anyPos, nLocale, wordType); in nextWord()
77 const css::lang::Locale& nLocale, sal_Int16 wordType, sal_Bool bDirection ) in getWordBoundary() argument
86 return BreakIterator_Unicode::getWordBoundary(text, anyPos, nLocale, wordType, bDirection); in getWordBoundary()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/i18npool/source/breakiterator/
H A Dbreakiterator_cjk.cxx43 const css::lang::Locale& nLocale, sal_Int16 wordType) in previousWord() argument
51 … result = BreakIterator_Unicode::getWordBoundary(text, result.startPos, nLocale, wordType, true); in previousWord()
55 return BreakIterator_Unicode::previousWord(text, anyPos, nLocale, wordType); in previousWord()
60 const css::lang::Locale& nLocale, sal_Int16 wordType) in nextWord() argument
68 … result = BreakIterator_Unicode::getWordBoundary(text, result.startPos, nLocale, wordType, true); in nextWord()
72 return BreakIterator_Unicode::nextWord(text, anyPos, nLocale, wordType); in nextWord()
77 const css::lang::Locale& nLocale, sal_Int16 wordType, sal_Bool bDirection ) in getWordBoundary() argument
86 return BreakIterator_Unicode::getWordBoundary(text, anyPos, nLocale, wordType, bDirection); in getWordBoundary()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svl/source/numbers/
H A Dnumfmuno.hxx70 const css::lang::Locale& nLocale, sal_Bool bAllowEnglish ) override;
73 const css::lang::Locale& nLocale, sal_Bool bAllowEnglish,
101 const css::lang::Locale& nLocale, sal_Bool bCreate ) override;
103 const css::lang::Locale& nLocale, sal_Bool bScan ) override;
105 const css::lang::Locale& nLocale ) override;
107 const css::lang::Locale& nLocale,
111 const css::lang::Locale& nLocale, sal_Bool bThousands,
115 virtual sal_Int32 SAL_CALL getStandardIndex( const css::lang::Locale& nLocale ) override;
117 const css::lang::Locale& nLocale ) override;
119 const css::lang::Locale& nLocale ) override;
[all …]
H A Dnumfmuno.cxx282 LanguageType eLang = lcl_GetLanguage( nLocale ); in convertNumberToPreviewString()
311 LanguageType eLang = lcl_GetLanguage( nLocale ); in queryPreviewColorForNumber()
382 LanguageType eLang = lcl_GetLanguage( nLocale ); in queryKeys()
408 LanguageType eLang = lcl_GetLanguage( nLocale ); in queryKey()
428 LanguageType eLang = lcl_GetLanguage( nLocale ); in addNew()
457 LanguageType eLang = lcl_GetLanguage( nLocale ); in addNewConverted()
500 LanguageType eLang = lcl_GetLanguage( nLocale ); in generateFormat()
515 LanguageType eLang = lcl_GetLanguage( nLocale ); in getStandardIndex()
528 LanguageType eLang = lcl_GetLanguage( nLocale ); in getStandardFormat()
545 LanguageType eLang = lcl_GetLanguage( nLocale ); in getFormatIndex()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svl/source/numbers/
H A Dnumfmuno.hxx70 const css::lang::Locale& nLocale, sal_Bool bAllowEnglish ) override;
73 const css::lang::Locale& nLocale, sal_Bool bAllowEnglish,
101 const css::lang::Locale& nLocale, sal_Bool bCreate ) override;
103 const css::lang::Locale& nLocale, sal_Bool bScan ) override;
105 const css::lang::Locale& nLocale ) override;
107 const css::lang::Locale& nLocale,
111 const css::lang::Locale& nLocale, sal_Bool bThousands,
115 virtual sal_Int32 SAL_CALL getStandardIndex( const css::lang::Locale& nLocale ) override;
117 const css::lang::Locale& nLocale ) override;
119 const css::lang::Locale& nLocale ) override;
[all …]
H A Dnumfmuno.cxx282 LanguageType eLang = lcl_GetLanguage( nLocale ); in convertNumberToPreviewString()
311 LanguageType eLang = lcl_GetLanguage( nLocale ); in queryPreviewColorForNumber()
382 LanguageType eLang = lcl_GetLanguage( nLocale ); in queryKeys()
408 LanguageType eLang = lcl_GetLanguage( nLocale ); in queryKey()
428 LanguageType eLang = lcl_GetLanguage( nLocale ); in addNew()
457 LanguageType eLang = lcl_GetLanguage( nLocale ); in addNewConverted()
500 LanguageType eLang = lcl_GetLanguage( nLocale ); in generateFormat()
515 LanguageType eLang = lcl_GetLanguage( nLocale ); in getStandardIndex()
528 LanguageType eLang = lcl_GetLanguage( nLocale ); in getStandardFormat()
545 LanguageType eLang = lcl_GetLanguage( nLocale ); in getFormatIndex()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/offapi/com/sun/star/util/
H A DXNumberFormatTypes.idl38 long getStandardIndex( [in] com::sun::star::lang::Locale nLocale );
47 @param nLocale
52 [in] com::sun::star::lang::Locale nLocale );
63 @param nLocale
67 [in] com::sun::star::lang::Locale nLocale );
83 @param nLocale
87 [in] com::sun::star::lang::Locale nLocale );
H A DXNumberFormats.idl58 @param nLocale
66 [in] com::sun::star::lang::Locale nLocale,
78 @param nLocale
85 [in] com::sun::star::lang::Locale nLocale,
97 @param nLocale
104 [in] com::sun::star::lang::Locale nLocale )
118 @param nLocale
128 [in] com::sun::star::lang::Locale nLocale,
150 @param nLocale
166 [in] com::sun::star::lang::Locale nLocale,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/offapi/com/sun/star/util/
H A DXNumberFormatTypes.idl38 long getStandardIndex( [in] com::sun::star::lang::Locale nLocale );
47 @param nLocale
52 [in] com::sun::star::lang::Locale nLocale );
63 @param nLocale
67 [in] com::sun::star::lang::Locale nLocale );
83 @param nLocale
87 [in] com::sun::star::lang::Locale nLocale );
H A DXNumberFormats.idl58 @param nLocale
66 [in] com::sun::star::lang::Locale nLocale,
78 @param nLocale
85 [in] com::sun::star::lang::Locale nLocale,
97 @param nLocale
104 [in] com::sun::star::lang::Locale nLocale )
118 @param nLocale
128 [in] com::sun::star::lang::Locale nLocale,
150 @param nLocale
166 [in] com::sun::star::lang::Locale nLocale,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/i18npool/source/collator/
H A Dchaptercollator.cxx57 for (i1 = len1; i1 && (cclass->getCharacterType(str1, off1+i1-1, nLocale) & DIGIT); i1--) ; in compareSubstring()
58 for (i2 = len2; i2 && (cclass->getCharacterType(str2, off2+i2-1, nLocale) & DIGIT); i2--) ; in compareSubstring()
69 res1 = cclass->parseAnyToken( s1, 0, nLocale, DIGIT, aAddAllowed, DIGIT, aAddAllowed ); in compareSubstring()
70 res2 = cclass->parseAnyToken( s2, 0, nLocale, DIGIT, aAddAllowed, DIGIT, aAddAllowed ); in compareSubstring()
/dports/editors/libreoffice/libreoffice-7.2.6.2/i18npool/source/collator/
H A Dchaptercollator.cxx57 for (i1 = len1; i1 && (cclass->getCharacterType(str1, off1+i1-1, nLocale) & DIGIT); i1--) ; in compareSubstring()
58 for (i2 = len2; i2 && (cclass->getCharacterType(str2, off2+i2-1, nLocale) & DIGIT); i2--) ; in compareSubstring()
69 res1 = cclass->parseAnyToken( s1, 0, nLocale, DIGIT, aAddAllowed, DIGIT, aAddAllowed ); in compareSubstring()
70 res2 = cclass->parseAnyToken( s2, 0, nLocale, DIGIT, aAddAllowed, DIGIT, aAddAllowed ); in compareSubstring()
H A DcollatorImpl.cxx90 nLocale = rLocale; in loadCollatorAlgorithm()
91 cachedItem->xC->loadCollatorAlgorithm(cachedItem->algorithm, nLocale, collatorOptions); in loadCollatorAlgorithm()
108 nLocale = rLocale; in listCollatorAlgorithms()
127 const Sequence< OUString > option_str = mxLocaleData->getCollationOptions(nLocale); in listCollatorOptions()
/dports/editors/calligra/calligra-3.2.1/filters/words/msword-odf/wv2/src/
H A Dtextconverter.cpp165 U16 TextConverter::locale2LID( U8 nLocale ) in locale2LID() argument
167 switch ( nLocale ) { in locale2LID()
332 U16 TextConverter::fixLID( U16 nLocale ) in fixLID() argument
338 switch( nLocale ) { in fixLID()
340 default: return nLocale; in fixLID()
H A Dtextconverter.h91 static U16 locale2LID( U8 nLocale );
123 static U16 fixLID( U16 nLocale );
/dports/textproc/wv2/wv2-0.4.2/src/
H A Dtextconverter.cpp163 U16 TextConverter::locale2LID( U8 nLocale ) in locale2LID() argument
165 switch ( nLocale ) { in locale2LID()
330 U16 TextConverter::fixLID( U16 nLocale ) in fixLID() argument
336 switch( nLocale ) { in fixLID()
338 default: return nLocale; in fixLID()
H A Dtextconverter.h90 static U16 locale2LID( U8 nLocale );
122 static U16 fixLID( U16 nLocale );

1234567