Home
last modified time | relevance | path

Searched refs:fTagIdx (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/common/
Drbbidata.h110 int16_t fTagIdx; /* Non-zero if this row covers a {tagged} position */ member
Drbbi.cpp879 fRuleStatusIndex = row->fTagIdx; // Remember the break status (tag) values. in handleNext()
887 fRuleStatusIndex = row->fTagIdx; in handleNext()
Drbbidata.cpp242 RBBIDebugPrintf("%4d | %3d %3d %3d ", s, row->fAccepting, row->fLookAhead, row->fTagIdx); in printTable()
Drbbitblb.cpp1330 row->fTagIdx = (int16_t)sd->fTagsIdx; in exportTable()
1507 row->fTagIdx = 0; in exportSafeTable()
/external/icu/icu4c/source/test/intltest/
Drbbitst.cpp4456 s.append(row->fTagIdx); in TestTableRedundancies()