Home
last modified time | relevance | path

Searched refs:nCvtBytes (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/svtools/source/svrtf/
H A Dsvparser.cxx280 sal_Size nCvtBytes; in GetNextChar() local
287 &nInfo, &nCvtBytes); in GetNextChar()
307 &nInfo, &nCvtBytes); in GetNextChar()
349 &nInfo, &nCvtBytes); in GetNextChar()
355 DBG_ASSERT( nCvtBytes == nLen, in GetNextChar()
380 DBG_ASSERT( nCvtBytes == 1, in GetNextChar()
/AOO42X/main/sal/qa/rtl/textenc/
H A Drtl_textcvt.cxx257 sal_Size nCvtBytes; in doComplexCharSetTest() local
265 &nInfo, &nCvtBytes); in doComplexCharSetTest()
285 &nInfo, &nCvtBytes); in doComplexCharSetTest()
288 OSL_ASSERT(nCvtBytes == nLen); in doComplexCharSetTest()
291 OSL_ASSERT(nCvtBytes == nLen); in doComplexCharSetTest()
302 OSL_ASSERT(nCvtBytes == 1); in doComplexCharSetTest()
305 OSL_ASSERT(nCvtBytes == 1); in doComplexCharSetTest()
/AOO42X/main/store/source/
H A Dstordir.cxx77 sal_Size nCvtBytes = 0; in __store_convertTextToUnicode() local
83 &nCvtInfo, &nCvtBytes); in __store_convertTextToUnicode()