Home
last modified time | relevance | path

Searched refs:nMappingType (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/i18npool/source/transliteration/
H A Dtransliteration_body.cxx53 nMappingType = 0; in Transliteration_body()
82 static sal_uInt8 lcl_getMappingTypeForToggleCase( sal_uInt8 nMappingType, sal_Unicode cChar ) in lcl_getMappingTypeForToggleCase() argument
84 sal_uInt8 nRes = nMappingType; in lcl_getMappingTypeForToggleCase()
89 if (nMappingType == (MappingTypeLowerToUpper | MappingTypeUpperToLower)) in lcl_getMappingTypeForToggleCase()
152 Mapping &map = casefolding::getValue(in, i, nCount, aLocale, nMappingType); in transliterate()
179 sal_uInt8 nTmpMappingType = nMappingType; in transliterate()
180 if (nMappingType == (MappingTypeLowerToUpper | MappingTypeUpperToLower)) in transliterate()
181 nTmpMappingType = lcl_getMappingTypeForToggleCase( nMappingType, in[i] ); in transliterate()
197 sal_uInt8 nTmpMappingType = nMappingType; in transliterate()
198 if (nMappingType == (MappingTypeLowerToUpper | MappingTypeUpperToLower)) in transliterate()
[all …]
H A Dtransliteration_caseignore.cxx42 nMappingType = MappingTypeFullFolding; in Transliteration_caseignore()
55 nMappingType = MappingTypeSimpleFolding;
156 … c1 = casefolding::getNextChar(unistr1, nMatch1, nCount1, e1, aLocale, nMappingType, moduleLoaded); in compare()
157 … c2 = casefolding::getNextChar(unistr2, nMatch2, nCount2, e2, aLocale, nMappingType, moduleLoaded); in compare()
/AOO41X/main/i18nutil/source/utility/
H A Dcasefolding.cxx55 …nicode* str, sal_Int32 pos, sal_Int32 len, Locale& aLocale, sal_uInt8 nMappingType) throw (Runtime… in getConditionalValue() argument
64 return (((nMappingType == MappingTypeLowerToUpper && langIs("lt")) || in getConditionalValue()
65 (nMappingType == MappingTypeUpperToLower && (langIs("tr") || langIs("az")))) && in getConditionalValue()
84 …nicode* str, sal_Int32 pos, sal_Int32 len, Locale& aLocale, sal_uInt8 nMappingType) throw (Runtime… in getValue() argument
91 if (address >= 0 && (CaseMappingValue[address += (str[pos] & 0xFF)].type & nMappingType)) { in getValue()
95 return getConditionalValue(str, pos, len, aLocale, nMappingType); in getValue()
99 if (CaseMappingExtra[map].type & nMappingType) { in getValue()
101 return getConditionalValue(str, pos, len, aLocale, nMappingType); in getValue()
125 …32& idx, sal_Int32 len, MappingElement& e, Locale& aLocale, sal_uInt8 nMappingType, Transliteratio… in getNextChar() argument
137 e.element = getValue(str, idx++, len, aLocale, nMappingType); in getNextChar()
/AOO41X/main/i18nutil/inc/i18nutil/
H A Dcasefolding.hxx72 … pos, sal_Int32 len, com::sun::star::lang::Locale& aLocale, sal_uInt8 nMappingType) throw (com::su…
73 … pos, sal_Int32 len, com::sun::star::lang::Locale& aLocale, sal_uInt8 nMappingType) throw (com::su…
/AOO41X/main/i18npool/inc/
H A Dtransliteration_body.hxx63 sal_uInt8 nMappingType; member in com::sun::star::i18n::Transliteration_body