OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uprv_malloc
(Results
201 - 225
of
345
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/icu4c/i18n/
windtfmt.cpp
50
#define NEW_ARRAY(type,count) (type *)
uprv_malloc
((count) * sizeof(type))
zonemeta.cpp
613
UChar *key = (UChar*)
uprv_malloc
(tzidLen * sizeof(UChar));
693
OlsonToMetaMappingEntry *entry = (OlsonToMetaMappingEntry*)
uprv_malloc
(sizeof(OlsonToMetaMappingEntry));
812
UChar *uMzID = (UChar*)
uprv_malloc
(sizeof(UChar) * (len + 1));
uregex.cpp
126
int32_t *refC = (int32_t *)
uprv_malloc
(sizeof(int32_t));
127
UChar *patBuf = (UChar *)
uprv_malloc
(sizeof(UChar)*(actualPatLen+1));
210
int32_t *refC = (int32_t *)
uprv_malloc
(sizeof(int32_t));
211
UChar *patBuf = (UChar *)
uprv_malloc
(sizeof(UChar)*(pattern16Length+1));
454
UChar *inputChars = (UChar *)
uprv_malloc
(sizeof(UChar)*(regexp->fTextLength+1));
[
all
...]
ucol_tok.cpp
660
src->reorderCodes = (int32_t*)
uprv_malloc
(codeCount * sizeof(int32_t));
[
all
...]
rematch.cpp
256
fData = (int64_t *)
uprv_malloc
(fPattern->fDataSize * sizeof(int64_t));
337
UChar *inputChars = (UChar *)
uprv_malloc
(sizeof(UChar)*(len16+1));
529
UChar *inputChars = (UChar *)
uprv_malloc
(sizeof(UChar)*(len16));
[
all
...]
timezone.cpp
723
int32_t *m = (int32_t *)
uprv_malloc
(size * sizeof(int32_t));
839
filteredMap = (int32_t *)
uprv_malloc
(filteredMapSize * sizeof(int32_t));
926
localMap = (int32_t *)
uprv_malloc
(other.len * sizeof(int32_t));
[
all
...]
/external/icu4c/io/
uprntf_p.c
210
(UChar *)
uprv_malloc
(MAX_UCHAR_BUFFER_NEEDED(argSize)),
[
all
...]
/external/icu4c/layout/
LETypes.h
295
#define LE_NEW_ARRAY(type, count) (type *)
uprv_malloc
((count) * sizeof(type))
/external/icu4c/tools/gensprep/
gensprep.c
204
filename = (char* )
uprv_malloc
(uprv_strlen(srcDir) + 300); /* hopefully this should be enough */
/external/chromium_org/third_party/icu/source/common/
unisetspan.cpp
68
UBool *l=(UBool *)
uprv_malloc
(maxLength);
278
utf8Lengths=(int32_t *)
uprv_malloc
(allocSize);
409
utf8Lengths=(int32_t *)
uprv_malloc
(allocSize);
[
all
...]
utrie.c
63
trie=(UNewTrie *)
uprv_malloc
(sizeof(UNewTrie));
75
trie->data=(uint32_t *)
uprv_malloc
(maxDataLength*4);
128
aliasData=(uint32_t *)
uprv_malloc
(other->dataCapacity*4);
[
all
...]
triedict.cpp
496
fInfo = (CompactTrieInfo *)
uprv_malloc
(sizeof(CompactTrieInfo));
505
fInfo = (CompactTrieInfo *)
uprv_malloc
(sizeof(CompactTrieInfo));
516
fInfo = (CompactTrieInfo *)
uprv_malloc
(sizeof(CompactTrieInfo));
[
all
...]
uniset.cpp
153
list = (UChar32*)
uprv_malloc
(sizeof(UChar32) * capacity);
180
list = (UChar32*)
uprv_malloc
(sizeof(UChar32) * capacity);
207
list = (UChar32*)
uprv_malloc
(sizeof(UChar32) * capacity);
231
list = (UChar32*)
uprv_malloc
(sizeof(UChar32) * capacity);
[
all
...]
uniset_props.cpp
336
list = (UChar32*)
uprv_malloc
(sizeof(UChar32) * capacity);
365
list = (UChar32*)
uprv_malloc
(sizeof(UChar32) * capacity);
386
list = (UChar32*)
uprv_malloc
(sizeof(UChar32) * capacity);
[
all
...]
unistr.cpp
377
int32_t *array = (int32_t*)
uprv_malloc
( sizeof(int32_t) * words );
855
utf8 = (char *)
uprv_malloc
(length8);
[
all
...]
/external/icu4c/common/
unisetspan.cpp
70
UBool *l=(UBool *)
uprv_malloc
(maxLength);
280
utf8Lengths=(int32_t *)
uprv_malloc
(allocSize);
411
utf8Lengths=(int32_t *)
uprv_malloc
(allocSize);
[
all
...]
utrie.cpp
63
trie=(UNewTrie *)
uprv_malloc
(sizeof(UNewTrie));
75
trie->data=(uint32_t *)
uprv_malloc
(maxDataLength*4);
128
aliasData=(uint32_t *)
uprv_malloc
(other->dataCapacity*4);
[
all
...]
uniset.cpp
155
list = (UChar32*)
uprv_malloc
(sizeof(UChar32) * capacity);
182
list = (UChar32*)
uprv_malloc
(sizeof(UChar32) * capacity);
209
list = (UChar32*)
uprv_malloc
(sizeof(UChar32) * capacity);
233
list = (UChar32*)
uprv_malloc
(sizeof(UChar32) * capacity);
[
all
...]
unistr.cpp
379
int32_t *array = (int32_t*)
uprv_malloc
( sizeof(int32_t) * words );
901
utf8 = (char *)
uprv_malloc
(length8);
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/
uregex.cpp
125
int32_t *refC = (int32_t *)
uprv_malloc
(sizeof(int32_t));
126
UChar *patBuf = (UChar *)
uprv_malloc
(sizeof(UChar)*(actualPatLen+1));
209
int32_t *refC = (int32_t *)
uprv_malloc
(sizeof(int32_t));
210
UChar *patBuf = (UChar *)
uprv_malloc
(sizeof(UChar)*(pattern16Length+1));
453
UChar *inputChars = (UChar *)
uprv_malloc
(sizeof(UChar)*(regexp->fTextLength+1));
[
all
...]
ucol_tok.cpp
666
src->reorderCodes = (int32_t*)
uprv_malloc
(codeCount * sizeof(int32_t));
[
all
...]
zstrfmt.cpp
265
fNodes = (CharacterNode *)
uprv_malloc
(fNodesCapacity * sizeof(CharacterNode));
300
CharacterNode *newNodes = (CharacterNode *)
uprv_malloc
(newCapacity * sizeof(CharacterNode));
[
all
...]
ucol.cpp
260
uint32_t *newCEs = (uint32_t *)
uprv_malloc
(newCapacity * 4);
305
int32_t *newBuffer = reinterpret_cast<int32_t *>(
uprv_malloc
(newCapacity * 4));
586
stackBufferChars = (char *)
uprv_malloc
(bufferSizeNeeded);
604
image = (uint8_t *)
uprv_malloc
(imageSize);
707
result = (uint8_t *)
uprv_malloc
(*length);
716
result = (uint8_t *)
uprv_malloc
(*length);
840
result = (UCollator *)
uprv_malloc
(sizeof(UCollator));
[
all
...]
timezone.cpp
698
map = (int32_t*)
uprv_malloc
(OLSON_ZONE_COUNT * sizeof(int32_t));
752
map = (int32_t*)
uprv_malloc
(sizeof(int32_t) * count);
781
map = (int32_t *)
uprv_malloc
(other.len * sizeof(int32_t));
[
all
...]
/external/chromium_org/third_party/icu/source/tools/makeconv/
genmbcs.c
163
MBCSData *mbcsData=(MBCSData *)
uprv_malloc
(sizeof(MBCSData));
203
mbcsData->unicodeCodeUnits=(uint16_t *)
uprv_malloc
(sum*sizeof(uint16_t));
225
mbcsData->fromUBytes=(uint8_t *)
uprv_malloc
(sum);
[
all
...]
Completed in 423 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>