OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:uprv_malloc
(Results
151 - 175
of
365
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium/third_party/icu/source/common/
uresbund.c
248
res->fName = (char *)
uprv_malloc
(len+1);
309
r = (UResourceDataEntry *)
uprv_malloc
(sizeof(UResourceDataEntry));
619
resB->fResPath = (char *)
uprv_malloc
((resB->fResPathLen+1)*sizeof(char));
637
resB->fResPath = (char *)
uprv_malloc
((resB->fResPathLen+1)*sizeof(char));
743
chAlias = (char *)
uprv_malloc
(capacity);
823
chAlias = (char *)
uprv_malloc
(capacity);
863
pathBuf = (char *)
uprv_malloc
((uprv_strlen(keyPath)+1)*sizeof(char));
[
all
...]
ubidi_props.c
120
bdp=(UBiDiProps *)
uprv_malloc
(sizeof(UBiDiProps));
285
bdp=(UBiDiProps *)
uprv_malloc
(sizeof(UBiDiProps)+UBIDI_IX_TOP*4+UTRIE_DUMMY_SIZE);
umapfile.c
87
#else /* unknown platform, no memory map implementation: use stdio.h and
uprv_malloc
() instead */
280
p=
uprv_malloc
(fileLength);
ushape.c
731
tempbuffer = (UChar *)
uprv_malloc
((sourceLength+1)*U_SIZEOF_UCHAR);
797
tempbuffer = (UChar *)
uprv_malloc
((sourceLength+1)*U_SIZEOF_UCHAR);
844
tempbuffer = (UChar *)
uprv_malloc
((sourceLength+1)*U_SIZEOF_UCHAR);
900
tempbuffer = (UChar *)
uprv_malloc
((sourceLength+1)*U_SIZEOF_UCHAR);
[
all
...]
usc_impl.c
200
result =
uprv_malloc
(sizeof (UScriptRun));
uvectr32.cpp
54
elements = (int32_t *)
uprv_malloc
(sizeof(int32_t)*initialCapacity);
wintz.c
272
icuid = (char*)
uprv_malloc
(sizeof(char) * (len + 1));
/external/icu4c/common/
uresbund.c
302
res->fName = (char *)
uprv_malloc
(len+1);
352
r = (UResourceDataEntry *)
uprv_malloc
(sizeof(UResourceDataEntry));
751
resB->fResPath = (char *)
uprv_malloc
((resB->fResPathLen+1)*sizeof(char));
769
resB->fResPath = (char *)
uprv_malloc
((resB->fResPathLen+1)*sizeof(char));
875
chAlias = (char *)
uprv_malloc
(capacity);
[
all
...]
ubidi_props.c
120
bdp=(UBiDiProps *)
uprv_malloc
(sizeof(UBiDiProps));
285
bdp=(UBiDiProps *)
uprv_malloc
(sizeof(UBiDiProps)+UBIDI_IX_TOP*4+UTRIE_DUMMY_SIZE);
ushape.c
731
tempbuffer = (UChar *)
uprv_malloc
((sourceLength+1)*U_SIZEOF_UCHAR);
798
tempbuffer = (UChar *)
uprv_malloc
((sourceLength+1)*U_SIZEOF_UCHAR);
843
tempbuffer = (UChar *)
uprv_malloc
((sourceLength+1)*U_SIZEOF_UCHAR);
899
tempbuffer = (UChar *)
uprv_malloc
((sourceLength+1)*U_SIZEOF_UCHAR);
[
all
...]
/external/chromium/third_party/icu/source/i18n/
timezone.cpp
756
map = (int32_t*)
uprv_malloc
(OLSON_ZONE_COUNT * sizeof(int32_t));
803
map = (int32_t*)
uprv_malloc
(sizeof(int32_t) * len);
821
map = (int32_t *)
uprv_malloc
(other.len * sizeof(int32_t));
900
(const UnicodeString** )
uprv_malloc
(OLSON_ZONE_COUNT * sizeof(UnicodeString *));
963
uprv_malloc
(numIDs * sizeof(UnicodeString*));
994
(const UnicodeString** )
uprv_malloc
(OLSON_ZONE_COUNT * sizeof(UnicodeString *));
[
all
...]
rbt_set.cpp
301
int16_t* indexValue = (int16_t*)
uprv_malloc
( sizeof(int16_t) * (n > 0 ? n : 1) );
342
rules = (TransliterationRule **)
uprv_malloc
(v.size() * sizeof(TransliterationRule *));
ucoleitr.cpp
38
#define NEW_ARRAY(type, count) (type *)
uprv_malloc
((count) * sizeof(type))
322
result = (UCollationElements *)
uprv_malloc
(sizeof(UCollationElements));
unesctrn.cpp
84
UChar *result = (UChar *)
uprv_malloc
(len*sizeof(UChar));
windtfmt.cpp
50
#define NEW_ARRAY(type,count) (type *)
uprv_malloc
((count) * sizeof(type))
/external/chromium/third_party/icu/source/tools/pkgdata/
pkgdata.cpp
357
cp = csname = (char *)
uprv_malloc
((len + 1 + 1) * sizeof(*o.cShortName));
484
pkgDataFlags = (char**)
uprv_malloc
(sizeof(char*) * PKGDATA_FLAGS_SIZE);
487
pkgDataFlags[i] = (char*)
uprv_malloc
(sizeof(char) * SMALL_BUFFER_MAX_SIZE);
891
if ((cmd = (char *)
uprv_malloc
(sizeof(char) * LARGE_BUFFER_MAX_SIZE)) == NULL) {
[
all
...]
/external/icu4c/tools/pkgdata/
pkgdata.cpp
362
cp = csname = (char *)
uprv_malloc
((len + 1 + 1) * sizeof(*o.cShortName));
586
pkgDataFlags = (char**)
uprv_malloc
(sizeof(char*) * PKGDATA_FLAGS_SIZE);
589
pkgDataFlags[i] = (char*)
uprv_malloc
(sizeof(char) * SMALL_BUFFER_MAX_SIZE);
[
all
...]
/external/chromium/third_party/icu/source/io/
ustdio.c
101
file->fTranslit = (UFILETranslitBuffer*)
uprv_malloc
(sizeof(UFILETranslitBuffer));
160
f->fTranslit->buffer = (UChar*)
uprv_malloc
(newlen * sizeof(UChar));
uprntf_p.c
210
(UChar *)
uprv_malloc
(MAX_UCHAR_BUFFER_NEEDED(argSize)),
[
all
...]
/external/chromium/third_party/icu/source/tools/ctestfw/
uperf.cpp
187
resolvedFileName = (char*)
uprv_malloc
(len);
244
buffer = (UChar*)
uprv_malloc
(U_SIZEOF_UCHAR * (len+1));
/external/icu4c/i18n/
rbt_set.cpp
301
int16_t* indexValue = (int16_t*)
uprv_malloc
( sizeof(int16_t) * (n > 0 ? n : 1) );
342
rules = (TransliterationRule **)
uprv_malloc
(v.size() * sizeof(TransliterationRule *));
ucal.cpp
625
char *caltype = (char*)
uprv_malloc
(len + 1);
665
UEnumeration *en = (UEnumeration*)
uprv_malloc
(sizeof(UEnumeration));
zonemeta.cpp
441
UChar *key = (UChar*)
uprv_malloc
(tzidLen * sizeof(UChar));
520
OlsonToMetaMappingEntry *entry = (OlsonToMetaMappingEntry*)
uprv_malloc
(sizeof(OlsonToMetaMappingEntry));
/external/icu4c/io/
ustdio.c
101
file->fTranslit = (UFILETranslitBuffer*)
uprv_malloc
(sizeof(UFILETranslitBuffer));
160
f->fTranslit->buffer = (UChar*)
uprv_malloc
(newlen * sizeof(UChar));
/external/icu4c/tools/ctestfw/
uperf.cpp
187
resolvedFileName = (char*)
uprv_malloc
(len);
244
buffer = (UChar*)
uprv_malloc
(U_SIZEOF_UCHAR * (len+1));
Completed in 649 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>