Lines Matching refs:totalSize
186 int32_t totalSize = 0; in ucnvsel_open() local
189 totalSize += in ucnvsel_open()
193 int32_t encodingStrPadding = totalSize & 3; in ucnvsel_open()
197 newSelector->encodingStrLength = totalSize += encodingStrPadding; in ucnvsel_open()
198 char* allStrings = (char*) uprv_malloc(totalSize); in ucnvsel_open()
318 int32_t totalSize = in ucnvsel_serialize() local
324 indexes[UCNVSEL_INDEX_SIZE] = totalSize - header.dataHeader.headerSize; in ucnvsel_serialize()
325 if (totalSize > bufferCapacity) { in ucnvsel_serialize()
327 return totalSize; in ucnvsel_serialize()
349 return totalSize; in ucnvsel_serialize()
509 int32_t totalSize = ucnvsel_swap(ds, p, -1, NULL, status); in ucnvsel_openFromSerialized() local
514 if (length < totalSize) { in ucnvsel_openFromSerialized()
519 swapped = (uint8_t*)uprv_malloc(totalSize); in ucnvsel_openFromSerialized()