Home | History | Annotate | Download | only in common

Lines Matching defs:totalSize

183   int32_t totalSize = 0;
186 totalSize +=
189 // 4-align the totalSize to 4-align the size of the serialized form
190 int32_t encodingStrPadding = totalSize & 3;
194 newSelector->encodingStrLength = totalSize += encodingStrPadding;
195 char* allStrings = (char*) uprv_malloc(totalSize);
315 int32_t totalSize =
321 indexes[UCNVSEL_INDEX_SIZE] = totalSize - header.dataHeader.headerSize;
322 if (totalSize > bufferCapacity) {
324 return totalSize;
346 return totalSize;
506 int32_t totalSize = ucnvsel_swap(ds, p, -1, NULL, status);
511 if (length < totalSize) {
516 swapped = (uint8_t*)uprv_malloc(totalSize);