Home
last modified time | relevance | path

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

/trunk/main/i18npool/source/textconversion/
H A Dtextconversion_zh.cxx94 sal_Int32 maxLen = 0; in getWordConversion() local
103 … index = ((const sal_uInt16* (*)(sal_Int32&)) getFunctionBySymbol("getSTC_WordIndex_T2S"))(maxLen); in getWordConversion()
108 … index = ((const sal_uInt16* (*)(sal_Int32&)) getFunctionBySymbol("getSTC_WordIndex_S2T"))(maxLen); in getWordConversion()
127 if (len > maxLen) in getWordConversion()
128 len = maxLen; in getWordConversion()
/trunk/main/xml2cmp/source/support/
H A Dsistr.cxx72 int maxLen = slen - unsigned(firstBytesPos); in Simstr() local
73 len = maxLen < nrOfBytes in Simstr()
74 ? maxLen in Simstr()
/trunk/main/soltools/support/
H A Dsimstr.cxx104 int maxLen = slen - unsigned(firstBytesPos); in Simstr() local
105 len = maxLen < nrOfBytes in Simstr()
106 ? maxLen in Simstr()
/trunk/main/writerfilter/inc/rtftok/
H A DRTFInputSource.hxx32 virtual int read(void *buffer, int maxLen) = 0;

Completed in 29 milliseconds