Searched defs:rowIndex (Results 1 - 16 of 16) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DPVecToTrieCompactHandler.java20 public void setRowIndexForErrorValue(int rowIndex) { argument
23 public void setRowIndexForInitialValue(int rowIndex) { argument
24 initialValue = rowIndex;
27 public void setRowIndexForRange(int start, int end, int rowIndex) { argument
28 builder.setRange(start, end + 1, rowIndex, true);
31 public void startRealValues(int rowIndex) { argument
32 if (rowIndex > 0xffff) {
H A DPropsVectors.java291 * in row rowIndex.
296 public int[] getRow(int rowIndex) { argument
301 if (rowIndex < 0 || rowIndex > rows) {
302 throw new IllegalArgumentException("rowIndex out of bound!");
305 System.arraycopy(v, rowIndex * columns + 2, rowToReturn, 0,
312 * in row rowIndex.
318 public int getRowStart(int rowIndex) { argument
323 if (rowIndex < 0 || rowIndex > row
337 getRowEnd(int rowIndex) argument
554 setRowIndexForRange(int start, int end, int rowIndex) argument
555 setRowIndexForInitialValue(int rowIndex) argument
556 setRowIndexForErrorValue(int rowIndex) argument
557 startRealValues(int rowIndex) argument
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DBreakDictionary.java142 private short[] rowIndex = null; field in class:BreakDictionary
200 rowIndex = new short[l];
201 for (int i = 0; i < rowIndex.length; i++)
202 rowIndex[i] = bytes.getShort();
266 // mapping in rowIndex; we map from logical column number to
271 return internalAt(rowIndex[row], col + rowIndexShifts[row]);
/external/guava/guava/src/com/google/common/collect/
H A DDenseImmutableTable.java68 int rowIndex = rowKeyToIndex.get(rowKey);
70 V existingValue = values[rowIndex][columnIndex];
72 values[rowIndex][columnIndex] = cell.getValue();
73 rowCounts[rowIndex]++;
75 iterationOrderRow[i] = rowIndex;
153 private final int rowIndex; field in class:DenseImmutableTable.Row
155 Row(int rowIndex) { argument
156 super(rowCounts[rowIndex]);
157 this.rowIndex = rowIndex;
[all...]
H A DArrayTable.java319 * get(rowKeyList().get(rowIndex), columnKeyList().get(columnIndex))}, but
322 * @param rowIndex position of the row key in {@link #rowKeyList()}
326 * rowIndex} is greater then or equal to the number of allowed row keys,
330 public V at(int rowIndex, int columnIndex) { argument
332 checkElementIndex(rowIndex, rowList.size());
334 return array[rowIndex][columnIndex];
340 * put(rowKeyList().get(rowIndex), columnKeyList().get(columnIndex), value)}
343 * @param rowIndex position of the row key in {@link #rowKeyList()}
348 * rowIndex} is greater then or equal to the number of allowed row keys,
352 public V set(int rowIndex, in argument
690 final int rowIndex; field in class:ArrayTable.Row
692 Row(int rowIndex) argument
[all...]
/external/icu/icu4c/source/common/
H A Dpropsvec.c291 upvec_getRow(const UPropsVectors *pv, int32_t rowIndex, argument
296 if(pv->isCompacted || rowIndex<0 || rowIndex>=pv->rows) {
301 row=pv->v+rowIndex*columns;
498 int32_t rowIndex, uint32_t *row, int32_t columns,
502 utrie2_setRange32(toUTrie2->trie, start, end, (uint32_t)rowIndex, TRUE, pErrorCode);
506 toUTrie2->initialValue=rowIndex;
509 toUTrie2->errorValue=rowIndex;
512 toUTrie2->maxValue=rowIndex;
513 if(rowIndex>
496 upvec_compactToUTrie2Handler(void *context, UChar32 start, UChar32 end, int32_t rowIndex, uint32_t *row, int32_t columns, UErrorCode *pErrorCode) argument
[all...]
/external/eigen/Eigen/src/SparseLU/
H A DSparseLU_SupernodalMatrix.h112 Index* rowIndex() { return m_rowind; } function in class:Eigen::internal::MappedSuperNodalMatrix
114 const Index* rowIndex() const function in class:Eigen::internal::MappedSuperNodalMatrix
205 inline Index index() const { return m_matrix.rowIndex()[m_idrow]; }
284 irow = rowIndex()[iptr];
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DArrayTable.java317 * get(rowKeyList().get(rowIndex), columnKeyList().get(columnIndex))}, but
320 * @param rowIndex position of the row key in {@link #rowKeyList()}
324 * rowIndex} is greater then or equal to the number of allowed row keys,
328 public V at(int rowIndex, int columnIndex) { argument
330 checkElementIndex(rowIndex, rowList.size());
332 return array[rowIndex][columnIndex];
338 * put(rowKeyList().get(rowIndex), columnKeyList().get(columnIndex), value)}
341 * @param rowIndex position of the row key in {@link #rowKeyList()}
346 * rowIndex} is greater then or equal to the number of allowed row keys,
350 public V set(int rowIndex, in argument
666 final int rowIndex; field in class:ArrayTable.Row
668 Row(int rowIndex) argument
[all...]
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...

Completed in 626 milliseconds