HomeSort by relevance Sort by last modified time
    Searched refs:strLen (Results 1 - 25 of 55) sorted by null

1 2 3

  /hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
SoftGeminiApi.h 61 void SoftGemini_SenseIndicationCB( TI_HANDLE hSoftGemini, char* str, TI_UINT32 strLen );
62 void SoftGemini_ProtectiveIndicationCB( TI_HANDLE hSoftGemini, char* str, TI_UINT32 strLen );
  /external/icu4c/io/
ufmt_cmn.h 27 #define MAX_UCHAR_BUFFER_NEEDED(strLen) ((strLen+1)*UTF_MAX_CHAR_LENGTH*sizeof(UChar))
  /dalvik/vm/jdwp/
ExpandBuf.cpp 170 int strLen = strlen((const char*)str);
172 ensureSpace(pBuf, sizeof(u4) + strLen);
174 pBuf->curLen += sizeof(u4) + strLen;
  /external/icu4c/common/
uset.cpp 88 uset_addString(USet* set, const UChar* str, int32_t strLen) {
89 // UnicodeString handles -1 for strLen
90 UnicodeString s(strLen<0, str, strLen);
95 uset_addAllCodePoints(USet* set, const UChar *str, int32_t strLen) {
96 // UnicodeString handles -1 for strLen
97 UnicodeString s(str, strLen);
112 uset_removeString(USet* set, const UChar* str, int32_t strLen) {
113 UnicodeString s(strLen==-1, str, strLen);
    [all...]
  /external/skia/src/utils/
SkOSFile.cpp 14 size_t i, len = strlen(src);
15 size_t len2 = 3 + (suffix ? strlen(suffix) : 0);
38 size_t len = strlen(src);
182 size_t strLen = strlen(str);
184 return strLen >= suffixLen &&
185 memcmp(suffix.c_str(), str + strLen - suffixLen, suffixLen) == 0;
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
ScanCncn.h 228 void scanCncn_PeriodicScanCompleteCB (TI_HANDLE hScanCncn, char* str, TI_UINT32 strLen);
229 void scanCncn_PeriodicScanReportCB (TI_HANDLE hScanCncn, char* str, TI_UINT32 strLen);
  /hardware/ti/wlan/wl1271/TWD/FW_Transfer/Export_Inc/
eventMbox_api.h 52 * strLen : The Length of the Data
54 typedef void (*TEventMboxDataCb)(TI_HANDLE hCb, TI_CHAR* str, TI_UINT32 strLen);
  /external/icu4c/common/unicode/
uset.h 557 * uset_containsString(set, str, strLen) will return TRUE.
561 * @param strLen the length of the string or -1 if null terminated.
565 uset_addString(USet* set, const UChar* str, int32_t strLen);
573 * @param strLen the length of the string or -1 if null terminated.
577 uset_addAllCodePoints(USet* set, const UChar *str, int32_t strLen);
604 * uset_containsString(set, str, strLen) will return FALSE.
608 * @param strLen the length of the string or -1 if null terminated.
612 uset_removeString(USet* set, const UChar* str, int32_t strLen);
781 * @param strLen the length of the string or -1 if null terminated.
786 uset_containsString(const USet* set, const UChar* str, int32_t strLen);
    [all...]
  /system/core/liblog/
logprint.c 336 char *end = str + strlen(str) - 1;
505 unsigned int strLen;
509 strLen = get4LE(eventData);
513 if (eventDataLen < strLen)
516 if (strLen < outBufLen) {
517 memcpy(outBuf, eventData, strLen);
518 outBuf += strLen;
519 outBufLen -= strLen;
527 eventData += strLen;
528 eventDataLen -= strLen;
    [all...]
  /libcore/luni/src/main/java/java/lang/
StringBuilder.java 555 * @param strLen
560 * {@code length()}, or {@code strOffset} and {@code strLen} do
565 int strLen) {
566 insert0(offset, str, strOffset, strLen);
  /dalvik/dexopt/
OptMain.cpp 473 bcpLen += strlen(*argp) + 1;
478 int strLen;
481 strLen = strlen(*argp);
484 memcpy(cp, *argp, strLen);
485 cp += strLen;
489 assert((int) strlen(bootClassPath) == bcpLen-1);
  /external/llvm/include/llvm/ADT/
StringMap.h 44 unsigned StrLen;
46 explicit StringMapEntryBase(unsigned Len) : StrLen(Len) {}
48 unsigned getKeyLength() const { return StrLen; }
115 explicit StringMapEntry(unsigned strLen)
116 : StringMapEntryBase(strLen), second() {}
117 StringMapEntry(unsigned strLen, const ValueTy &V)
118 : StringMapEntryBase(strLen), second(V) {}
  /bootable/recovery/minzip/
Bits.h 351 unsigned int strLen = strlen((const char*)str);
353 set4BE(buf, strLen);
354 memcpy(buf + sizeof(unsigned int), str, strLen);
  /dalvik/vm/
Bits.h 352 u4 strLen = strlen((const char*)str);
354 set4BE(buf, strLen);
355 memcpy(buf + sizeof(u4), str, strLen);
  /external/webkit/Source/JavaScriptCore/icu/unicode/
uset.h 343 * uset_containsString(set, str, strLen) will return TRUE.
346 * @param strLen the length of the string or -1 if null terminated.
350 uset_addString(USet* set, const UChar* str, int32_t strLen);
375 * uset_containsString(set, str, strLen) will return FALSE.
378 * @param strLen the length of the string or -1 if null terminated.
382 uset_removeString(USet* set, const UChar* str, int32_t strLen);
505 * @param strLen the length of the string or -1 if null terminated.
510 uset_containsString(const USet* set, const UChar* str, int32_t strLen);
  /external/webkit/Source/WebCore/icu/unicode/
uset.h 343 * uset_containsString(set, str, strLen) will return TRUE.
346 * @param strLen the length of the string or -1 if null terminated.
350 uset_addString(USet* set, const UChar* str, int32_t strLen);
375 * uset_containsString(set, str, strLen) will return FALSE.
378 * @param strLen the length of the string or -1 if null terminated.
382 uset_removeString(USet* set, const UChar* str, int32_t strLen);
505 * @param strLen the length of the string or -1 if null terminated.
510 uset_containsString(const USet* set, const UChar* str, int32_t strLen);
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/log/
EventLogParser.java 406 int strLen;
410 strLen = ArrayHelper.swap32bitFromArray(eventData, offset);
413 if (eventData.length - offset < strLen)
418 String str = new String(eventData, offset, strLen, "UTF-8"); //$NON-NLS-1$
422 offset += strLen;
  /external/webkit/Source/WebCore/platform/
KURL.cpp 383 len = strlen(str);
542 ASSERT(strlen(parseBuffer.data()) + 1 <= parseBuffer.size());
    [all...]
  /frameworks/native/include/utils/
ZipFileRO.h 214 void addToHash(const char* str, int strLen, unsigned int hash);
  /external/icu4c/i18n/
uspoof_conf.cpp 333 int32_t strLen = s->fStr->length();
335 U_ASSERT(strLen >= previousStringLength);
336 if (strLen == 1) {
342 if ((strLen > previousStringLength) && (previousStringLength >= 4)) {
349 previousStringLength = strLen;
  /hardware/ti/wlan/wl1271/TWD/MacServices/
PowerSrv.c 67 static void powerSrv802_11PsReport (TI_HANDLE hPowerSrv, char* str , TI_UINT32 strLen);
566 - strLen - string length
571 static void powerSrv802_11PsReport(TI_HANDLE hPowerSrv, char* str , TI_UINT32 strLen)
579 os_memoryCopy(pPowerSrv->hOS, (void *)&PowerSaveStatus, (void *)str, strLen);
    [all...]
  /hardware/ti/wlan/wl1271/TWD/MacServices/Export_Inc/
MacServices_api.h 215 * \param strLen - scan result buffer length (should ALWAYS be 2, even for non SPS scans).\n
217 void MacServices_scanSRV_scanCompleteCB( TI_HANDLE hScanSRV, char* str, TI_UINT32 strLen );
  /external/icu4c/test/cintltst/
creststn.c 591 u_charsToUChars(expect,uExpect,(int32_t)strlen(expect)+1);
646 u_charsToUChars(expect,uExpect,(int32_t)strlen(expect)+1);
673 int32_t srcPathLen = (int32_t)strlen(sourcePath);
675 int32_t deltaPathLen = (int32_t)strlen(deltaPath);
685 int32_t strLen =0;
686 const UChar* str = tres_getString(theBundle, -1, "testincludeUTF",&strLen,&status);
688 path[strlen("riwords.txt")]=0;
700 if(strLen != len ){
701 log_err("Did not get the expected len for riwords. Expected: %i , Got: %i\n", len ,strLen);
704 if(u_strlen(str) != strLen || str[strLen]!= 0 )
    [all...]
  /external/webkit/Source/WebKit/android/jni/
WebHistory.cpp 432 unsigned strLen = str.length();
434 if (strLen) {
439 unsigned length = (strLen << 2) + vectorLen;
446 int l = SkUTF16_ToUTF8(str.characters(), strLen, data);
455 vector.append((char*)&strLen, sizeof(unsigned));
    [all...]
  /external/skia/src/core/
SkString.cpp 42 return !strncmp(string, prefix, strlen(prefix));
48 size_t strLen = strlen(string);
49 size_t suffixLen = strlen(suffix);
50 return strLen >= suffixLen &&
51 !strncmp(string + strLen - suffixLen, suffix, suffixLen);
249 size_t len = text ? strlen(text) : 0;
289 return this->equals(text, text ? strlen(text) : 0);
355 this->set(text, text ? strlen(text) : 0);
418 this->insert(offset, text, text ? strlen(text) : 0)
    [all...]

Completed in 1977 milliseconds

1 2 3