OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uprv_malloc
(Results
101 - 125
of
180
) sorted by null
1
2
3
4
5
6
7
8
/external/icu4c/layout/
LETypes.h
292
#define LE_NEW_ARRAY(type, count) (type *)
uprv_malloc
((count) * sizeof(type))
/external/icu4c/tools/gensprep/
gensprep.c
203
filename = (char* )
uprv_malloc
(uprv_strlen(srcDir) + 300); /* hopefully this should be enough */
/external/icu4c/common/
unisetspan.cpp
68
UBool *l=(UBool *)
uprv_malloc
(maxLength);
278
utf8Lengths=(int32_t *)
uprv_malloc
(allocSize);
409
utf8Lengths=(int32_t *)
uprv_malloc
(allocSize);
[
all
...]
utrie.c
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);
[
all
...]
uniset.cpp
153
list = (UChar32*)
uprv_malloc
(sizeof(UChar32) * capacity);
180
list = (UChar32*)
uprv_malloc
(sizeof(UChar32) * capacity);
207
list = (UChar32*)
uprv_malloc
(sizeof(UChar32) * capacity);
231
list = (UChar32*)
uprv_malloc
(sizeof(UChar32) * capacity);
[
all
...]
uniset_props.cpp
336
list = (UChar32*)
uprv_malloc
(sizeof(UChar32) * capacity);
365
list = (UChar32*)
uprv_malloc
(sizeof(UChar32) * capacity);
386
list = (UChar32*)
uprv_malloc
(sizeof(UChar32) * capacity);
[
all
...]
unistr.cpp
377
int32_t *array = (int32_t*)
uprv_malloc
( sizeof(int32_t) * words );
855
utf8 = (char *)
uprv_malloc
(length8);
[
all
...]
ubidi.c
138
pBiDi=(UBiDi *)
uprv_malloc
(sizeof(UBiDi));
199
if(mayAllocate && (*pMemory=
uprv_malloc
(sizeNeeded))!=NULL) {
[
all
...]
ucnvhz.c
83
cnv->extraInfo =
uprv_malloc
(sizeof(UConverterDataHZ));
udataswp.c
326
swapper=
uprv_malloc
(sizeof(UDataSwapper));
umutex.c
299
m = (ICUMutex *)
uprv_malloc
(sizeof(ICUMutex));
uvector.cpp
77
elements = (UHashTok *)
uprv_malloc
(sizeof(UHashTok)*initialCapacity);
/external/icu4c/tools/genuca/
genuca.cpp
344
result = (InverseUCATableHeader *)
uprv_malloc
(headerByteSize + inverseTableByteSize + contsByteSize);
835
UCATableHeader *myD = (UCATableHeader *)
uprv_malloc
(sizeof(UCATableHeader));
843
UColOptionSet *opts = (UColOptionSet *)
uprv_malloc
(sizeof(UColOptionSet));
[
all
...]
/external/icu4c/i18n/
uregex.cpp
125
int32_t *refC = (int32_t *)
uprv_malloc
(sizeof(int32_t));
126
UChar *patBuf = (UChar *)
uprv_malloc
(sizeof(UChar)*(actualPatLen+1));
209
int32_t *refC = (int32_t *)
uprv_malloc
(sizeof(int32_t));
210
UChar *patBuf = (UChar *)
uprv_malloc
(sizeof(UChar)*(pattern16Length+1));
453
UChar *inputChars = (UChar *)
uprv_malloc
(sizeof(UChar)*(regexp->fTextLength+1));
[
all
...]
ucol_tok.cpp
666
src->reorderCodes = (int32_t*)
uprv_malloc
(codeCount * sizeof(int32_t));
[
all
...]
zstrfmt.cpp
265
fNodes = (CharacterNode *)
uprv_malloc
(fNodesCapacity * sizeof(CharacterNode));
300
CharacterNode *newNodes = (CharacterNode *)
uprv_malloc
(newCapacity * sizeof(CharacterNode));
[
all
...]
ucol.cpp
260
uint32_t *newCEs = (uint32_t *)
uprv_malloc
(newCapacity * 4);
305
int32_t *newBuffer = reinterpret_cast<int32_t *>(
uprv_malloc
(newCapacity * 4));
586
stackBufferChars = (char *)
uprv_malloc
(bufferSizeNeeded);
604
image = (uint8_t *)
uprv_malloc
(imageSize);
707
result = (uint8_t *)
uprv_malloc
(*length);
716
result = (uint8_t *)
uprv_malloc
(*length);
840
result = (UCollator *)
uprv_malloc
(sizeof(UCollator));
[
all
...]
timezone.cpp
698
map = (int32_t*)
uprv_malloc
(OLSON_ZONE_COUNT * sizeof(int32_t));
752
map = (int32_t*)
uprv_malloc
(sizeof(int32_t) * count);
781
map = (int32_t *)
uprv_malloc
(other.len * sizeof(int32_t));
[
all
...]
tblcoll.cpp
303
UChar *rules = (UChar*)
uprv_malloc
( sizeof(UChar) * (rulesize) );
utrans.cpp
379
ute=(UTransEnumeration *)
uprv_malloc
(sizeof(UTransEnumeration));
/external/icu4c/tools/makeconv/
genmbcs.c
163
MBCSData *mbcsData=(MBCSData *)
uprv_malloc
(sizeof(MBCSData));
203
mbcsData->unicodeCodeUnits=(uint16_t *)
uprv_malloc
(sum*sizeof(uint16_t));
225
mbcsData->fromUBytes=(uint8_t *)
uprv_malloc
(sum);
[
all
...]
/external/icu4c/test/intltest/
cpdtrtst.cpp
298
Transliterator **transarray2=(Transliterator **)
uprv_malloc
(sizeof(Transliterator*)*1);
/external/icu4c/tools/gennorm/
store.c
173
normTrie = (UNewTrie *)
uprv_malloc
(sizeof(UNewTrie));
175
norm32Trie = (UNewTrie *)
uprv_malloc
(sizeof(UNewTrie));
177
fcdTrie = (UNewTrie *)
uprv_malloc
(sizeof(UNewTrie));
179
auxTrie = (UNewTrie *)
uprv_malloc
(sizeof(UNewTrie));
[
all
...]
/external/icu4c/tools/genrb/
wrtjava.c
316
UChar* buf = (UChar*)
uprv_malloc
(sizeof(UChar)*res->u.fString.fLength);
/external/icu4c/tools/toolutil/
pkg_gencmn.c
499
fullPath =
uprv_malloc
(newLength);
Completed in 347 milliseconds
1
2
3
4
5
6
7
8