Searched
full:strlen (Results
676 -
700 of
5193) sorted by null
<<21222324252627282930>>
/external/skia/bench/ |
SkBenchLogger.h | 52 this->fileWrite(msg, strlen(msg));
|
/external/skia/gm/ |
fontscaler.cpp | 49 const size_t textLen = strlen(text);
|
getpostextpath.cpp | 36 size_t len = strlen(text);
|
internal_links.cpp | 66 canvas->drawText(text, strlen(text), x, y, paint);
|
pictureimagefilter.cpp | 32 canvas->drawText(str, strlen(str), SkIntToScalar(20), SkIntToScalar(70), paint);
|
/external/skia/src/ports/ |
SkXMLParser_tinyxml.cpp | 37 parser->text(node->Value(), strlen(node->Value()));
|
/external/skia/tests/ |
TLSTest.cpp | 19 size_t len = strlen(text);
|
/external/sqlite/android/ |
OldPhoneNumberUtils.cpp | 206 ia = strlen(a); 207 ib = strlen(b); 247 const int effectiveALen = strlen(a) - numSeparatorCharsInA; 248 const int effectiveBLen = strlen(b) - numSeparatorCharsInB;
|
/external/srec/tools/grxmlcompile/ |
grph.h | 28 int count= strlen(name);
|
/external/stlport/test/unit/ |
ioiter_test.cpp | 44 string::size_type sz = strlen(strorg);
|
transform_test.cpp | 66 const size_t count = ::strlen(n);
|
/external/yaffs2/yaffs2/direct/ |
ydirectenv.h | 37 #define yaffs_strlen(s) strlen(s)
|
/frameworks/av/media/libstagefright/foundation/ |
AString.cpp | 90 setTo(s, strlen(s)); 165 append(s, strlen(s)); 310 return !strncmp(mData, prefix, strlen(prefix)); 314 size_t suffixLen = strlen(suffix);
|
/frameworks/base/tools/obbtool/ |
pbkdf2gen.cpp | 61 if (PKCS5_PBKDF2_HMAC_SHA1(argv[1], strlen(argv[1]), salt, SALT_LEN,
|
/hardware/qcom/audio/legacy/libalsa-intf/ |
alsaucm_test.c | 105 strlcat(cmdstr, &ch , (2+strlen(cmdstr))); 108 if (!strncmp(cmdstr, exit_str, strlen(cmdstr))) { 152 if (!strncmp(argv[0], help_str, strlen(argv[0]))) 178 if (strncmp(cmd->cmd_str, command, strlen(cmd->cmd_str)) == 0)
|
msm8960_use_cases.h | 93 #define MAX_LEN(x,y) ((strlen(x)>strlen(y))?strlen(x):strlen(y))
|
/libnativehelper/include/nativehelper/ |
ScopedUtfChars.h | 54 return strlen(utf_chars_);
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
gettext.h | 207 size_t msgctxt_len = strlen (msgctxt) + 1; 208 size_t msgid_len = strlen (msgid) + 1; 253 size_t msgctxt_len = strlen (msgctxt) + 1; 254 size_t msgid_len = strlen (msgid) + 1;
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/detail/ |
implementation_help.hpp | 37 return s + strlen( s );
|
/ndk/tests/device/test-gnustl-full/unit/ |
ioiter_test.cpp | 44 string::size_type sz = strlen(strorg);
|
transform_test.cpp | 66 const size_t count = ::strlen(n);
|
/ndk/tests/device/test-stlport/unit/ |
ioiter_test.cpp | 44 string::size_type sz = strlen(strorg);
|
transform_test.cpp | 66 const size_t count = ::strlen(n);
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
intl.h | 44 # define gcc_gettext_width(s) strlen(s)
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
intl.h | 44 # define gcc_gettext_width(s) strlen(s)
|
Completed in 1493 milliseconds
<<21222324252627282930>>