Searched refs:fTableData (Results 1 – 13 of 13) sorted by relevance
/third_party/node/deps/icu-small/source/common/ |
D | rbbidata.h | 143 char fTableData[1]; // First RBBIStateTableRow begins here. member
|
D | rbbidata.cpp | 256 (table->fTableData + (table->fRowLen * s)); in printTable() 400 int32_t topSize = offsetof(RBBIStateTable, fTableData); in ubrk_swap()
|
D | rbbi.cpp | 790 const char *tableData = statetable->fTableData; in handleNext() 990 (stateTable->fTableData + (stateTable->fRowLen * state)); in handleSafePrevious() 1020 (stateTable->fTableData + (stateTable->fRowLen * state)); in handleSafePrevious()
|
D | rbbitblb.cpp | 1346 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/ |
D | rbbidata.h | 143 char fTableData[1]; // First RBBIStateTableRow begins here. member
|
D | rbbidata.cpp | 256 (table->fTableData + (table->fRowLen * s)); in printTable() 400 int32_t topSize = offsetof(RBBIStateTable, fTableData); in ubrk_swap()
|
D | rbbi.cpp | 806 const char *tableData = statetable->fTableData; in handleNext() 1006 (stateTable->fTableData + (stateTable->fRowLen * state)); in handleSafePrevious() 1036 (stateTable->fTableData + (stateTable->fRowLen * state)); in handleSafePrevious()
|
D | rbbitblb.cpp | 1340 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/ |
D | rbbidata.h | 143 char fTableData[1]; // First RBBIStateTableRow begins here. member
|
D | rbbidata.cpp | 256 (table->fTableData + (table->fRowLen * s)); in printTable() 400 int32_t topSize = offsetof(RBBIStateTable, fTableData); in ubrk_swap()
|
D | rbbi.cpp | 820 const char *tableData = statetable->fTableData; in handleNext() 1020 (stateTable->fTableData + (stateTable->fRowLen * state)); in handleSafePrevious() 1050 (stateTable->fTableData + (stateTable->fRowLen * state)); in handleSafePrevious()
|
D | rbbitblb.cpp | 1346 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/ |
D | rbbitst.cpp | 4569 … RBBIStateTableRow *row = (RBBIStateTableRow *) (fwtbl->fTableData + (fwtbl->fRowLen * r)); in TestTableRedundancies() 4590 RBBIStateTableRow *row = (RBBIStateTableRow *) (fwtbl->fTableData + (fwtbl->fRowLen * r)); in TestTableRedundancies()
|