Home
last modified time | relevance | path

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

/trunk/main/i18npool/source/textconversion/
H A Dtextconversion_ko.cxx64 maxLeftLength = maxRightLength = 1; in TextConversion_ko()
71 maxLeftLength = xCDL->queryMaxCharCount(loc, in TextConversion_ko()
79 if (tmp > maxLeftLength) in TextConversion_ko()
80 maxLeftLength = tmp; in TextConversion_ko()
86 maxLeftLength = xCD->getMaxCharCount(ConversionDirection_FROM_LEFT); in TextConversion_ko()
227 sal_Int32 maxLength = toHanja ? maxLeftLength : maxRightLength; in getConversions()
/trunk/main/i18npool/inc/
H A Dtextconversion.hxx143 sal_Int32 maxLeftLength; member in com::sun::star::i18n::TextConversion_ko

Completed in 16 milliseconds