Home
last modified time | relevance | path

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

/aoo41x/main/i18npool/source/transliteration/
H A Dtransliteration_body.cxx405 OUString aResolvedLigature( &cFirstChar, 1 ); //lcl_ResolveLigature( cFirstChar ) ); in transliterate_titlecase_Impl() local
407aResolvedLigature = aCharClassImpl.toUpper( aResolvedLigature, 0, aResolvedLigature.getLength(), r… in transliterate_titlecase_Impl()
410aResolvedLigature = aCharClassImpl.toLower( aResolvedLigature, 0, aResolvedLigature.getLength(), r… in transliterate_titlecase_Impl()
411 sal_Int32 nResolvedLen = aResolvedLigature.getLength(); in transliterate_titlecase_Impl()
415 aRes = aCharClassImpl.toTitle( aResolvedLigature, 0, nResolvedLen, rLocale ); in transliterate_titlecase_Impl()

Completed in 7 milliseconds