Lines Matching refs:row
195 {0, UDATPG_FIELD_COUNT, 0, 0, 0} , // last row of dtTypes[]
1020 const dtTypeElem *row = &dtTypes[canonicalIndex];
1021 int32_t typeValue = row->field;
1062 UBool patFieldIsNumeric = (row->type > 0);
1578 const dtTypeElem *row = &dtTypes[canonicalIndex];
1579 int32_t typeValue = row->field;
1581 UChar repeatChar = row->patternChar;
1582 int32_t repeatCount = row->minLen > 3 ? 3: row->minLen;
1586 int16_t subTypeValue = row->type;
1587 if ( row->type > 0) {