/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | RBBIDataWrapper.java | 33 * The structure corresponds closely to struct RBBIStateTable in ICU4C. 35 static public class RBBIStateTable { class in RBBIDataWrapper 68 public RBBIStateTable() { in RBBIStateTable() method in RBBIDataWrapper.RBBIStateTable 71 static RBBIStateTable get(ByteBuffer bytes, int length) throws IOException { in get() 78 RBBIStateTable This = new RBBIStateTable(); in get() 134 if (!(other instanceof RBBIStateTable)) { in equals() 137 RBBIStateTable otherST = (RBBIStateTable)other; in equals() 150 static public boolean equals(RBBIStateTable lef [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | RBBIDataWrapper.java | 33 * The structure corresponds closely to struct RBBIStateTable in ICU4C. 36 static public class RBBIStateTable { class in RBBIDataWrapper 58 public RBBIStateTable() { in RBBIStateTable() method in RBBIDataWrapper.RBBIStateTable 61 static RBBIStateTable get(ByteBuffer bytes, int length) throws IOException { in get() 68 RBBIStateTable This = new RBBIStateTable(); in get() 104 if (!(other instanceof RBBIStateTable)) { in equals() 107 RBBIStateTable otherST = (RBBIStateTable)other; in equals() 119 static public boolean equals(RBBIStateTable lef [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | rbbidata.h | 134 struct RBBIStateTable { struct 178 void printTable(const char *heading, const RBBIStateTable *table); 184 const RBBIStateTable *fForwardTable; 185 const RBBIStateTable *fReverseTable;
|
H A D | rbbidata.cpp | 107 fForwardTable = (RBBIStateTable *)((char *)data + fHeader->fFTable); in init() 110 fReverseTable = (RBBIStateTable *)((char *)data + fHeader->fRTable); in init() 229 void RBBIDataWrapper::printTable(const char *heading, const RBBIStateTable *table) { in printTable() 400 int32_t topSize = offsetof(RBBIStateTable, fTableData); in ubrk_swap() 407 RBBIStateTable *rbbiST = (RBBIStateTable *)(inBytes+tableStartOffset); in ubrk_swap() 431 RBBIStateTable *rbbiST = (RBBIStateTable *)(inBytes+tableStartOffset); in ubrk_swap()
|
H A D | rbbi.cpp | 767 const RBBIStateTable *statetable = fData->fForwardTable; in handleNext() 785 const RBBIStateTable *statetable = fData->fReverseTable; in handleSafePrevious() 819 const RBBIStateTable *statetable = fData->fForwardTable; in handleNext() 1003 const RBBIStateTable *stateTable = fData->fReverseTable; in handleSafePrevious()
|
H A D | rbbitblb.cpp | 1346 size = offsetof(RBBIStateTable, fTableData); // The header, with no rows to the table. in getTableSize() 1372 RBBIStateTable *table = (RBBIStateTable *)where; in exportTable() 1568 size = offsetof(RBBIStateTable, fTableData); // The header, with no rows to the table. in getSafeTableSize() 1594 RBBIStateTable *table = (RBBIStateTable *)where; in exportSafeTable()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | rbbidata.h | 134 struct RBBIStateTable { struct 178 void printTable(const char *heading, const RBBIStateTable *table); 184 const RBBIStateTable *fForwardTable; 185 const RBBIStateTable *fReverseTable;
|
H A D | rbbidata.cpp | 107 fForwardTable = (RBBIStateTable *)((char *)data + fHeader->fFTable); in init() 110 fReverseTable = (RBBIStateTable *)((char *)data + fHeader->fRTable); in init() 229 void RBBIDataWrapper::printTable(const char *heading, const RBBIStateTable *table) { in printTable() 400 int32_t topSize = offsetof(RBBIStateTable, fTableData); in ubrk_swap() 407 RBBIStateTable *rbbiST = (RBBIStateTable *)(inBytes+tableStartOffset); in ubrk_swap() 431 RBBIStateTable *rbbiST = (RBBIStateTable *)(inBytes+tableStartOffset); in ubrk_swap()
|
H A D | rbbi.cpp | 737 const RBBIStateTable *statetable = fData->fForwardTable; in handleNext() 755 const RBBIStateTable *statetable = fData->fReverseTable; in handleSafePrevious() 789 const RBBIStateTable *statetable = fData->fForwardTable; in handleNext() 973 const RBBIStateTable *stateTable = fData->fReverseTable; in handleSafePrevious()
|
H A D | rbbitblb.cpp | 1331 size = offsetof(RBBIStateTable, fTableData); // The header, with no rows to the table. in getTableSize() 1357 RBBIStateTable *table = (RBBIStateTable *)where; in exportTable() 1553 size = offsetof(RBBIStateTable, fTableData); // The header, with no rows to the table. in getSafeTableSize() 1579 RBBIStateTable *table = (RBBIStateTable *)where; in exportSafeTable()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | rbbidata.h | 134 struct RBBIStateTable { struct 178 void printTable(const char *heading, const RBBIStateTable *table); 184 const RBBIStateTable *fForwardTable; 185 const RBBIStateTable *fReverseTable;
|
H A D | rbbidata.cpp | 107 fForwardTable = (RBBIStateTable *)((char *)data + fHeader->fFTable); in init() 110 fReverseTable = (RBBIStateTable *)((char *)data + fHeader->fRTable); in init() 229 void RBBIDataWrapper::printTable(const char *heading, const RBBIStateTable *table) { in printTable() 400 int32_t topSize = offsetof(RBBIStateTable, fTableData); in ubrk_swap() 407 RBBIStateTable *rbbiST = (RBBIStateTable *)(inBytes+tableStartOffset); in ubrk_swap() 431 RBBIStateTable *rbbiST = (RBBIStateTable *)(inBytes+tableStartOffset); in ubrk_swap()
|
H A D | rbbi.cpp | 753 const RBBIStateTable *statetable = fData->fForwardTable; in handleNext() 771 const RBBIStateTable *statetable = fData->fReverseTable; in handleSafePrevious() 805 const RBBIStateTable *statetable = fData->fForwardTable; in handleNext() 989 const RBBIStateTable *stateTable = fData->fReverseTable; in handleSafePrevious()
|
H A D | rbbitblb.cpp | 1340 size = offsetof(RBBIStateTable, fTableData); // The header, with no rows to the table. in getTableSize() 1366 RBBIStateTable *table = (RBBIStateTable *)where; in exportTable() 1553 size = offsetof(RBBIStateTable, fTableData); // The header, with no rows to the table. in getSafeTableSize() 1579 RBBIStateTable *table = (RBBIStateTable *)where; in exportSafeTable()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | RBBITableBuilder.java | 1112 int size = RBBIDataWrapper.RBBIStateTable.fHeaderSize; // The header, with no rows to the table. in getTableSize() 1125 * Create a RBBIDataWrapper.RBBIStateTable for a newly compiled table. 1126 * RBBIDataWrapper.RBBIStateTable is similar to struct RBBIStateTable in ICU4C, 1129 RBBIDataWrapper.RBBIStateTable exportTable() { in exportTable() 1133 RBBIDataWrapper.RBBIStateTable table = new RBBIDataWrapper.RBBIStateTable(); in exportTable() 1150 tableSize = (getTableSize() - RBBIDataWrapper.RBBIStateTable.fHeaderSize); // fTable length in bytes. in exportTable() 1154 tableSize = (getTableSize() - RBBIDataWrapper.RBBIStateTable.fHeaderSize) / 2; // fTable length in shorts. in exportTable() 1287 int size = RBBIDataWrapper.RBBIStateTable in getSafeTableSize() [all...] |
H A D | RBBIRuleBuilder.java | 234 RBBIDataWrapper.RBBIStateTable table = fForwardTable.exportTable(); in flattenData()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
H A D | RBBITest.java | 582 RBBIDataWrapper.RBBIStateTable fwtbl = dw.fFTable; in TestTableRedundancies() 689 RBBIDataWrapper.RBBIStateTable fwtbl = dw.fFTable; in testTrieStateTable() 690 RBBIDataWrapper.RBBIStateTable rvtbl = dw.fRTable; in testTrieStateTable() 768 RBBIDataWrapper.RBBIStateTable fwtbl = dw.fFTable; in Test8BitsTrieWith16BitStateTable() 845 RBBIDataWrapper.RBBIStateTable fwtbl = dw.fFTable; in TestTable_8_16_Bits()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | RBBITableBuilder.java | 1113 * Create a RBBIDataWrapper.RBBIStateTable for a newly compiled table. 1114 * RBBIDataWrapper.RBBIStateTable is similar to struct RBBIStateTable in ICU4C, 1117 RBBIDataWrapper.RBBIStateTable exportTable() { in exportTable() 1121 RBBIDataWrapper.RBBIStateTable table = new RBBIDataWrapper.RBBIStateTable(); in exportTable() 1266 * Create a RBBIDataWrapper.RBBIStateTable for the safe reverse table. 1267 * RBBIDataWrapper.RBBIStateTable is similar to struct RBBIStateTable in ICU4C, 1270 RBBIDataWrapper.RBBIStateTable exportSafeTabl [all...] |
H A D | RBBIRuleBuilder.java | 229 RBBIDataWrapper.RBBIStateTable table = fForwardTable.exportTable(); in flattenData()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/ |
H A D | RBBITest.java | 579 RBBIDataWrapper.RBBIStateTable fwtbl = dw.fFTable; in TestTableRedundancies()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | rbbitst.cpp | 4558 const RBBIStateTable *fwtbl = dw->fForwardTable; in TestTableRedundancies()
|