Home
last modified time | relevance | path

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

/trunk/main/i18npool/source/textconversion/
H A Dtextconversion_ko.cxx64 maxLeftLength = maxRightLength = 1; in TextConversion_ko()
74 maxRightLength = xCDL->queryMaxCharCount(loc, in TextConversion_ko()
82 if (tmp > maxRightLength) in TextConversion_ko()
83 maxRightLength = tmp; in TextConversion_ko()
87 maxRightLength = xCD->getMaxCharCount(ConversionDirection_FROM_RIGHT); in TextConversion_ko()
227 sal_Int32 maxLength = toHanja ? maxLeftLength : maxRightLength; in getConversions()
/trunk/main/i18npool/inc/
H A Dtextconversion.hxx144 sal_Int32 maxRightLength; member in com::sun::star::i18n::TextConversion_ko

Completed in 18 milliseconds