Home | History | Annotate | Download | only in i18n

Lines Matching refs:row

199     {0, UDATPG_FIELD_COUNT, 0, 0, 0} , // last row of dtTypes[]
1031 const dtTypeElem *row = &dtTypes[canonicalIndex];
1032 int32_t typeValue = row->field;
1071 UBool patFieldIsNumeric = (row->type > 0);
1588 const dtTypeElem *row = &dtTypes[canonicalIndex];
1589 int32_t typeValue = row->field;
1591 UChar repeatChar = row->patternChar;
1592 int32_t repeatCount = row->minLen; // #7930 removes cap at 3
1596 int16_t subTypeValue = row->type;
1597 if ( row->type > 0) {