Home
last modified time | relevance | path

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

/aoo4110/main/i18npool/source/transliteration/
H A Dtransliteration_body.cxx53 nMappingType = 0; in Transliteration_body()
84 sal_uInt8 nRes = nMappingType; in lcl_getMappingTypeForToggleCase()
179 sal_uInt8 nTmpMappingType = nMappingType; in transliterate()
197 sal_uInt8 nTmpMappingType = nMappingType; in transliterate()
234 sal_uInt8 nTmpMappingType = nMappingType; in transliterate()
286 nMappingType = 0; in Transliteration_casemapping()
294 nMappingType = rMappingType; in setMappingType()
300 nMappingType = MappingTypeUpperToLower; in Transliteration_u2l()
307 nMappingType = MappingTypeLowerToUpper; in Transliteration_l2u()
318 nMappingType = MappingTypeLowerToUpper | MappingTypeUpperToLower; in Transliteration_togglecase()
[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()
/aoo4110/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()
/aoo4110/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…
/aoo4110/main/i18npool/inc/
H A Dtransliteration_body.hxx63 sal_uInt8 nMappingType; member in com::sun::star::i18n::Transliteration_body

Completed in 32 milliseconds