Home
last modified time | relevance | path

Searched refs:fieldIndex (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/layout/
DDeviceTables.cpp32 le_uint16 fieldIndex = sizeIndex % count; in getAdjustment() local
33 le_uint16 shift = 16 - (bits * (fieldIndex + 1)); in getAdjustment()
/external/skia/src/views/
DSkListWidget.cpp512 virtual void getRecord(int rowIndex, int fieldIndex, SkString* data) in getRecord() argument
515 SkASSERT((unsigned)fieldIndex < (unsigned)fFieldCount); in getRecord()
517 *data = fRecords[rowIndex * fFieldCount + fieldIndex]; in getRecord()
/external/skia/include/views/
DSkWidgetViews.h303 virtual void getRecord(int rowIndex, int fieldIndex, SkString* data);