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 373 #define ENCODE_LENGTH(str, chrsz, strSize) \
377 if (strSize > maxSize) { \
378 *str++ = maxMask | ((strSize>>(chrsz*8))&maxSize); \
380 *str++ = strSize; \
436 const size_t strSize = (ent.value.size());
437 const size_t lenSize = strSize > (size_t)(1<<((charSize*8)-1))-1 ?
453 ((mUTF8 ? encSize : strSize)+1)*charSize;
464 ENCODE_LENGTH(strings, sizeof(uint8_t), strSize)
472 ENCODE_LENGTH(strings, sizeof(uint16_t), strSize)
  /external/chromium_org/third_party/icu/source/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...]
  /external/icu/icu4c/source/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/repository/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 

Completed in 442 milliseconds