OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uprv_malloc
(Results
326 - 345
of
345
) sorted by null
<<
11
12
13
14
/external/icu4c/common/
ucnvmbcs.c
[
all
...]
ucnvisci.c
193
cnv->extraInfo =
uprv_malloc
(sizeof(UConverterDataISCII));
[
all
...]
ucnvscsu.c
200
cnv->extraInfo=
uprv_malloc
(sizeof(SCSUData));
[
all
...]
ucnv2022.cpp
462
cnv->extraInfo =
uprv_malloc
(sizeof (UConverterDataISO2022));
[
all
...]
/external/chromium_org/third_party/icu/source/common/
ucnvisci.c
182
cnv->extraInfo =
uprv_malloc
(sizeof(UConverterDataISCII));
[
all
...]
ucnvscsu.c
199
cnv->extraInfo=
uprv_malloc
(sizeof(SCSUData));
[
all
...]
ucnv2022.c
456
cnv->extraInfo =
uprv_malloc
(sizeof (UConverterDataISO2022));
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/
dtfmtsym.cpp
282
fZoneStrings = (UnicodeString **)
uprv_malloc
(fZoneStringsRowCount * sizeof(UnicodeString *));
[
all
...]
ucol_bld.cpp
[
all
...]
csrsbcs.cpp
[
all
...]
vtzone.cpp
741
UDate* times = (UDate*)
uprv_malloc
(sizeof(UDate) * size);
[
all
...]
decNumber.c
24
* Use ICU's
uprv_malloc
() and uprv_free()
181
#include "cmemory.h" /* for
uprv_malloc
, etc., in ICU */
292
#define malloc(a)
uprv_malloc
(a)
[
all
...]
/external/icu4c/i18n/
msgfmt.cpp
806
uprv_malloc
(sizeof(Format*) * formatAliasesCapacity);
[
all
...]
ucol_bld.cpp
[
all
...]
csrsbcs.cpp
[
all
...]
tzfmt.cpp
224
result->fText = (UChar*)
uprv_malloc
((len + 1) * sizeof(UChar));
[
all
...]
vtzone.cpp
740
UDate* times = (UDate*)
uprv_malloc
(sizeof(UDate) * size);
[
all
...]
decNumber.c
24
* Use ICU's
uprv_malloc
() and uprv_free()
181
#include "cmemory.h" /* for
uprv_malloc
, etc., in ICU */
305
#define malloc(a)
uprv_malloc
(a)
[
all
...]
/external/chromium_org/third_party/icu/source/common/unicode/
urename.h
1307
#define
uprv_malloc
macro
[
all
...]
/external/chromium_org/third_party/icu/source/test/intltest/
ssearch.cpp
59
#define NEW_ARRAY(type, count) (type *)
uprv_malloc
((count) * sizeof(type))
[
all
...]
Completed in 798 milliseconds
<<
11
12
13
14