OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uprv_malloc
(Results
76 - 100
of
345
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/icu/source/common/
cstring.c
304
char *dup = (char *)
uprv_malloc
(len);
320
dup = (char*)
uprv_malloc
(n+1);
locutil.cpp
105
char* buf = (char*)
uprv_malloc
(buflen);
106
char* canon = (buf == 0) ? 0 : (char*)
uprv_malloc
(buflen);
uarrsort.c
91
pv=
uprv_malloc
(itemSize);
195
p=
uprv_malloc
(2*itemSize);
utrie2_builder.c
119
trie=(UTrie2 *)
uprv_malloc
(sizeof(UTrie2));
120
newTrie=(UNewTrie2 *)
uprv_malloc
(sizeof(UNewTrie2));
121
data=(uint32_t *)
uprv_malloc
(UNEWTRIE2_INITIAL_DATA_LENGTH*4);
239
trie=(UNewTrie2 *)
uprv_malloc
(sizeof(UNewTrie2));
244
trie->data=(uint32_t *)
uprv_malloc
(other->dataCapacity*4);
289
trie=(UTrie2 *)
uprv_malloc
(sizeof(UTrie2));
296
trie->memory=
uprv_malloc
(other->length);
541
data=(uint32_t *)
uprv_malloc
(capacity*4);
[
all
...]
uenum.c
46
en->baseContext =
uprv_malloc
(sizeof(int32_t) + capacity);
/external/chromium_org/third_party/icu/source/i18n/
csdetect.cpp
32
#define NEW_ARRAY(type,count) (type *)
uprv_malloc
((count) * sizeof(type))
186
resultArray = (CharsetMatch **)
uprv_malloc
(sizeof(CharsetMatch *)*fCSRecognizers_size);
uspoof.cpp
349
text16 = static_cast<UChar *>(
uprv_malloc
(len16 * sizeof(UChar) + 2));
397
buf = static_cast<UChar *>(
uprv_malloc
(requiredCapacity * sizeof(UChar)));
520
dest = static_cast<UChar *>(
uprv_malloc
(*outputLength * sizeof(UChar)));
641
nfkdInput = (UChar *)
uprv_malloc
((normalizedLen+1)*sizeof(UChar));
683
normedResult = static_cast<UChar *>(
uprv_malloc
((normalizedLen+1)*sizeof(UChar)));
730
buf = static_cast<UChar *>(
uprv_malloc
((outputSize+1)*sizeof(UChar)));
774
inBuf = static_cast<UChar *>(
uprv_malloc
((lengthInUChars+1)*sizeof(UChar)));
787
outBuf = static_cast<UChar *>(
uprv_malloc
((skelLengthInUChars+1)*sizeof(UChar)));
cpdtrans.cpp
199
trans = (Transliterator **)
uprv_malloc
(count * sizeof(Transliterator *));
298
trans = (Transliterator **)
uprv_malloc
(t.count * sizeof(Transliterator *));
349
Transliterator** a = (Transliterator **)
uprv_malloc
(transCount * sizeof(Transliterator *));
/external/chromium_org/third_party/icu/source/io/
ufile.c
57
result = (UFILE*)
uprv_malloc
(sizeof(UFILE));
164
result = (UFILE*)
uprv_malloc
(sizeof(UFILE));
/external/chromium_org/third_party/icu/source/test/cintltst/
uenumtst.c
225
UEnumeration *emptyEnum =
uprv_malloc
(sizeof(UEnumeration));
260
emptyEnum =
uprv_malloc
(sizeof(UEnumeration));
/external/chromium_org/third_party/icu/source/tools/pkgdata/
pkgtypes.c
138
newList =
uprv_malloc
(sizeof(CharList));
262
t =
uprv_malloc
(p-s+1);
/external/chromium_org/third_party/icu/source/tools/toolutil/
toolutil.cpp
225
mem=(UToolMemory *)
uprv_malloc
(sizeof(UToolMemory)+initialCapacity*size);
283
mem->array=
uprv_malloc
(newCapacity*mem->size);
/external/icu4c/common/
cstring.c
315
char *dup = (char *)
uprv_malloc
(len);
331
dup = (char*)
uprv_malloc
(n+1);
locutil.cpp
105
char* buf = (char*)
uprv_malloc
(buflen);
106
char* canon = (buf == 0) ? 0 : (char*)
uprv_malloc
(buflen);
uarrsort.c
91
pv=
uprv_malloc
(itemSize);
195
p=
uprv_malloc
(2*itemSize);
uniset_closure.cpp
56
list = (UChar32*)
uprv_malloc
(sizeof(UChar32) * capacity);
77
list = (UChar32*)
uprv_malloc
(sizeof(UChar32) * capacity);
utrie2_builder.cpp
119
trie=(UTrie2 *)
uprv_malloc
(sizeof(UTrie2));
120
newTrie=(UNewTrie2 *)
uprv_malloc
(sizeof(UNewTrie2));
121
data=(uint32_t *)
uprv_malloc
(UNEWTRIE2_INITIAL_DATA_LENGTH*4);
239
trie=(UNewTrie2 *)
uprv_malloc
(sizeof(UNewTrie2));
244
trie->data=(uint32_t *)
uprv_malloc
(other->dataCapacity*4);
289
trie=(UTrie2 *)
uprv_malloc
(sizeof(UTrie2));
296
trie->memory=
uprv_malloc
(other->length);
541
data=(uint32_t *)
uprv_malloc
(capacity*4);
[
all
...]
/external/icu4c/i18n/
csdetect.cpp
32
#define NEW_ARRAY(type,count) (type *)
uprv_malloc
((count) * sizeof(type))
174
resultArray = (CharsetMatch **)
uprv_malloc
(sizeof(CharsetMatch *)*fCSRecognizers_size);
ucol_res.cpp
283
result->defaultReorderCodes = (int32_t*)
uprv_malloc
(result->defaultReorderCodesLength * sizeof(int32_t));
468
UColOptionSet *opts = (UColOptionSet *)
uprv_malloc
(sizeof(UColOptionSet));
487
newRules = (UChar *)
uprv_malloc
((rulesLength+1)*U_SIZEOF_UCHAR);
827
UEnumeration *en = (UEnumeration *)
uprv_malloc
(sizeof(UEnumeration));
862
char *defcoll = (char *)
uprv_malloc
(sizeof(char) * ULOC_KEYWORDS_CAPACITY);
[
all
...]
cpdtrans.cpp
197
trans = (Transliterator **)
uprv_malloc
(count * sizeof(Transliterator *));
296
trans = (Transliterator **)
uprv_malloc
(t.count * sizeof(Transliterator *));
347
Transliterator** a = (Transliterator **)
uprv_malloc
(transCount * sizeof(Transliterator *));
/external/icu4c/io/
ufile.c
54
result = (UFILE*)
uprv_malloc
(sizeof(UFILE));
161
result = (UFILE*)
uprv_malloc
(sizeof(UFILE));
/external/icu4c/tools/pkgdata/
pkgtypes.c
138
newList =
uprv_malloc
(sizeof(CharList));
262
t =
uprv_malloc
(p-s+1);
/external/icu4c/tools/toolutil/
toolutil.cpp
229
mem=(UToolMemory *)
uprv_malloc
(sizeof(UToolMemory)+initialCapacity*size);
287
mem->array=
uprv_malloc
(newCapacity*mem->size);
/external/chromium_org/third_party/icu/source/tools/genrb/
reslist.c
151
newUnits = (uint16_t *)
uprv_malloc
(capacity * 2);
843
res = (struct SResource *)
uprv_malloc
(sizeof(struct SResource));
929
res->u.fString.fChars = (UChar *)
uprv_malloc
(sizeof(UChar) * (len + 1));
[
all
...]
/external/icu4c/tools/genrb/
reslist.c
153
newUnits = (uint16_t *)
uprv_malloc
(capacity * 2);
845
res = (struct SResource *)
uprv_malloc
(sizeof(struct SResource));
931
res->u.fString.fChars = (UChar *)
uprv_malloc
(sizeof(UChar) * (len + 1));
[
all
...]
Completed in 308 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>