Searched refs:RBBIStateTableRow16 (Results 1 - 9 of 9) sorted by relevance
/third_party/icu/icu4c/source/common/ |
H A D | rbbidata.h | 125 typedef RBBIStateTableRowT<uint16_t> RBBIStateTableRow16; typedef 130 RBBIStateTableRow16 r16;
|
H A D | rbbi.cpp | 777 return handleNext<RBBIStateTableRow16, TrieFunc8>(); in handleNext() 779 return handleNext<RBBIStateTableRow16, TrieFunc16>(); in handleNext() 795 return handleSafePrevious<RBBIStateTableRow16, TrieFunc8>(fromPosition); in handleSafePrevious() 797 return handleSafePrevious<RBBIStateTableRow16, TrieFunc16>(fromPosition); in handleSafePrevious()
|
H A D | rbbitblb.cpp | 1354 rowSize = offsetof(RBBIStateTableRow16, fNextState) + sizeof(int16_t)*numCols; in getTableSize() 1395 table->fRowLen = offsetof(RBBIStateTableRow16, fNextState) + sizeof(int16_t) * catCount; in exportTable() 1576 rowSize = offsetof(RBBIStateTableRow16, fNextState) + sizeof(int16_t)*numCols; in getSafeTableSize() 1615 table->fRowLen = offsetof(RBBIStateTableRow16, fNextState) + sizeof(int16_t) * catCount; in exportSafeTable()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | rbbidata.h | 125 typedef RBBIStateTableRowT<uint16_t> RBBIStateTableRow16; typedef 130 RBBIStateTableRow16 r16;
|
H A D | rbbi.cpp | 747 return handleNext<RBBIStateTableRow16, TrieFunc8>(); in handleNext() 749 return handleNext<RBBIStateTableRow16, TrieFunc16>(); in handleNext() 765 return handleSafePrevious<RBBIStateTableRow16, TrieFunc8>(fromPosition); in handleSafePrevious() 767 return handleSafePrevious<RBBIStateTableRow16, TrieFunc16>(fromPosition); in handleSafePrevious()
|
H A D | rbbitblb.cpp | 1339 rowSize = offsetof(RBBIStateTableRow16, fNextState) + sizeof(int16_t)*numCols; in getTableSize() 1380 table->fRowLen = offsetof(RBBIStateTableRow16, fNextState) + sizeof(int16_t) * catCount; in exportTable() 1561 rowSize = offsetof(RBBIStateTableRow16, fNextState) + sizeof(int16_t)*numCols; in getSafeTableSize() 1600 table->fRowLen = offsetof(RBBIStateTableRow16, fNextState) + sizeof(int16_t) * catCount; in exportSafeTable()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | rbbidata.h | 125 typedef RBBIStateTableRowT<uint16_t> RBBIStateTableRow16; typedef 130 RBBIStateTableRow16 r16;
|
H A D | rbbi.cpp | 763 return handleNext<RBBIStateTableRow16, TrieFunc8>(); in handleNext() 765 return handleNext<RBBIStateTableRow16, TrieFunc16>(); in handleNext() 781 return handleSafePrevious<RBBIStateTableRow16, TrieFunc8>(fromPosition); in handleSafePrevious() 783 return handleSafePrevious<RBBIStateTableRow16, TrieFunc16>(fromPosition); in handleSafePrevious()
|
H A D | rbbitblb.cpp | 1348 rowSize = offsetof(RBBIStateTableRow16, fNextState) + sizeof(int16_t)*numCols; in getTableSize() 1389 table->fRowLen = offsetof(RBBIStateTableRow16, fNextState) + sizeof(int16_t) * catCount; in exportTable() 1561 rowSize = offsetof(RBBIStateTableRow16, fNextState) + sizeof(int16_t)*numCols; in getSafeTableSize() 1600 table->fRowLen = offsetof(RBBIStateTableRow16, fNextState) + sizeof(int16_t) * catCount; in exportSafeTable()
|
Completed in 15 milliseconds