OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:strSize
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/tools/aapt/
StringPool.cpp
180
#define ENCODE_LENGTH(str, chrsz,
strSize
) \
184
if (
strSize
> maxSize) { \
185
*str++ = maxMask | ((
strSize
>>(chrsz*8))&maxSize); \
187
*str++ =
strSize
; \
243
const size_t
strSize
= (ent.value.size());
244
const size_t lenSize =
strSize
> (size_t)(1<<((charSize*8)-1))-1 ?
260
((mUTF8 ? encSize :
strSize
)+1)*charSize;
271
ENCODE_LENGTH(strings, sizeof(uint8_t),
strSize
)
279
ENCODE_LENGTH(strings, sizeof(uint16_t),
strSize
)
/external/icu4c/test/cintltst/
cmsgtst.c
62
uint32_t
strSize
= (uint32_t)strlen(txt_testCasePatterns[i]) + 1;
63
testCasePatterns[i]=(UChar*)malloc(sizeof(UChar) *
strSize
);
64
u_uastrncpy(testCasePatterns[i], txt_testCasePatterns[i],
strSize
);
67
uint32_t
strSize
= (uint32_t)strlen(txt_testResultStrings[i]) + 1;
68
testResultStrings[i] = (UChar*)malloc(sizeof(UChar) *
strSize
);
69
u_uastrncpy(testResultStrings[i], txt_testResultStrings[i],
strSize
);
[
all
...]
capitst.c
[
all
...]
Completed in 161 milliseconds