Lines Matching refs:nInfo

62         sal_uInt32 nInfo;  in testSingleByteCharSet()  local
69 &nInfo, &nConverted); in testSingleByteCharSet()
70 ASSERT_TRUE(nSize == nNumber && nInfo == 0 && nConverted == nNumber) << "failure #2"; in testSingleByteCharSet()
95 sal_uInt32 nInfo; in testSingleByteCharSet() local
101 &nInfo, &nConverted); in testSingleByteCharSet()
102 ASSERT_TRUE(nSize == nNumber && nInfo == 0 && nConverted == nNumber) << "failure #5"; in testSingleByteCharSet()
128 sal_uInt32 nInfo; in testSingleByteCharSet() local
135 &nInfo, &nConverted); in testSingleByteCharSet()
137 && (nInfo in testSingleByteCharSet()
171 sal_uInt32 nInfo; in doComplexCharSetTest() local
183 &nInfo, &nConverted); in doComplexCharSetTest()
184 ASSERT_TRUE((nSize == rTest.m_nUnicodeSize && nInfo == 0 in doComplexCharSetTest()
220 sal_uInt32 nInfo; in doComplexCharSetTest() local
226 nFlags, &nInfo, &nConverted); in doComplexCharSetTest()
229 … ASSERT_TRUE((nInfo & ~RTL_TEXTTOUNICODE_INFO_SRCBUFFERTOSMALL) == 0) << "failure #14"; in doComplexCharSetTest()
256 sal_uInt32 nInfo = 0; in doComplexCharSetTest() local
265 &nInfo, &nCvtBytes); in doComplexCharSetTest()
266 if ((nInfo & RTL_TEXTTOUNICODE_INFO_SRCBUFFERTOSMALL) != 0) { in doComplexCharSetTest()
270 while ((nInfo & RTL_TEXTTOUNICODE_INFO_SRCBUFFERTOSMALL) != 0 in doComplexCharSetTest()
285 &nInfo, &nCvtBytes); in doComplexCharSetTest()
287 if (nChars == 1 && nInfo == 0) { in doComplexCharSetTest()
290 } else if (nChars == 2 && nInfo == 0) { in doComplexCharSetTest()
296 (nInfo & RTL_TEXTTOUNICODE_INFO_SRCBUFFERTOSMALL) == 0 in doComplexCharSetTest()
297 && nChars == 0 && nInfo != 0); in doComplexCharSetTest()
301 } else if (nChars == 1 && nInfo == 0) { in doComplexCharSetTest()
304 } else if (nChars == 2 && nInfo == 0) { in doComplexCharSetTest()
309 OSL_ASSERT(nChars == 0 && nInfo != 0); in doComplexCharSetTest()
332 sal_uInt32 nInfo; in doComplexCharSetTest() local
341 &nInfo, &nConverted); in doComplexCharSetTest()
343 && (nInfo == 0 in doComplexCharSetTest()
344 || (nInfo == RTL_UNICODETOTEXT_INFO_UNDEFINED in doComplexCharSetTest()
368 sal_uInt32 nInfo; in doComplexCharSetCutTest() local
376 &nInfo, &nConverted); in doComplexCharSetCutTest()
378 && (nInfo == RTL_TEXTTOUNICODE_INFO_SRCBUFFERTOSMALL in doComplexCharSetCutTest()
379 || (nInfo in doComplexCharSetCutTest()