Lines Matching refs:nInfo

62         sal_uInt32 nInfo;  in testSingleByteCharSet()  local
69 &nInfo, &nConverted); in testSingleByteCharSet()
72 nSize == nNumber && nInfo == 0 && nConverted == nNumber); in testSingleByteCharSet()
97 sal_uInt32 nInfo; in testSingleByteCharSet() local
103 &nInfo, &nConverted); in testSingleByteCharSet()
106 nSize == nNumber && nInfo == 0 && nConverted == nNumber); in testSingleByteCharSet()
132 sal_uInt32 nInfo; in testSingleByteCharSet() local
139 &nInfo, &nConverted); in testSingleByteCharSet()
143 && (nInfo in testSingleByteCharSet()
177 sal_uInt32 nInfo; in doComplexCharSetTest() local
189 &nInfo, &nConverted); in doComplexCharSetTest()
192 (nSize == rTest.m_nUnicodeSize && nInfo == 0 in doComplexCharSetTest()
228 sal_uInt32 nInfo; in doComplexCharSetTest() local
234 nFlags, &nInfo, &nConverted); in doComplexCharSetTest()
239 (nInfo & ~RTL_TEXTTOUNICODE_INFO_SRCBUFFERTOSMALL) == 0); in doComplexCharSetTest()
268 sal_uInt32 nInfo = 0; in doComplexCharSetTest() local
277 &nInfo, &nCvtBytes); in doComplexCharSetTest()
278 if ((nInfo & RTL_TEXTTOUNICODE_INFO_SRCBUFFERTOSMALL) != 0) { in doComplexCharSetTest()
282 while ((nInfo & RTL_TEXTTOUNICODE_INFO_SRCBUFFERTOSMALL) != 0 in doComplexCharSetTest()
297 &nInfo, &nCvtBytes); in doComplexCharSetTest()
299 if (nChars == 1 && nInfo == 0) { in doComplexCharSetTest()
302 } else if (nChars == 2 && nInfo == 0) { in doComplexCharSetTest()
308 (nInfo & RTL_TEXTTOUNICODE_INFO_SRCBUFFERTOSMALL) == 0 in doComplexCharSetTest()
309 && nChars == 0 && nInfo != 0); in doComplexCharSetTest()
313 } else if (nChars == 1 && nInfo == 0) { in doComplexCharSetTest()
316 } else if (nChars == 2 && nInfo == 0) { in doComplexCharSetTest()
321 OSL_ASSERT(nChars == 0 && nInfo != 0); in doComplexCharSetTest()
344 sal_uInt32 nInfo; in doComplexCharSetTest() local
353 &nInfo, &nConverted); in doComplexCharSetTest()
357 && (nInfo == 0 in doComplexCharSetTest()
358 || (nInfo == RTL_UNICODETOTEXT_INFO_UNDEFINED in doComplexCharSetTest()
382 sal_uInt32 nInfo; in doComplexCharSetCutTest() local
390 &nInfo, &nConverted); in doComplexCharSetCutTest()
394 && (nInfo == RTL_TEXTTOUNICODE_INFO_SRCBUFFERTOSMALL in doComplexCharSetCutTest()
395 || (nInfo in doComplexCharSetCutTest()