Home
last modified time | relevance | path

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

/third_party/node/deps/icu-small/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.cpp790 const char *tableData = statetable->fTableData; in handleNext()
990 (stateTable->fTableData + (stateTable->fRowLen * state)); in handleSafePrevious()
1020 (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()
/third_party/skia/third_party/externals/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.cpp806 const char *tableData = statetable->fTableData; in handleNext()
1006 (stateTable->fTableData + (stateTable->fRowLen * state)); in handleSafePrevious()
1036 (stateTable->fTableData + (stateTable->fRowLen * state)); in handleSafePrevious()
Drbbitblb.cpp1340 size = offsetof(RBBIStateTable, fTableData); // The header, with no rows to the table. in getTableSize()
1400 RBBIStateTableRow *row = (RBBIStateTableRow *)(table->fTableData + state*table->fRowLen); in exportTable()
1553 size = offsetof(RBBIStateTable, fTableData); // The header, with no rows to the table. in getSafeTableSize()
1605 RBBIStateTableRow *row = (RBBIStateTableRow *)(table->fTableData + state*table->fRowLen); in exportSafeTable()
/third_party/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()
/third_party/icu/icu4c/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()