Searched refs:getTableSize (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/common/
H A Drbbirb.cpp157 int32_t forwardTableSize = align8(fForwardTables->getTableSize());
158 int32_t reverseTableSize = align8(fReverseTables->getTableSize());
159 int32_t safeFwdTableSize = align8(fSafeFwdTables->getTableSize());
160 int32_t safeRevTableSize = align8(fSafeRevTables->getTableSize());
H A Drbbitblb.h41 int32_t getTableSize() const; // Return the runtime size in bytes of
H A Drbbitblb.cpp1056 // getTableSize() Calculate the size of the runtime form of this
1060 int32_t RBBITableBuilder::getTableSize() const { function in class:RBBITableBuilder
1088 // by the runtime engine. getTableSize() bytes of memory

Completed in 130 milliseconds