Lines Matching refs:sal_Int32

67 …getCharConversion(const OUString& aText, sal_Int32 nStartPos, sal_Int32 nLength, sal_Bool toSChine…  in getCharConversion()
84 for (sal_Int32 i = 0; i < nLength; i++) in getCharConversion()
91 …onst OUString& aText, sal_Int32 nStartPos, sal_Int32 nLength, sal_Bool toSChinese, sal_Int32 nConv… in getWordConversion()
93 sal_Int32 dictLen = 0; in getWordConversion()
94 sal_Int32 maxLen = 0; in getWordConversion()
101 …const sal_Unicode *wordData = ((const sal_Unicode* (*)(sal_Int32&)) getFunctionBySymbol("getSTC_Wo… in getWordConversion()
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()
123 sal_Int32 currPos = 0, count = 0; in getWordConversion()
125 sal_Int32 len = nLength - currPos; in getWordConversion()
131 sal_Int32 current = 0; in getWordConversion()
171 sal_Int32 bottom = (sal_Int32) index[len]; in getWordConversion()
172 sal_Int32 top = (sal_Int32) index[len+1] - 1; in getWordConversion()
176 const sal_Int32 result = word.compareTo(wordData + entry[current]); in getWordConversion()
186 sal_Int32 start=current; in getWordConversion()
190 sal_Int32 convertedLength=OUString(&wordData[current]).getLength(); in getWordConversion()
223 TextConversion_zh::getConversions( const OUString& aText, sal_Int32 nStartPos, sal_Int32 nLength, in getConversions()
224 const Locale& rLocale, sal_Int16 nConversionType, sal_Int32 nConversionOptions) in getConversions()
238 TextConversion_zh::getConversion( const OUString& aText, sal_Int32 nStartPos, sal_Int32 nLength, in getConversion()
239 const Locale& rLocale, sal_Int16 nConversionType, sal_Int32 nConversionOptions) in getConversion()
253 Sequence <sal_Int32> offset; in getConversion()
262 TextConversion_zh::getConversionWithOffset( const OUString& aText, sal_Int32 nStartPos, sal_Int32 n… in getConversionWithOffset()
263 …const Locale& rLocale, sal_Int16 nConversionType, sal_Int32 nConversionOptions, Sequence<sal_Int32 in getConversionWithOffset()
288 …nversion( const Locale& /*rLocale*/, sal_Int16 /*nTextConversionType*/, sal_Int32 /*nTextConversio… in interactiveConversion() argument