Lines Matching refs:uprv_malloc
166 (UConverterSelector*)uprv_malloc(sizeof(UConverterSelector))); in ucnvsel_open()
178 (char**)uprv_malloc(converterListSize * sizeof(char*)); in ucnvsel_open()
198 char* allStrings = (char*) uprv_malloc(totalSize); in ucnvsel_open()
519 swapped = (uint8_t*)uprv_malloc(totalSize); in ucnvsel_openFromSerialized()
551 UConverterSelector* sel = (UConverterSelector*)uprv_malloc(sizeof(UConverterSelector)); in ucnvsel_openFromSerialized()
553 (char **)uprv_malloc( in ucnvsel_openFromSerialized()
698 LocalMemory<Enumerator> result(static_cast<Enumerator *>(uprv_malloc(sizeof(Enumerator)))); in selectForMask()
707 LocalMemory<UEnumeration> en(static_cast<UEnumeration *>(uprv_malloc(sizeof(UEnumeration)))); in selectForMask()
719 result->index = static_cast<int16_t*>(uprv_malloc(numOnes * sizeof(int16_t))); in selectForMask()
756 uint32_t* mask = (uint32_t*) uprv_malloc(columns * 4); in ucnvsel_selectForString()
798 uint32_t* mask = (uint32_t*) uprv_malloc(columns * 4); in ucnvsel_selectForUTF8()