Home
last modified time | relevance | path

Searched refs:RBBIStateTableRow (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/common/
Drbbi.cpp1001 RBBIStateTableRow *row; in handleNext()
1032 row = (RBBIStateTableRow *) in handleNext()
1113 row = (RBBIStateTableRow *) in handleNext()
1217 RBBIStateTableRow *row; in handlePrevious()
1250 row = (RBBIStateTableRow *) in handlePrevious()
1333 row = (RBBIStateTableRow *) in handlePrevious()
Drbbidata.h98 struct RBBIStateTableRow { struct
Drbbitblb.cpp1078 rowSize = sizeof(RBBIStateTableRow) + sizeof(uint16_t)*(numCols-2); in getTableSize()
1107 table->fRowLen = sizeof(RBBIStateTableRow) + in exportTable()
1121 RBBIStateTableRow *row = (RBBIStateTableRow *)(table->fTableData + state*table->fRowLen); in exportTable()
Drbbidata.cpp259 RBBIStateTableRow *row = (RBBIStateTableRow *) in printTable()