Searched refs:fTableData (Results 1 – 17 of 17) sorted by relevance
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | rbbidata.h | 129 char fTableData[1]; /* First RBBIStateTableRow begins here. */ member
|
D | rbbidata.cpp | 241 (table->fTableData + (table->fRowLen * s)); in printTable() 378 int32_t topSize = offsetof(RBBIStateTable, fTableData); in ubrk_swap()
|
D | rbbi.cpp | 772 const char *tableData = statetable->fTableData; in handleNext() 975 (stateTable->fTableData + (stateTable->fRowLen * state)); in handleSafePrevious() 1008 (stateTable->fTableData + (stateTable->fRowLen * state)); in handleSafePrevious()
|
D | rbbitblb.cpp | 1278 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()
|
/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/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 | 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 | 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/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/test/intltest/ |
D | rbbitst.cpp | 4663 … RBBIStateTableRow *row = (RBBIStateTableRow *) (fwtbl->fTableData + (fwtbl->fRowLen * r)); in TestTableRedundancies() 4684 RBBIStateTableRow *row = (RBBIStateTableRow *) (fwtbl->fTableData + (fwtbl->fRowLen * r)); in TestTableRedundancies()
|