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

<<31323334353637383940>>

  /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...]
  /external/icu4c/test/cintltst/
tracetst.c 82 if (strlen(result) >= sizeof(expectedResult)) {
148 if (strlen(buf) == 0) {
174 if (strlen(buf) == 0) {
  /external/icu4c/test/intltest/
wbnf.cpp 192 name_buffer.append_array(var_name, strlen(var_name) + 1);
512 str.append_array(s, strlen(s) + 1);
521 this->var_name.append_array(varName, strlen(varName) + 1);
573 current.append_array(s, strlen(s) + 1);
635 int min = strlen(last);
636 int max = strlen(current);
692 str.append_array(t, strlen(t));
732 str.append_array(t, strlen(t));
757 str.append_array(t, strlen(t) + 1);
    [all...]
  /external/ipsec-tools/src/libipsec/
test-policy.c 131 buf = ipsec_set_policy(req->str, strlen(req->str));
237 sp1 = ipsec_set_policy(pol1, strlen(pol1));
239 sp2 = ipsec_set_policy(pol2, strlen(pol2));
  /external/llvm/lib/Target/
Mangler.cpp 117 OutName.append(Prefix, Prefix+strlen(Prefix));
120 OutName.append(Prefix, Prefix+strlen(Prefix));
129 OutName.append(Prefix, Prefix+strlen(Prefix)); // Arbitrary length prefix.
  /external/llvm/test/Transforms/LICM/
sinking.ll 3 declare i32 @strlen(i8*) readonly
12 %A = call i32 @strlen( i8* %P ) readonly
19 ; CHECK-NEXT: call i32 @strlen
  /external/llvm/tools/llvm-size/
llvm-size.cpp 111 std::size_t max_name_len = strlen("section");
112 std::size_t max_size_len = strlen("size");
113 std::size_t max_addr_len = strlen("addr");
  /external/openssl/crypto/rand/
randfile.c 280 if (s != NULL && *s && strlen(s) + 1 < size)
295 if (s && *s && strlen(s)+strlen(RFILE)+2 < size)
  /external/openssl/crypto/rc2/
rc2test.c 186 idea_cbc_encrypt((unsigned char *)text,out,strlen(text)+1,&key,iv,1);
189 idea_cbc_encrypt(&(out[8]),&(out[8]),strlen(text)+1-8,&dkey,iv,0);
190 if (memcmp(text,out,strlen(text)+1) != 0)
  /external/ppp/pppd/plugins/radius/
config.c 208 p[strlen(p)-1] = '\0';
484 len = strlen (h);
496 len = strlen (s);
  /external/qemu/android/skin/
keyset.c 52 len = strlen(str);
292 int len = strlen(prefix);
406 q = p + strlen(p);
  /external/qemu/android/utils/
filelock.c 208 ret = write( pidfile_fd, buf, strlen(buf) );
236 ret = write( temp_fd, pid, strlen(pid)+1 );
376 int file_len = strlen(file);
  /external/quake/quake/src/QW/client/
sys_android.c 88 l = strlen(text);
117 if (strlen(text) > sizeof(text))
261 write(fd, data, strlen(data));
sys_linux.c 85 l = strlen(text);
114 if (strlen(text) > sizeof(text))
256 write(fd, data, strlen(data));
  /external/quake/quake/src/QW/qwfwd/
misc.c 399 if (!value || !strlen(value))
404 if (strlen(new) + strlen(s) > MAX_INFO_STRING)
  /external/skia/src/views/
SkWidgets.cpp 58 size_t len = strlen(gSkinNames[i]);
153 this->setLabel(label, strlen(label));
414 this->setText(text, strlen(text));
  /external/stlport/src/
strstream.cpp 279 size_t N = n > 0 ? size_t(n) : n == 0 ? strlen(get) : size_t(INT_MAX);
332 _M_buf(s, n, mode & ios_base::app ? s + strlen(s) : s) {
365 _M_buf(s, n, mode & ios_base::app ? s + strlen(s) : s) {
  /external/valgrind/main/coregrind/m_initimg/
initimg-linux.c 136 Int ld_preload_len = VG_(strlen)( ld_preload );
137 Int v_launcher_len = VG_(strlen)( v_launcher );
139 Int vglib_len = VG_(strlen)(VG_(libdir));
153 Int preload_tool_path_len = vglib_len + VG_(strlen)(toolname)
205 Int len = VG_(strlen)(*cpp) + preload_string_len;
430 stringsize += VG_(strlen)(info->interp_name) + 1;
434 stringsize += VG_(strlen)(info->interp_args) + 1;
439 stringsize += VG_(strlen)( VG_(args_the_exename) ) + 1;
443 stringsize += VG_(strlen)( * (HChar**)
452 stringsize += VG_(strlen)(*cpp) + 1
    [all...]
  /external/valgrind/main/coregrind/
m_seqmatch.c 34 #include "pub_core_libcbase.h" // VG_(strlen)
176 (void*)patt, sizeof(UChar), VG_(strlen)(patt), 0,
177 (void*)input, sizeof(UChar), VG_(strlen)(input), 0,
  /external/webkit/Source/WebKit/gtk/tests/
testwebview.c 62 soup_message_body_append(msg->response_body, SOUP_MEMORY_TAKE, contents, strlen(contents));
65 soup_message_body_append(msg->response_body, SOUP_MEMORY_TAKE, contents, strlen(contents));
68 soup_message_body_append(msg->response_body, SOUP_MEMORY_TAKE, contents, strlen(contents));
  /external/webkit/Tools/WebKitTestRunner/
TestController.cpp 253 Vector<char> databaseDirectory(strlen(path) + strlen("/Databases") + 1);
431 if (strlen(filenameBuffer) == 0)
  /external/wpa_supplicant/
wpa_ctrl.c 165 int prefixlen = strlen(local_socket_prefix);
274 _cmd_len = strlen(ctrl->cookie) + 1 + cmd_len;
281 pos += strlen(ctrl->cookie);
  /external/yaffs2/yaffs2/direct/
dtest.c 171 int iterations = (syze + strlen(fn) -1)/ strlen(fn);
178 yaffs_write(h,xx,strlen(xx));
193 int iterations = (syze + strlen(fn) -1)/ strlen(fn);
200 l = strlen(xx);
223 iterations = (syze1 + strlen(fn) -1)/ strlen(fn);
226 yaffs_write(h,fn,strlen(fn));
233 iterations = (syze2 + strlen(fn) -1)/ strlen(fn)
    [all...]
  /external/zlib/contrib/minizip/
minizip.c 98 int len = strlen(f);
315 len=(int)strlen(filename_try);
383 (strlen(argv[i]) == 2)))
  /frameworks/compile/libbcc/lib/ExecutionEngine/OldJIT/
CacheWriter.cpp 175 outputInfo->name_strp_index = addString(info->name, strlen(info->name));
210 size_t keyLen = strlen(key);
211 size_t valueLen = strlen(value);

Completed in 1223 milliseconds

<<31323334353637383940>>