Home
last modified time | relevance | path

Searched refs:fDtran (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/common/
Drbbitblb.cpp672 T->fDtran->setElementAt(ux, a); in buildStateTable()
1128 row->fNextState[col] = (uint16_t)sd->fDtran->elementAti(col); in exportTable()
1179 RBBIDebugPrintf(" %2d", sd->fDtran->elementAti(c)); in printStates()
1232 fDtran = NULL; in RBBIStateDescriptor()
1234 fDtran = new UVector(lastInputSymbol+1, *fStatus); in RBBIStateDescriptor()
1238 if (fDtran == NULL) { in RBBIStateDescriptor()
1242 fDtran->setSize(lastInputSymbol+1, *fStatus); // fDtran needs to be pre-sized. in RBBIStateDescriptor()
1251 delete fDtran; in ~RBBIStateDescriptor()
1254 fDtran = NULL; in ~RBBIStateDescriptor()
Drbbitblb.h111 UVector *fDtran; // Transitions out of this state. variable