Home
last modified time | relevance | path

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

/external/oss-fuzz/projects/dlplibs/
Dicu4c-ubsan.patch17 - char fTableData[4]; /* First RBBIStateTableRow begins here. */
18 + char fTableData[1]; /* First RBBIStateTableRow begins here. */
30 + size = offsetof(RBBIStateTable, fTableData); // The header, with no rows to the table.
/external/icu/icu4c/source/common/
Drbbidata.h143 char fTableData[1]; // First RBBIStateTableRow begins here. member
Drbbidata.cpp256 (table->fTableData + (table->fRowLen * s)); in printTable()
400 int32_t topSize = offsetof(RBBIStateTable, fTableData); in ubrk_swap()
Drbbi.cpp820 const char *tableData = statetable->fTableData; in handleNext()
1020 (stateTable->fTableData + (stateTable->fRowLen * state)); in handleSafePrevious()
1050 (stateTable->fTableData + (stateTable->fRowLen * state)); in handleSafePrevious()
Drbbitblb.cpp1346 size = offsetof(RBBIStateTable, fTableData); // The header, with no rows to the table. in getTableSize()
1406 RBBIStateTableRow *row = (RBBIStateTableRow *)(table->fTableData + state*table->fRowLen); in exportTable()
1568 size = offsetof(RBBIStateTable, fTableData); // The header, with no rows to the table. in getSafeTableSize()
1620 RBBIStateTableRow *row = (RBBIStateTableRow *)(table->fTableData + state*table->fRowLen); in exportSafeTable()
/external/icu/libicu/cts_headers/
Drbbidata.h143 char fTableData[1]; // First RBBIStateTableRow begins here. member
/external/cronet/third_party/icu/source/common/
Drbbidata.h143 char fTableData[1]; // First RBBIStateTableRow begins here. member
Drbbidata.cpp256 (table->fTableData + (table->fRowLen * s)); in printTable()
400 int32_t topSize = offsetof(RBBIStateTable, fTableData); in ubrk_swap()
Drbbi.cpp820 const char *tableData = statetable->fTableData; in handleNext()
1020 (stateTable->fTableData + (stateTable->fRowLen * state)); in handleSafePrevious()
1050 (stateTable->fTableData + (stateTable->fRowLen * state)); in handleSafePrevious()
Drbbitblb.cpp1346 size = offsetof(RBBIStateTable, fTableData); // The header, with no rows to the table. in getTableSize()
1406 RBBIStateTableRow *row = (RBBIStateTableRow *)(table->fTableData + state*table->fRowLen); in exportTable()
1568 size = offsetof(RBBIStateTable, fTableData); // The header, with no rows to the table. in getSafeTableSize()
1620 RBBIStateTableRow *row = (RBBIStateTableRow *)(table->fTableData + state*table->fRowLen); in exportSafeTable()
/external/icu/icu4c/source/test/intltest/
Drbbitst.cpp4589 … RBBIStateTableRow *row = (RBBIStateTableRow *) (fwtbl->fTableData + (fwtbl->fRowLen * r)); in TestTableRedundancies()
4610 RBBIStateTableRow *row = (RBBIStateTableRow *) (fwtbl->fTableData + (fwtbl->fRowLen * r)); in TestTableRedundancies()
/external/cronet/third_party/icu/source/test/intltest/
Drbbitst.cpp4569 … RBBIStateTableRow *row = (RBBIStateTableRow *) (fwtbl->fTableData + (fwtbl->fRowLen * r)); in TestTableRedundancies()
4590 RBBIStateTableRow *row = (RBBIStateTableRow *) (fwtbl->fTableData + (fwtbl->fRowLen * r)); in TestTableRedundancies()