Home | History | Annotate | Download | only in common

Lines Matching refs:uprv_malloc

63         trie=(UNewTrie *)uprv_malloc(sizeof(UNewTrie));
75 trie->data=(uint32_t *)uprv_malloc(maxDataLength*4);
128 aliasData=(uint32_t *)uprv_malloc(other->dataCapacity*4);