HomeSort by relevance Sort by last modified time
    Searched full:strlen (Results 1726 - 1750 of 5643) sorted by null

<<61626364656667686970>>

  /libcore/ojluni/src/main/native/
io_util_md.c 73 char *p = (char *)ps + strlen(ps) - 1;
  /ndk/sources/cxx-stl/gabi++/src/
stdexcept.cc 79 std::size_t len = strlen(msg);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
__refstring 89 std::size_t len = strlen(msg);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
string_h.pass.cpp 47 static_assert((std::is_same<decltype(strlen(cpc)), size_t>::value), "");
  /ndk/tests/device/test-gnustl-full/unit/
swap_test.cpp 59 swap_ranges((char*)word1, (char*)word1 + ::strlen(word1), (char*)word2);
  /ndk/tests/device/test-stlport/unit/
swap_test.cpp 59 swap_ranges((char*)word1, (char*)word1 + ::strlen(word1), (char*)word2);
  /packages/apps/Test/connectivity/sl4n/
main.cpp 95 int result = write(comm_fd, str, strlen(str)+1);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
OpenWnnEngineJAJP.java 163 * @param strlen Length of input string
165 private void setDictionaryForPrediction(int strlen) {
172 if (strlen == 0) {
179 if (strlen > 1) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libcrypt-2.11.1.so 
libcrypt.so 
libcrypt.so.1 
libdrm.so.2 
libdrm.so.2.4.0 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libcrypt-2.15.so 
libcrypt.so 
libcrypt.so.1 
libdrm.so.2 
libdrm.so.2.4.0 
libncurses.so.5 
libncurses.so.5.9 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
acpiioct.h 162 Argument->DataLength = strlen((PCHAR)StrData) + sizeof(UCHAR); \
  /prebuilts/go/darwin-x86/src/runtime/cgo/
gcc_darwin_arm.c 117 int url_len = strlen(url);
  /prebuilts/go/linux-x86/src/runtime/cgo/
gcc_darwin_arm.c 117 int url_len = strlen(url);
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyhead.swg 128 # define PyString_AsStringAndSize(obj, s, len) {*s = PyString_AsString(obj); *len = *s ? strlen(*s) : 0;}
pystrings.swg 71 if (psize) *psize = vptr ? (strlen((char *)vptr) + 1) : 0;

Completed in 1317 milliseconds

<<61626364656667686970>>