Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Drbbidata.h129 char fTableData[1]; /* First RBBIStateTableRow begins here. */ member
Drbbidata.cpp241 (table->fTableData + (table->fRowLen * s)); in printTable()
378 int32_t topSize = offsetof(RBBIStateTable, fTableData); in ubrk_swap()
Drbbi.cpp772 const char *tableData = statetable->fTableData; in handleNext()
975 (stateTable->fTableData + (stateTable->fRowLen * state)); in handleSafePrevious()
1008 (stateTable->fTableData + (stateTable->fRowLen * state)); in handleSafePrevious()
Drbbitblb.cpp1278 size = offsetof(RBBIStateTable, fTableData); // The header, with no rows to the table. in getTableSize()
1325 RBBIStateTableRow *row = (RBBIStateTableRow *)(table->fTableData + state*table->fRowLen); in exportTable()
1463 size = offsetof(RBBIStateTable, fTableData); // The header, with no rows to the table. in getSafeTableSize()
1504 RBBIStateTableRow *row = (RBBIStateTableRow *)(table->fTableData + state*table->fRowLen); in exportSafeTable()
/external/icu/icu4c/source/test/intltest/
Drbbitst.cpp4432 … RBBIStateTableRow *row = (RBBIStateTableRow *) (fwtbl->fTableData + (fwtbl->fRowLen * r)); in TestTableRedundancies()
4452 RBBIStateTableRow *row = (RBBIStateTableRow *) (fwtbl->fTableData + (fwtbl->fRowLen * r)); in TestTableRedundancies()