Searched refs:aCharClassImpl (Results 1 – 1 of 1) sorted by relevance
/trunk/main/i18npool/source/transliteration/ |
H A D | transliteration_body.cxx | 397 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 6 milliseconds