OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:clonedArray
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/common/
propsvec.c
450
uint32_t *
clonedArray
;
461
clonedArray
=(uint32_t *)uprv_malloc(byteLength);
462
if(
clonedArray
==NULL) {
466
uprv_memcpy(
clonedArray
, pv->v, byteLength);
473
return
clonedArray
;
/libcore/luni/src/main/native/
org_apache_harmony_xml_ExpatParser.cpp
[
all
...]
Completed in 57 milliseconds