Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Drbbi.cpp1036 RBBIStateTableRow *row; in handleNext()
1064 row = (RBBIStateTableRow *) in handleNext()
1137 row = (RBBIStateTableRow *) in handleNext()
1226 RBBIStateTableRow *row; in handlePrevious()
1257 row = (RBBIStateTableRow *) in handlePrevious()
1334 row = (RBBIStateTableRow *) in handlePrevious()
Drbbidata.h100 struct RBBIStateTableRow { struct
Drbbitblb.cpp1106 rowSize = sizeof(RBBIStateTableRow) + sizeof(uint16_t)*(numCols-2); in getTableSize()
1135 table->fRowLen = sizeof(RBBIStateTableRow) + in exportTable()
1149 RBBIStateTableRow *row = (RBBIStateTableRow *)(table->fTableData + state*table->fRowLen); in exportTable()
Drbbidata.cpp261 RBBIStateTableRow *row = (RBBIStateTableRow *) in printTable()