Home
last modified time | relevance | path

Searched refs:boundaryIndex (Results 1 – 25 of 46) sorted by relevance

12

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/text/BreakIterator/
H A DMirroredBreakIterator.java35 private int boundaryIndex; field in MirroredBreakIterator
71 int newBoundary = boundaryIndex + n; in next()
85 if (boundaryIndex == lastBoundary()) { in next()
88 return changeIndices(boundaryIndex + 1); in next()
93 if (boundaryIndex == 0) { in previous()
96 return changeIndices(boundaryIndex - 1); in previous()
149 boundaryIndex = newBoundary; in changeIndices()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/text/BreakIterator/
H A DMirroredBreakIterator.java35 private int boundaryIndex; field in MirroredBreakIterator
71 int newBoundary = boundaryIndex + n; in next()
85 if (boundaryIndex == lastBoundary()) { in next()
88 return changeIndices(boundaryIndex + 1); in next()
93 if (boundaryIndex == 0) { in previous()
96 return changeIndices(boundaryIndex - 1); in previous()
149 boundaryIndex = newBoundary; in changeIndices()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/text/BreakIterator/
H A DMirroredBreakIterator.java35 private int boundaryIndex; field in MirroredBreakIterator
71 int newBoundary = boundaryIndex + n; in next()
85 if (boundaryIndex == lastBoundary()) { in next()
88 return changeIndices(boundaryIndex + 1); in next()
93 if (boundaryIndex == 0) { in previous()
96 return changeIndices(boundaryIndex - 1); in previous()
149 boundaryIndex = newBoundary; in changeIndices()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/text/BreakIterator/
H A DMirroredBreakIterator.java35 private int boundaryIndex; field in MirroredBreakIterator
71 int newBoundary = boundaryIndex + n; in next()
85 if (boundaryIndex == lastBoundary()) { in next()
88 return changeIndices(boundaryIndex + 1); in next()
93 if (boundaryIndex == 0) { in previous()
96 return changeIndices(boundaryIndex - 1); in previous()
149 boundaryIndex = newBoundary; in changeIndices()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/text/BreakIterator/
H A DMirroredBreakIterator.java35 private int boundaryIndex; field in MirroredBreakIterator
71 int newBoundary = boundaryIndex + n; in next()
85 if (boundaryIndex == lastBoundary()) { in next()
88 return changeIndices(boundaryIndex + 1); in next()
93 if (boundaryIndex == 0) { in previous()
96 return changeIndices(boundaryIndex - 1); in previous()
149 boundaryIndex = newBoundary; in changeIndices()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/text/BreakIterator/
H A DMirroredBreakIterator.java35 private int boundaryIndex; field in MirroredBreakIterator
71 int newBoundary = boundaryIndex + n; in next()
85 if (boundaryIndex == lastBoundary()) { in next()
88 return changeIndices(boundaryIndex + 1); in next()
93 if (boundaryIndex == 0) { in previous()
96 return changeIndices(boundaryIndex - 1); in previous()
149 boundaryIndex = newBoundary; in changeIndices()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/text/BreakIterator/
H A DMirroredBreakIterator.java35 private int boundaryIndex; field in MirroredBreakIterator
71 int newBoundary = boundaryIndex + n; in next()
85 if (boundaryIndex == lastBoundary()) { in next()
88 return changeIndices(boundaryIndex + 1); in next()
93 if (boundaryIndex == 0) { in previous()
96 return changeIndices(boundaryIndex - 1); in previous()
149 boundaryIndex = newBoundary; in changeIndices()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/text/BreakIterator/
H A DMirroredBreakIterator.java35 private int boundaryIndex; field in MirroredBreakIterator
71 int newBoundary = boundaryIndex + n; in next()
85 if (boundaryIndex == lastBoundary()) { in next()
88 return changeIndices(boundaryIndex + 1); in next()
93 if (boundaryIndex == 0) { in previous()
96 return changeIndices(boundaryIndex - 1); in previous()
149 boundaryIndex = newBoundary; in changeIndices()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/text/BreakIterator/
H A DMirroredBreakIterator.java35 private int boundaryIndex; field in MirroredBreakIterator
71 int newBoundary = boundaryIndex + n; in next()
85 if (boundaryIndex == lastBoundary()) { in next()
88 return changeIndices(boundaryIndex + 1); in next()
93 if (boundaryIndex == 0) { in previous()
96 return changeIndices(boundaryIndex - 1); in previous()
149 boundaryIndex = newBoundary; in changeIndices()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/text/BreakIterator/
H A DMirroredBreakIterator.java35 private int boundaryIndex; field in MirroredBreakIterator
71 int newBoundary = boundaryIndex + n; in next()
85 if (boundaryIndex == lastBoundary()) { in next()
88 return changeIndices(boundaryIndex + 1); in next()
93 if (boundaryIndex == 0) { in previous()
96 return changeIndices(boundaryIndex - 1); in previous()
149 boundaryIndex = newBoundary; in changeIndices()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data.Services.Client/Client/System/Data/Services/Client/
H A DBatchStream.cs886 int boundaryIndex = 0; in ReadDelimiter()
931 boundaryIndex = boundary2Index; in ReadDelimiter()
937 boundaryIndex = boundary1Index; in ReadDelimiter()
945 if ((0 < boundaryIndex) && (boundary.Length != boundaryIndex)) in ReadDelimiter()
946 … { if ((size + copied == boundaryIndex) && (boundaryIndex < this.byteLength)) in ReadDelimiter()
952 offset -= boundaryIndex; in ReadDelimiter()
969 if (boundary.Length == boundaryIndex) in ReadDelimiter()
973 else if (0 < boundaryIndex) in ReadDelimiter()
993 offset += boundaryIndex; in ReadDelimiter()
994 count -= boundaryIndex; in ReadDelimiter()
[all …]
/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/dune/grid/albertagrid/
H A Dprojection.hh207 explicit BasicNodeProjection ( unsigned int boundaryIndex ) in BasicNodeProjection()
208 : boundaryIndex_( boundaryIndex ) in BasicNodeProjection()
216 unsigned int boundaryIndex () const in boundaryIndex() function
246 NodeProjection ( unsigned int boundaryIndex, const Projection &projection ) in NodeProjection() argument
247 : Base( boundaryIndex ), in NodeProjection()
H A Dmeshpointer.hh437 const unsigned int boundaryIndex = Library< dimWorld >::boundaryCount++; in initNodeProjection() local
441 return new NodeProjection< dim, Projection >( boundaryIndex, projection ); in initNodeProjection()
444 return new BasicNodeProjection( boundaryIndex ); in initNodeProjection()
448 const unsigned int boundaryIndex = std::numeric_limits< unsigned int >::max(); in initNodeProjection() local
452 return new NodeProjection< dim, Projection >( boundaryIndex, projection ); in initNodeProjection()
/dports/math/vtk9/VTK-9.1.0/IO/CONVERGECFD/
H A DvtkCONVERGECFDReader.cxx898 int boundaryIndex = boundaryIdToIndex[boundaryId]; in RequestData() local
904 blocksSurfacePointIds[boundaryIndex].insert(ptId); in RequestData()
910 for (hsize_t boundaryIndex = 0; boundaryIndex < numBoundaryNames; ++boundaryIndex) in RequestData() local
914 for (vtkIdType id : blocksSurfacePointIds[boundaryIndex]) in RequestData()
916 blocksOriginalToBlockPointId[boundaryIndex][id] = newIndex++; in RequestData()
920 blocksSurfacePointIds[boundaryIndex].clear(); in RequestData()
955 int boundaryIndex = boundaryIdToIndex[boundaryId]; in RequestData() local
964 ptIds[id] = blocksOriginalToBlockPointId[boundaryIndex][ptId]; in RequestData()
1114 for (int boundaryIndex = 0; boundaryIndex < static_cast<int>(numBoundaryNames); in RequestData() local
1115 ++boundaryIndex) in RequestData()
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/worklet/contourtree_distributed/boundary_tree_maker/
H A DFindNecessaryInteriorSetSuperparentNecessaryWorklet.h86 VTKM_EXEC void operator()(const vtkm::Id& boundaryIndex, in operator()
94 vtkm::worklet::contourtree_augmented::MaskedIndex(superparentsPortal.Get(boundaryIndex)); in operator()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpmultipart.cpp535 qint64 boundaryIndex = readPointer + finalBoundary.count() - size(); in readData() local
536 … qint64 lastBoundaryBytesRead = qMin(finalBoundary.count() - boundaryIndex, maxSize - bytesRead); in readData()
537 memcpy(data + bytesRead, finalBoundary.constData() + boundaryIndex, lastBoundaryBytesRead); in readData()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpmultipart.cpp535 qint64 boundaryIndex = readPointer + finalBoundary.count() - size(); in readData() local
536 … qint64 lastBoundaryBytesRead = qMin(finalBoundary.count() - boundaryIndex, maxSize - bytesRead); in readData()
537 memcpy(data + bytesRead, finalBoundary.constData() + boundaryIndex, lastBoundaryBytesRead); in readData()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpmultipart.cpp535 qint64 boundaryIndex = readPointer + finalBoundary.count() - size(); in readData() local
536 … qint64 lastBoundaryBytesRead = qMin(finalBoundary.count() - boundaryIndex, maxSize - bytesRead); in readData()
537 memcpy(data + bytesRead, finalBoundary.constData() + boundaryIndex, lastBoundaryBytesRead); in readData()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpmultipart.cpp535 qint64 boundaryIndex = readPointer + finalBoundary.count() - size(); in readData() local
536 … qint64 lastBoundaryBytesRead = qMin(finalBoundary.count() - boundaryIndex, maxSize - bytesRead); in readData()
537 memcpy(data + bytesRead, finalBoundary.constData() + boundaryIndex, lastBoundaryBytesRead); in readData()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpmultipart.cpp535 qint64 boundaryIndex = readPointer + finalBoundary.count() - size(); in readData() local
536 … qint64 lastBoundaryBytesRead = qMin(finalBoundary.count() - boundaryIndex, maxSize - bytesRead); in readData()
537 memcpy(data + bytesRead, finalBoundary.constData() + boundaryIndex, lastBoundaryBytesRead); in readData()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpmultipart.cpp535 qint64 boundaryIndex = readPointer + finalBoundary.count() - size(); in readData() local
536 … qint64 lastBoundaryBytesRead = qMin(finalBoundary.count() - boundaryIndex, maxSize - bytesRead); in readData()
537 memcpy(data + bytesRead, finalBoundary.constData() + boundaryIndex, lastBoundaryBytesRead); in readData()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpmultipart.cpp535 qint64 boundaryIndex = readPointer + finalBoundary.count() - size(); in readData() local
536 … qint64 lastBoundaryBytesRead = qMin(finalBoundary.count() - boundaryIndex, maxSize - bytesRead); in readData()
537 memcpy(data + bytesRead, finalBoundary.constData() + boundaryIndex, lastBoundaryBytesRead); in readData()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpmultipart.cpp535 qint64 boundaryIndex = readPointer + finalBoundary.count() - size(); in readData() local
536 … qint64 lastBoundaryBytesRead = qMin(finalBoundary.count() - boundaryIndex, maxSize - bytesRead); in readData()
537 memcpy(data + bytesRead, finalBoundary.constData() + boundaryIndex, lastBoundaryBytesRead); in readData()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpmultipart.cpp535 qint64 boundaryIndex = readPointer + finalBoundary.count() - size(); in readData() local
536 … qint64 lastBoundaryBytesRead = qMin(finalBoundary.count() - boundaryIndex, maxSize - bytesRead); in readData()
537 memcpy(data + bytesRead, finalBoundary.constData() + boundaryIndex, lastBoundaryBytesRead); in readData()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpmultipart.cpp535 qint64 boundaryIndex = readPointer + finalBoundary.count() - size(); in readData() local
536 … qint64 lastBoundaryBytesRead = qMin(finalBoundary.count() - boundaryIndex, maxSize - bytesRead); in readData()
537 memcpy(data + bytesRead, finalBoundary.constData() + boundaryIndex, lastBoundaryBytesRead); in readData()

12