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

  /frameworks/base/tools/aapt/
StringPool.cpp 172 #define ENCODE_LENGTH(str, chrsz, strSize) \
176 if (strSize > maxSize) { \
177 *str++ = maxMask | ((strSize>>(chrsz*8))&maxSize); \
179 *str++ = strSize; \
235 const size_t strSize = (ent.value.size());
236 const size_t lenSize = strSize > (size_t)(1<<((charSize*8)-1))-1 ?
252 ((mUTF8 ? encSize : strSize)+1)*charSize;
263 ENCODE_LENGTH(strings, sizeof(uint8_t), strSize)
271 ENCODE_LENGTH(strings, sizeof(uint16_t), strSize)
  /external/chromium/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...]
  /frameworks/base/core/jni/
android_database_CursorWindow.cpp 393 int32_t strSize = utf16.size();
394 if (strSize > bufferSize || dst == NULL) {
395 newArray = env->NewCharArray(strSize);
396 env->SetCharArrayRegion(newArray, 0, strSize, (jchar const *)utf16.string());
398 memcpy(dst, (jchar const *)utf16.string(), strSize * 2);
400 sizeCopied = 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...]
  /system/wlan/ti/sta_dk_4_0_4_32/pform/common/src/
osRgstry.c     [all...]
  /hardware/ti/wlan/wl1271/platforms/os/common/src/
osRgstry.c     [all...]
  /system/wlan/ti/wilink_6_1/platforms/os/common/src/
osRgstry.c     [all...]

Completed in 1081 milliseconds