OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uprv_malloc
(Results
51 - 75
of
345
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/icu/source/common/
ustrenum.cpp
85
chars=(char *)
uprv_malloc
(capacity);
239
result = (UEnumeration*)
uprv_malloc
(sizeof(UEnumeration));
311
result = (UCharStringEnumeration*)
uprv_malloc
(sizeof(UCharStringEnumeration));
ucnvsel.cpp
161
(UConverterSelector*)
uprv_malloc
(sizeof(UConverterSelector)));
173
(char**)
uprv_malloc
(converterListSize * sizeof(char*));
193
char* allStrings = (char*)
uprv_malloc
(totalSize);
514
swapped = (uint8_t*)
uprv_malloc
(totalSize);
546
UConverterSelector* sel = (UConverterSelector*)
uprv_malloc
(sizeof(UConverterSelector));
548
(char **)
uprv_malloc
(
692
struct Enumerator* result = (Enumerator*)
uprv_malloc
(sizeof(Enumerator));
702
UEnumeration *en = (UEnumeration *)
uprv_malloc
(sizeof(UEnumeration));
717
result->index = (int16_t*)
uprv_malloc
(numOnes * sizeof(int16_t));
751
uint32_t* mask = (uint32_t*)
uprv_malloc
(columns * 4)
[
all
...]
ustr_wcs.c
39
void *newBuffer=
uprv_malloc
(reqCapacity*size);
142
intTarget = (wchar_t*)
uprv_malloc
( intTargetCapacity * sizeof(wchar_t) );
383
pWStack =(wchar_t*)
uprv_malloc
(sizeof(wchar_t) * (nulLen + 1));
locavailable.cpp
144
temp = (char **)
uprv_malloc
(sizeof(char*) * (localeCount+1));
propsvec.c
55
pv=(UPropsVectors *)
uprv_malloc
(sizeof(UPropsVectors));
56
v=(uint32_t *)
uprv_malloc
(UPVEC_INITIAL_ROWS*columns*4);
215
newVectors=(uint32_t *)
uprv_malloc
(newMaxRows*columns*4);
461
clonedArray=(uint32_t *)
uprv_malloc
(byteLength);
/external/chromium_org/third_party/icu/source/i18n/
vzone.cpp
86
result = (UChar*)
uprv_malloc
(resultLength);
98
result = (UChar*)
uprv_malloc
(resultLength);
110
result = (UChar*)
uprv_malloc
(resultLength);
winnmfmt.cpp
48
#define NEW_ARRAY(type,count) (type *)
uprv_malloc
((count) * sizeof(type))
145
fFormatInfo = (FormatInfo*)
uprv_malloc
(sizeof(FormatInfo));
156
: NumberFormat(other), fFormatInfo((FormatInfo*)
uprv_malloc
(sizeof(FormatInfo)))
inputext.cpp
25
#define NEW_ARRAY(type,count) (type *)
uprv_malloc
((count) * sizeof(type))
search.cpp
28
m_search_ = (USearch *)
uprv_malloc
(sizeof(USearch));
345
m_search_ = (USearch *)
uprv_malloc
(sizeof(USearch));
364
m_search_ = (USearch *)
uprv_malloc
(sizeof(USearch));
381
m_search_ = (USearch *)
uprv_malloc
(sizeof(USearch));
ucsdet.cpp
21
#define NEW_ARRAY(type,count) (type *)
uprv_malloc
((count) * sizeof(type))
/external/icu4c/common/
ulist.c
20
/* When data is created with
uprv_malloc
, needs to be freed during deleteList function. */
42
newList = (UList *)
uprv_malloc
(sizeof(UList));
76
newItem = (UListNode *)
uprv_malloc
(sizeof(UListNode));
103
newItem = (UListNode *)
uprv_malloc
(sizeof(UListNode));
ucnvsel.cpp
163
(UConverterSelector*)
uprv_malloc
(sizeof(UConverterSelector)));
175
(char**)
uprv_malloc
(converterListSize * sizeof(char*));
195
char* allStrings = (char*)
uprv_malloc
(totalSize);
516
swapped = (uint8_t*)
uprv_malloc
(totalSize);
548
UConverterSelector* sel = (UConverterSelector*)
uprv_malloc
(sizeof(UConverterSelector));
550
(char **)
uprv_malloc
(
694
struct Enumerator* result = (Enumerator*)
uprv_malloc
(sizeof(Enumerator));
704
UEnumeration *en = (UEnumeration *)
uprv_malloc
(sizeof(UEnumeration));
719
result->index = (int16_t*)
uprv_malloc
(numOnes * sizeof(int16_t));
753
uint32_t* mask = (uint32_t*)
uprv_malloc
(columns * 4)
[
all
...]
ustr_wcs.cpp
42
char *newBuffer=(char *)
uprv_malloc
(reqCapacity*size);
149
intTarget = (wchar_t*)
uprv_malloc
( intTargetCapacity * sizeof(wchar_t) );
390
pWStack =(wchar_t*)
uprv_malloc
(sizeof(wchar_t) * (nulLen + 1));
locavailable.cpp
144
temp = (char **)
uprv_malloc
(sizeof(char*) * (localeCount+1));
propsvec.c
56
pv=(UPropsVectors *)
uprv_malloc
(sizeof(UPropsVectors));
57
v=(uint32_t *)
uprv_malloc
(UPVEC_INITIAL_ROWS*columns*4);
216
newVectors=(uint32_t *)
uprv_malloc
(newMaxRows*columns*4);
463
clonedArray=(uint32_t *)
uprv_malloc
(byteLength);
/external/icu4c/i18n/
vzone.cpp
86
result = (UChar*)
uprv_malloc
(resultLength);
98
result = (UChar*)
uprv_malloc
(resultLength);
110
result = (UChar*)
uprv_malloc
(resultLength);
winnmfmt.cpp
48
#define NEW_ARRAY(type,count) (type *)
uprv_malloc
((count) * sizeof(type))
145
fFormatInfo = (FormatInfo*)
uprv_malloc
(sizeof(FormatInfo));
156
: NumberFormat(other), fFormatInfo((FormatInfo*)
uprv_malloc
(sizeof(FormatInfo)))
inputext.cpp
25
#define NEW_ARRAY(type,count) (type *)
uprv_malloc
((count) * sizeof(type))
search.cpp
28
m_search_ = (USearch *)
uprv_malloc
(sizeof(USearch));
345
m_search_ = (USearch *)
uprv_malloc
(sizeof(USearch));
364
m_search_ = (USearch *)
uprv_malloc
(sizeof(USearch));
381
m_search_ = (USearch *)
uprv_malloc
(sizeof(USearch));
ucsdet.cpp
21
#define NEW_ARRAY(type,count) (type *)
uprv_malloc
((count) * sizeof(type))
/external/chromium_org/third_party/icu/source/io/
locbund.c
87
result->fLocale = (char*)
uprv_malloc
(len + 1);
102
ULocaleBundle *result = (ULocaleBundle*)
uprv_malloc
(sizeof(ULocaleBundle));
109
ULocaleBundle *result = (ULocaleBundle*)
uprv_malloc
(sizeof(ULocaleBundle));
116
result->fLocale = (char*)
uprv_malloc
(strlen(bundle->fLocale) + 1);
uprintf.c
122
pattern = (UChar *)
uprv_malloc
(size * sizeof(UChar));
/external/icu4c/io/
locbund.cpp
85
result->fLocale = (char*)
uprv_malloc
(len + 1);
100
ULocaleBundle *result = (ULocaleBundle*)
uprv_malloc
(sizeof(ULocaleBundle));
107
ULocaleBundle *result = (ULocaleBundle*)
uprv_malloc
(sizeof(ULocaleBundle));
114
result->fLocale = (char*)
uprv_malloc
(strlen(bundle->fLocale) + 1);
/external/chromium_org/third_party/icu/source/tools/genrb/
parse.c
267
result =
uprv_malloc
(count+1);
345
pTarget = (UChar*)
uprv_malloc
(U_SIZEOF_UCHAR * size);
483
pTarget = (UChar*)
uprv_malloc
(U_SIZEOF_UCHAR * (size + 1));
659
char* filename = (char*)
uprv_malloc
(localeLength+5);
697
openFileName = (char *)
uprv_malloc
(dirlen + filelen + 2);
707
inputDirBuf = uprv_strncpy((char *)
uprv_malloc
(filenameSize), filename, filenameSize);
723
openFileName = (char *)
uprv_malloc
(dirlen + filelen + 2);
749
openFileName = (char *)
uprv_malloc
(dirlen + filelen + 1);
919
data = (uint8_t *)
uprv_malloc
(len);
[
all
...]
/external/icu4c/tools/genrb/
parse.cpp
265
result = static_cast<char *>(
uprv_malloc
(count+1));
342
pTarget = (UChar*)
uprv_malloc
(U_SIZEOF_UCHAR * size);
480
pTarget = (UChar*)
uprv_malloc
(U_SIZEOF_UCHAR * (size + 1));
656
char* filename = (char*)
uprv_malloc
(localeLength+5);
694
openFileName = (char *)
uprv_malloc
(dirlen + filelen + 2);
704
inputDirBuf = uprv_strncpy((char *)
uprv_malloc
(filenameSize), filename, filenameSize);
720
openFileName = (char *)
uprv_malloc
(dirlen + filelen + 2);
746
openFileName = (char *)
uprv_malloc
(dirlen + filelen + 1);
937
data = (uint8_t *)
uprv_malloc
(len);
[
all
...]
Completed in 395 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>