Home
last modified time | relevance | path

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

/aoo42x/main/i18npool/source/transliteration/
H A Dtransliteration_body.cxx397 CharacterClassificationImpl aCharClassImpl( xMSF ); 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()
415 aRes = aCharClassImpl.toTitle( aResolvedLigature, 0, nResolvedLen, rLocale ); in transliterate_titlecase_Impl()
416 aRes += aCharClassImpl.toLower( aText, 1, aText.getLength() - 1, rLocale ); in transliterate_titlecase_Impl()

Completed in 13 milliseconds