HomeSort by relevance Sort by last modified time
    Searched full:strlen (Results 1401 - 1425 of 3375) sorted by null

<<51525354555657585960>>

  /external/quake/quake/src/WinQuake/
draw.cpp 553 dest = conback->data + 320*186 + 320 - 11 - 8*strlen(ver);
556 dest = conback->data + 320*186 + 320 - 11 - 8*strlen(ver);
559 dest = conback->data + 320*186 + 320 - 11 - 8*strlen(ver);
565 for (x=0 ; x<strlen(ver) ; x++)
  /external/skia/gm/
xfermodes.cpp 153 canvas->drawText(gModes[i].fLabel, strlen(gModes[i].fLabel),
  /external/skia/samplecode/
SampleXfermodesBlur.cpp 162 canvas->drawText(gModes[i].fLabel, strlen(gModes[i].fLabel),
  /external/skia/src/ports/
SkImageRef_ashmem.cpp 209 size_t len = strlen(uri);
  /external/skia/src/xml/
SkBML_XMLParser.cpp 56 if (strlen(array[index]) < size)
SkJS.cpp 201 return JS_EvaluateScript(fContext, fGlobal, script, strlen(script),
  /external/skia/tests/
UtilsTest.cpp 163 p - gTest[i].fUtf8 == (int)strlen(gTest[i].fUtf8));
  /external/sqlite/android/
PhoneticStringUtilsTest.cpp 92 int32_t ret = utf32_from_utf8_at(src, strlen(src), index, &next); \
  /external/srec/portable/src/
pstream.c 627 passert(strlen(message) < 2*2048);
629 if (strlen(message) == 0)
632 return PortFwrite(message, sizeof(char), strlen(message), PortFile);
949 lenny = strlen(PortFile->filename);
  /external/srec/srec/Grammar/src/
SR_GrammarImpl.c 162 if ( strlen ( slot ) >= MAX_STRING_LEN )
170 if ( strlen ( word ) >= MAX_STRING_LEN )
178 if ( strlen ( pronunciation ) >= MAX_STRING_LEN )
186 if ( strlen ( tag ) >= MAX_STRING_LEN )
  /external/srec/srec/ca/
voc_basi.c 74 // if (phtname != NULL && strlen(phtname) > 0)
  /external/srec/tools/test_swiarb/
test_swiarb.c 106 pronunciation_len = strlen(pronunciation)-1;
  /external/strace/
bjm.c 148 mod+=strlen(mod)+1;
desc.c 257 sprintf(outstr + strlen(outstr),
264 sprintf(outstr + strlen(outstr),
508 cumlen += strlen(str);
536 if ((cumlen += strlen(str)) < sizeof(outstr))
  /external/valgrind/main/coregrind/m_aspacemgr/
priv_aspacemgr.h 46 #include "pub_core_libcbase.h" // VG_(strlen), VG_(strcmp), VG_(strncpy)
  /external/valgrind/main/coregrind/
m_debugger.c 301 VG_(memcpy)(bufptr, file, VG_(strlen)(file));
302 bufptr += VG_(strlen)(file);
306 VG_(memcpy)(bufptr, pidbuf, VG_(strlen)(pidbuf));
307 bufptr += VG_(strlen)(pidbuf);
m_libcbase.c 171 SizeT VG_(strlen) ( const Char* str ) function
316 n = VG_(strlen)(needle);
331 n = VG_(strlen)(needle);
352 Int n = VG_(strlen)(s);
  /external/valgrind/main/drd/
drd_segment.c 31 #include "pub_tool_libcbase.h" // VG_(strlen)()
  /external/valgrind/main/exp-bbv/
bbv_main.c 39 #include "pub_tool_libcbase.h" /* VG_(strlen) */
131 VG_(write)(pctrace_fd, (void*)buf, VG_(strlen)(buf));
187 (void*)buf, VG_(strlen)(buf));
598 VG_(write)(bbv_thread[i].bbtrace_fd,(void*)buf,VG_(strlen)(buf));
  /external/valgrind/main/exp-ptrcheck/tests/
Makefile.am 71 strcpy strlen sub supp syscall tricky unaligned xor zero
bad_percentify.c 61 len = strlen(buf);
  /external/valgrind/unittest/
old_test_suite.cc 149 if (strlen(cur_arg) == 7) {
  /external/webkit/Source/JavaScriptCore/wtf/unicode/glib/
UnicodeGLib.cpp 85 long utf8ResultLength = strlen(utf8Result.get());
  /external/webkit/Source/WebCore/bridge/c/
c_utility.cpp 54 UTF8Length = static_cast<int>(strlen(UTF8Chars));
  /external/webkit/Source/WebCore/platform/efl/
FileSystemEfl.cpp 148 nameLen = strlen(de->d_name);

Completed in 621 milliseconds

<<51525354555657585960>>