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

  /dalvik/vm/
Ddm.cpp 267 size_t stringLen;
272 stringLen = nameObj->length();
275 stringLen = 0;
280 if (stringLen > (sizeof(buf) - sizeof(u4)*2) / 2) {
281 stringLen = (sizeof(buf) - sizeof(u4)*2) / 2;
283 len = stringLen*2 + sizeof(u4)*2;
286 set4BE(&buf[0x04], stringLen);
290 while (stringLen--) {
313 size_t stringLen = newName->length();
319 * (4b) stringLen
    [all...]
  /frameworks/native/services/surfaceflinger/EventLog/
EventLog.cpp 118 const int32_t stringLen = value.length();
119 const size_t needed = 1 + sizeof(int32_t) + stringLen;
125 memcpy(&mStorage[mPos + 1], &stringLen, sizeof(int32_t));
126 memcpy(&mStorage[mPos + 5], value.string(), stringLen);
  /external/icu4c/i18n/
uspoof_impl.cpp 191 int32_t stringLen = USPOOF_KEY_LENGTH_FIELD(keyFlags) + 1;
197 if (stringLen == 1) {
209 if (stringLen == 4) {
213 stringLen = fSpoofData->fCFUStringLengths[ix].fStrLength;
220 U_ASSERT(value + stringLen <= fSpoofData->fRawData->fCFUStringTableLen);
222 dest.append(src, stringLen);
223 return stringLen;
rematch.cpp     [all...]
regexcmp.cpp     [all...]
  /cts/suite/audio_quality/test_description/
processing_main.py 195 stringLen = len(rawString)
196 while totalSent < stringLen:
  /external/chromium_org/third_party/icu/source/i18n/
uspoof_impl.cpp 184 int32_t stringLen = USPOOF_KEY_LENGTH_FIELD(keyFlags) + 1;
190 if (stringLen == 1) {
202 if (stringLen == 4) {
206 stringLen = fSpoofData->fCFUStringLengths[ix].fStrLength;
213 U_ASSERT(value + stringLen < fSpoofData->fRawData->fCFUStringTableLen);
215 for (ix=0; ix<stringLen; ix++) {
218 return stringLen;
rematch.cpp     [all...]
regexcmp.cpp     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 801 milliseconds