HomeSort by relevance Sort by last modified time
    Searched refs:reserveSpace (Results 1 - 5 of 5) sorted by null

  /external/icu4c/i18n/
uspoof_buildwsconf.cpp 340 void *where = spImpl->fSpoofData->reserveSpace(size, status);
353 where = spImpl->fSpoofData->reserveSpace(size, status);
359 (spImpl->fSpoofData->reserveSpace(rtScriptSetsCount * sizeof(ScriptSet), status));
uspoof_buildconf.cpp 392 // expand (reserveSpace() function will likely relocate it in memory.
405 static_cast<int32_t *>(fSpoofImpl->fSpoofData->reserveSpace(numKeys*sizeof(int32_t), status));
428 static_cast<uint16_t *>(fSpoofImpl->fSpoofData->reserveSpace(numKeys*sizeof(uint16_t), status));
448 static_cast<UChar *>(fSpoofImpl->fSpoofData->reserveSpace(stringsLength*sizeof(UChar)+2, status));
466 static_cast<uint16_t *>(fSpoofImpl->fSpoofData->reserveSpace(lengthTableLength*sizeof(uint16_t), status));
uspoof_impl.h 295 void *reserveSpace(int32_t numBytes, UErrorCode &status);
uspoof_impl.cpp 645 void *SpoofData::reserveSpace(int32_t numBytes, UErrorCode &status) {
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 246 milliseconds