Searched refs:buf1 (Results 1 – 6 of 6) sorted by relevance
/trunk/main/sal/qa/rtl/crc32/ |
H A D | rtl_crc32.cxx | 93 char buf1[] = {2}; in TEST_F() local 94 int num1 = sizeof(buf1); in TEST_F() 96 nCRC1 = rtl_crc32(nCRC1, buf1, num1); in TEST_F() 113 char buf1[] = {2,1}; in TEST_F() local 114 int num1 = sizeof(buf1) - 1; in TEST_F() 116 nCRC1 = rtl_crc32(nCRC1, buf1, num1); in TEST_F() 133 char buf1[] = {0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20}; in TEST_F() local 134 int num1 = sizeof(buf1); in TEST_F() 136 nCRC1 = rtl_crc32(nCRC1, buf1, num1); in TEST_F()
|
/trunk/main/sal/qa/rtl/strings/ |
H A D | test_oustringbuffer_utf32.cxx | 80 rtl::OUStringBuffer buf1(rtl::OUString(str1, str1Len)); in TEST_F() local 81 buf1.appendUtf32('d'); in TEST_F() 82 rtl::OUString res1(buf1.makeStringAndClear()); in TEST_F() 102 rtl::OUStringBuffer buf1(rtl::OUString(str1, str1Len)); in TEST_F() local 103 buf1.insertUtf32(2, 'd'); in TEST_F() 104 rtl::OUString res1(buf1.makeStringAndClear()); in TEST_F()
|
/trunk/main/odk/examples/DevelopersGuide/UCB/ |
H A D | Helper.java | 173 StringBuffer buf1 = new StringBuffer( "file:///" ); in getAbsoluteFileURLFromSystemPath() local 174 buf1.append( url.substring( 6 ) ); in getAbsoluteFileURLFromSystemPath() 175 url = buf1.toString(); in getAbsoluteFileURLFromSystemPath() 211 StringBuffer buf1 = new StringBuffer( "file:///" ); in createTargetDataFile() local 212 buf1.append( url.substring( 6 ) ); in createTargetDataFile() 213 url = buf1.toString(); in createTargetDataFile()
|
/trunk/main/basegfx/source/polygon/ |
H A D | b2dpolygonclipper.cxx | 892 ::basegfx::B2DPoint buf1[16]; in clipTriangleListOnRange() 898 vertex_count = scissorLineSegment(stack,vertex_count,buf1,&sp[0],rRange); in clipTriangleListOnRange() 899 vertex_count = scissorLineSegment(buf1,vertex_count,buf0,&sp[1],rRange); in clipTriangleListOnRange() 900 vertex_count = scissorLineSegment(buf0,vertex_count,buf1,&sp[2],rRange); in clipTriangleListOnRange() 901 vertex_count = scissorLineSegment(buf1,vertex_count,buf0,&sp[3],rRange); in clipTriangleListOnRange()
|
/trunk/main/writerfilter/unocomponent/debugservices/rtftok/ |
H A D | XMLScanner.cxx | 222 char buf1[100]; in read() local 223 sprintf(buf1, "Converted %" SAL_PRIdINT64 " KB", bytesRead/1024); in read() 224 xStatusIndicator->start(::rtl::OUString::createFromAscii(buf1), 0); in read()
|
H A D | ScannerTestService.cxx | 332 char buf1[100]; in read() local 333 sprintf(buf1, "Converted %" SAL_PRIdINT64 " KB", bytesRead/1024); in read() 334 xStatusIndicator->start(::rtl::OUString::createFromAscii(buf1), 0); in read()
|
Completed in 50 milliseconds