Home
last modified time | relevance | path

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

/aoo4110/main/linguistic/source/
H A Dconvdic.cxx220 nMaxLeftCharCount = nMaxRightCharCount = 0; in ConvDic()
368 if (rLeftText.getLength() > nMaxLeftCharCount) in AddEntry()
369 nMaxLeftCharCount = (sal_Int16) rLeftText.getLength(); in AddEntry()
448 nMaxLeftCharCount = 0; in clear()
588 nMaxLeftCharCount = 0; in getMaxCharCount()
593 if (nTmp > nMaxLeftCharCount) in getMaxCharCount()
594 nMaxLeftCharCount = nTmp; in getMaxCharCount()
614 nMaxLeftCharCount : nMaxRightCharCount; in getMaxCharCount()
H A Dconvdic.hxx105 sal_Int16 nMaxLeftCharCount; member in ConvDic

Completed in 18 milliseconds