Searched refs:aResolvedLigature (Results 1 – 1 of 1) sorted by relevance
/aoo41x/main/i18npool/source/transliteration/ |
H A D | transliteration_body.cxx | 405 OUString aResolvedLigature( &cFirstChar, 1 ); //lcl_ResolveLigature( cFirstChar ) ); in transliterate_titlecase_Impl() local 407 …aResolvedLigature = aCharClassImpl.toUpper( aResolvedLigature, 0, aResolvedLigature.getLength(), r… in transliterate_titlecase_Impl() 410 …aResolvedLigature = 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 15 milliseconds