Home
last modified time | relevance | path

Searched refs:allocateData (Results 1 – 4 of 4) sorted by relevance

/external/parameter-framework/upstream/remote-processor/
DMessage.cpp138 allocateData(getDataSize()); in serialize()
226 allocateData(uiSize - sizeof(_ucMsgId)); in serialize()
262 void CMessage::allocateData(size_t size) in allocateData() function in CMessage
DMessage.h124 void allocateData(size_t uiDataSize);
/external/icu/icu4c/source/i18n/
Dregexcmp.h113 int32_t allocateData(int32_t size); // Allocate space in the matcher data area.
Dregexcmp.cpp535 … int32_t varLoc = allocateData(1); // Reserve a data location for saving the state stack ptr. in doParseActions()
580 int32_t dataLoc = allocateData(2); in doParseActions()
612 int32_t dataLoc = allocateData(2); in doParseActions()
653 int32_t dataLoc = allocateData(4); in doParseActions()
705 int32_t dataLoc = allocateData(4); in doParseActions()
1062 int32_t varLoc = allocateData(1); // Reserve a data location for saving the in doParseActions()
1371 … int32_t stoLoc = allocateData(1); // Reserve the data location for storing save stack ptr. in doParseActions()
1402 … int32_t stoLoc = allocateData(1); // Reserve the data location for storing save stack ptr. in doParseActions()
1434 … int32_t stoLoc = allocateData(1); // Reserve the data location for storing save stack ptr. in doParseActions()
2068 int32_t RegexCompile::allocateData(int32_t size) { in allocateData() function in RegexCompile