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
180
) sorted by null
1
2
3
4
5
6
7
8
/external/icu4c/common/
locid.cpp
467
fullName = (char *)
uprv_malloc
(sizeof(char)*(uprv_strlen(other.fullName)+1));
554
fullName = (char *)
uprv_malloc
(sizeof(char)*(length + 1));
972
keywords = (char *)
uprv_malloc
(keywordLen+1);
1082
((Locale *)this)->baseName = (char *)
uprv_malloc
(sizeof(char) * baseNameSize + 1);
rbbirb.cpp
169
RBBIDataHeader *data = (RBBIDataHeader *)
uprv_malloc
(totalSize);
uvectr32.cpp
58
elements = (int32_t *)
uprv_malloc
(sizeof(int32_t)*initialCapacity);
uloc.c
[
all
...]
unorm_it.c
97
states=(uint32_t *)
uprv_malloc
((capacity+1)*4+capacity*2);
576
uni=(UNormIterator *)
uprv_malloc
(sizeof(UNormIterator));
ucnv_bld.c
260
data = (UConverterSharedData *)
uprv_malloc
(sizeof(UConverterSharedData));
280
data->table = (UConverterTable *)
uprv_malloc
(sizeof(UConverterTable));
988
myUConverter = (UConverter *)
uprv_malloc
(sizeof (UConverter));
[
all
...]
umapfile.c
253
p=
uprv_malloc
(fileLength);
usc_impl.c
200
result =
uprv_malloc
(sizeof (UScriptRun));
/external/icu4c/i18n/
rbtz.cpp
172
done = (UBool*)
uprv_malloc
(sizeof(UBool) * historicCount);
257
Transition *trst = (Transition*)
uprv_malloc
(sizeof(Transition));
291
Transition *final0 = (Transition*)
uprv_malloc
(sizeof(Transition));
296
Transition *final1 = (Transition*)
uprv_malloc
(sizeof(Transition));
tmutfmt.cpp
499
formatters = (MessageFormat**)
uprv_malloc
(kTotal*sizeof(MessageFormat*));
634
formatters = (MessageFormat**)
uprv_malloc
(kTotal*sizeof(MessageFormat*));
709
formatters = (MessageFormat**)
uprv_malloc
(kTotal*sizeof(MessageFormat*));
795
MessageFormat** newVal = (MessageFormat**)
uprv_malloc
(kTotal*sizeof(MessageFormat*));
[
all
...]
ulocdata.c
57
uld = (ULocaleData *)
uprv_malloc
(sizeof(ULocaleData));
unesctrn.cpp
84
UChar *result = (UChar *)
uprv_malloc
(len*sizeof(UChar));
ucal.cpp
635
char *caltype = (char*)
uprv_malloc
(len + 1);
675
UEnumeration *en = (UEnumeration*)
uprv_malloc
(sizeof(UEnumeration));
zonemeta.cpp
488
UChar *key = (UChar*)
uprv_malloc
(tzidLen * sizeof(UChar));
567
OlsonToMetaMappingEntry *entry = (OlsonToMetaMappingEntry*)
uprv_malloc
(sizeof(OlsonToMetaMappingEntry));
rbnf.cpp
221
buf = (void**)
uprv_malloc
(cap * sizeof(void*));
599
UChar* p = (UChar*)
uprv_malloc
(len * sizeof(UChar));
974
bp = (char *)
uprv_malloc
(cap);
[
all
...]
rbt_rule.cpp
175
segments = (UnicodeFunctor **)
uprv_malloc
(other.segmentsCount * sizeof(UnicodeFunctor *));
uspoof_wsconf.cpp
146
input = static_cast<UChar *>(
uprv_malloc
((inputLen+1) * sizeof(UChar)));
windtfmt.cpp
50
#define NEW_ARRAY(type,count) (type *)
uprv_malloc
((count) * sizeof(type))
/external/icu4c/io/
sprintf.c
183
pattern = (UChar *)
uprv_malloc
(size * sizeof(UChar));
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/icu4c/test/intltest/
winnmtst.cpp
48
#define NEW_ARRAY(type,count) (type *)
uprv_malloc
((count) * sizeof(type))
/external/icu4c/tools/gencnval/
gencnval.c
966
uint16_t *aliasArrLists = (uint16_t *)
uprv_malloc
(tagCount * converterCount * sizeof(uint16_t))
[
all
...]
/external/icu4c/tools/toolutil/
unewdata.c
52
pData=(UNewDataMemory *)
uprv_malloc
(sizeof(UNewDataMemory));
/external/icu4c/tools/icuswap/
icuswap.cpp
523
table=(ToCEntry *)
uprv_malloc
(itemCount*sizeof(ToCEntry)+length+DEFAULT_PADDING_LENGTH);
532
table=(ToCEntry *)
uprv_malloc
(itemCount*sizeof(ToCEntry));
Completed in 1235 milliseconds
1
2
3
4
5
6
7
8