Searched refs:RBBIStateTableRow8 (Results 1 - 9 of 9) sorted by relevance
/third_party/icu/icu4c/source/common/ |
H A D | rbbidata.h | 124 typedef RBBIStateTableRowT<uint8_t> RBBIStateTableRow8; typedef 131 RBBIStateTableRow8 r8;
|
H A D | rbbi.cpp | 771 return handleNext<RBBIStateTableRow8, TrieFunc8>(); in handleNext() 773 return handleNext<RBBIStateTableRow8, TrieFunc16>(); in handleNext() 789 return handleSafePrevious<RBBIStateTableRow8, TrieFunc8>(fromPosition); in handleSafePrevious() 791 return handleSafePrevious<RBBIStateTableRow8, TrieFunc16>(fromPosition); in handleSafePrevious()
|
H A D | rbbitblb.cpp | 1352 rowSize = offsetof(RBBIStateTableRow8, fNextState) + sizeof(int8_t)*numCols; in getTableSize() 1392 table->fRowLen = offsetof(RBBIStateTableRow8, fNextState) + sizeof(uint8_t) * catCount; in exportTable() 1411 RBBIStateTableRow8 *r8 = (RBBIStateTableRow8*)row; in exportTable() 1574 rowSize = offsetof(RBBIStateTableRow8, fNextState) + sizeof(int8_t)*numCols; in getSafeTableSize() 1612 table->fRowLen = offsetof(RBBIStateTableRow8, fNextState) + sizeof(uint8_t) * catCount; in exportSafeTable() 1622 RBBIStateTableRow8 *r8 = (RBBIStateTableRow8*)row; in exportSafeTable()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | rbbidata.h | 124 typedef RBBIStateTableRowT<uint8_t> RBBIStateTableRow8; typedef 131 RBBIStateTableRow8 r8;
|
H A D | rbbi.cpp | 741 return handleNext<RBBIStateTableRow8, TrieFunc8>(); in handleNext() 743 return handleNext<RBBIStateTableRow8, TrieFunc16>(); in handleNext() 759 return handleSafePrevious<RBBIStateTableRow8, TrieFunc8>(fromPosition); in handleSafePrevious() 761 return handleSafePrevious<RBBIStateTableRow8, TrieFunc16>(fromPosition); in handleSafePrevious()
|
H A D | rbbitblb.cpp | 1337 rowSize = offsetof(RBBIStateTableRow8, fNextState) + sizeof(int8_t)*numCols; in getTableSize() 1377 table->fRowLen = offsetof(RBBIStateTableRow8, fNextState) + sizeof(uint8_t) * catCount; in exportTable() 1396 RBBIStateTableRow8 *r8 = (RBBIStateTableRow8*)row; in exportTable() 1559 rowSize = offsetof(RBBIStateTableRow8, fNextState) + sizeof(int8_t)*numCols; in getSafeTableSize() 1597 table->fRowLen = offsetof(RBBIStateTableRow8, fNextState) + sizeof(uint8_t) * catCount; in exportSafeTable() 1607 RBBIStateTableRow8 *r8 = (RBBIStateTableRow8*)row; in exportSafeTable()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | rbbidata.h | 124 typedef RBBIStateTableRowT<uint8_t> RBBIStateTableRow8; typedef 131 RBBIStateTableRow8 r8;
|
H A D | rbbi.cpp | 757 return handleNext<RBBIStateTableRow8, TrieFunc8>(); in handleNext() 759 return handleNext<RBBIStateTableRow8, TrieFunc16>(); in handleNext() 775 return handleSafePrevious<RBBIStateTableRow8, TrieFunc8>(fromPosition); in handleSafePrevious() 777 return handleSafePrevious<RBBIStateTableRow8, TrieFunc16>(fromPosition); in handleSafePrevious()
|
H A D | rbbitblb.cpp | 1346 rowSize = offsetof(RBBIStateTableRow8, fNextState) + sizeof(int8_t)*numCols; in getTableSize() 1386 table->fRowLen = offsetof(RBBIStateTableRow8, fNextState) + sizeof(uint8_t) * catCount; in exportTable() 1405 RBBIStateTableRow8 *r8 = (RBBIStateTableRow8*)row; in exportTable() 1559 rowSize = offsetof(RBBIStateTableRow8, fNextState) + sizeof(int8_t)*numCols; in getSafeTableSize() 1597 table->fRowLen = offsetof(RBBIStateTableRow8, fNextState) + sizeof(uint8_t) * catCount; in exportSafeTable() 1607 RBBIStateTableRow8 *r8 = (RBBIStateTableRow8*)row; in exportSafeTable()
|
Completed in 14 milliseconds