HomeSort by relevance Sort by last modified time
    Searched refs:firstRow (Results 1 - 18 of 18) sorted by null

  /external/icu/android_icu4j/src/main/java/android/icu/impl/
PropsVectors.java 187 int firstRow, lastRow;
196 firstRow = findRow(start);
204 splitFirstRow = (start != v[firstRow] && value != (v[firstRow + column] & mask));
242 // split the first row, and move the firstRow pointer
246 count = lastRow - firstRow + columns;
247 System.arraycopy(v, firstRow, v, firstRow + columns, count);
250 // split the range and move the firstRow pointer
251 v[firstRow + 1] = v[firstRow + columns] = start
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
PropsVectors.java 185 int firstRow, lastRow;
194 firstRow = findRow(start);
202 splitFirstRow = (start != v[firstRow] && value != (v[firstRow + column] & mask));
240 // split the first row, and move the firstRow pointer
244 count = lastRow - firstRow + columns;
245 System.arraycopy(v, firstRow, v, firstRow + columns, count);
248 // split the range and move the firstRow pointer
249 v[firstRow + 1] = v[firstRow + columns] = start
    [all...]
  /external/icu/icu4c/source/common/
propsvec.cpp 159 uint32_t *firstRow, *lastRow;
189 firstRow=_findRow(pv, start);
197 splitFirstRow= (UBool)(start!=(UChar32)firstRow[0] && value!=(firstRow[column]&mask));
224 firstRow=newVectors+(firstRow-pv->v);
241 /* split the first row, and move the firstRow pointer to the second part */
244 count = (int32_t)((lastRow-firstRow)+columns);
245 uprv_memmove(firstRow+columns, firstRow, (size_t)count*4)
    [all...]
rbbitblb.cpp     [all...]
  /external/skia/src/codec/
SkPngCodec.h 110 virtual void setRange(int firstRow, int lastRow, void* dst, size_t rowBytes) = 0;
SkPngCodec.cpp 558 void setRange(int firstRow, int lastRow, void* dst, size_t rowBytes) override {
560 fFirstRow = firstRow;
704 void setRange(int firstRow, int lastRow, void* dst, size_t rowBytes) override {
706 this->setUpInterlaceBuffer(lastRow - firstRow + 1);
708 fFirstRow = firstRow;
    [all...]
  /external/skqp/src/codec/
SkPngCodec.h 110 virtual void setRange(int firstRow, int lastRow, void* dst, size_t rowBytes) = 0;
SkPngCodec.cpp 558 void setRange(int firstRow, int lastRow, void* dst, size_t rowBytes) override {
560 fFirstRow = firstRow;
704 void setRange(int firstRow, int lastRow, void* dst, size_t rowBytes) override {
706 this->setUpInterlaceBuffer(lastRow - firstRow + 1);
708 fFirstRow = firstRow;
    [all...]
  /external/mesa3d/src/mesa/program/
prog_statevars.c 300 const GLuint firstRow = (GLuint) state[2];
305 assert(firstRow < 4);
340 for (i = 0, row = firstRow; row <= lastRow; row++) {
348 for (i = 0, row = firstRow; row <= lastRow; row++) {
    [all...]
  /external/freetype/src/pcf/
pcfread.c 947 FT_UShort firstRow, lastRow;
979 firstRow = FT_GET_USHORT();
987 firstRow = FT_GET_USHORT_LE();
1003 " firstRow 0x%X, lastRow 0x%X\n"
1006 firstRow, lastRow,
1012 firstRow > lastRow ||
1017 (FT_ULong)( lastRow - firstRow + 1 );
1032 if ( defaultCharRow < firstRow ||
1037 face->defaultChar = firstRow * 256U + firstCol;
1054 2 * ( ( defaultCharRow - firstRow ) * ( lastCol - firstCol + 1 )
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
RBBITableBuilder.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RBBITableBuilder.java     [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
BlockFieldMatrix.java     [all...]
BlockRealMatrix.java     [all...]
  /external/zxing/core/
core.jar 
  /external/guice/extensions/persist/lib/
hibernate3.jar 
hsqldb.jar 
  /external/cldr/tools/java/libs/
icu4j.jar 

Completed in 382 milliseconds