Home | History | Annotate | Download | only in i18n

Lines Matching defs:row

199     {0, UDATPG_FIELD_COUNT, 0, 0, 0} , // last row of dtTypes[]
1046 const dtTypeElem *row = &dtTypes[canonicalIndex];
1047 int32_t typeValue = row->field;
1086 UBool patFieldIsNumeric = (row->type > 0);
1606 const dtTypeElem *row = &dtTypes[canonicalIndex];
1607 int32_t typeValue = row->field;
1609 UChar repeatChar = row->patternChar;
1610 int32_t repeatCount = row->minLen; // #7930 removes cap at 3
1614 int16_t subTypeValue = row->type;
1615 if ( row->type > 0) {