HomeSort by relevance Sort by last modified time
    Searched refs:strSize (Results 1 - 6 of 6) sorted by null

  /frameworks/base/tools/aapt/
StringPool.cpp 353 #define ENCODE_LENGTH(str, chrsz, strSize) \
357 if (strSize > maxSize) { \
358 *str++ = maxMask | ((strSize>>(chrsz*8))&maxSize); \
360 *str++ = strSize; \
416 const size_t strSize = (ent.value.size());
417 const size_t lenSize = strSize > (size_t)(1<<((charSize*8)-1))-1 ?
433 ((mUTF8 ? encSize : strSize)+1)*charSize;
444 ENCODE_LENGTH(strings, sizeof(uint8_t), strSize)
452 ENCODE_LENGTH(strings, sizeof(uint16_t), strSize)
  /external/chromium_org/third_party/icu/source/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...]
  /external/icu4c/test/cintltst/
cmsgtst.c 64 uint32_t strSize = (uint32_t)strlen(txt_testCasePatterns[i]) + 1;
65 testCasePatterns[i]=(UChar*)malloc(sizeof(UChar) * strSize);
66 u_uastrncpy(testCasePatterns[i], txt_testCasePatterns[i], strSize);
69 uint32_t strSize = (uint32_t)strlen(txt_testResultStrings[i]) + 1;
70 testResultStrings[i] = (UChar*)malloc(sizeof(UChar) * strSize);
71 u_uastrncpy(testResultStrings[i], txt_testResultStrings[i], strSize);
    [all...]
capitst.c     [all...]
  /prebuilts/tools/common/m2/internal/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 

Completed in 350 milliseconds