HomeSort by relevance Sort by last modified time
    Searched defs:strlen (Results 1 - 25 of 88) sorted by null

1 2 3 4

  /bionic/libc/arch-arm/cortex-a15/bionic/
strlen.S 63 ENTRY(strlen) function
165 END(strlen)
  /device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/
strlen.c 37 strlen(str) function
  /external/clang/test/CodeGenCXX/
2004-03-09-UnmangledBuiltinMethods.cpp 5 void strlen();
8 void AccessFlags::strlen() { } function in class:AccessFlags
  /external/syslinux/com32/lib/
strlen.c 2 * strlen()
7 size_t strlen(const char *s) function
  /device/google/contexthub/firmware/lib/libc/
strlen.c 39 If speed is preferred, the strlen() function in ../../string/strlen.c
42 Leave this field blank. So the strlen() is not defined, and this will
43 automatically pull in the default C definition of strlen() from
44 ../../string/strlen.c. No need to include this file explicitely.
45 The lib_a-strlen.o will not be generated, so it won't replace the default
46 lib_a-strlen.o which is generated by ../../string/strlen.c. See the
52 lib_a-strlen.o to be generated.
56 strlen (const char* str function
85 strlen (const char* str) function
    [all...]
  /bionic/libc/arch-arm/generic/bionic/
strlen.c 32 size_t strlen(const char *s) function
  /bionic/libc/arch-mips/string/
strlen.c 82 strlen (const char *str) function
  /device/linaro/bootloader/edk2/StdLib/LibC/String/
Misc.c 92 /** The strlen function computes the length of the string pointed to by s.
94 @return The strlen function returns the number of characters that
98 strlen(const char *s) function
  /external/pcre/dist2/src/
pcre2_string_utils.c 173 PRIV(strlen)(PCRE2_SPTR str) function
  /external/syslinux/dos/
string.h 13 #define strlen(a) __builtin_strlen(a) macro
  /bionic/libc/arch-arm/cortex-a9/bionic/
strlen.S 63 ENTRY(strlen) function
167 END(strlen)
  /external/harfbuzz_ng/src/
hb-utf-private.hh 124 strlen (const uint8_t *text) function in struct:hb_utf8_t
126 return ::strlen ((const char *) text);
201 strlen (const uint16_t *text) function in struct:hb_utf16_t
240 strlen (const uint32_t *text) function in struct:hb_utf32_t
274 strlen (const uint8_t *text) function in struct:hb_latin1_t
  /system/chre/apps/chqts/src/shared/
nano_string.cc 50 size_t strlen(char const *str) { function in namespace:nanoapp_testing
  /bionic/libc/arch-arm64/generic/bionic/
strlen.S 77 strlen will be repeatedly called on strings with the same length).
97 ENTRY(strlen) function
227 END(strlen)
  /external/mesa3d/src/amd/addrlib/inc/
lnx_common_defs.h 120 #define strlen(_s) __ke_strlen(_s) macro
  /development/samples/ApiDemos/src/com/example/android/apis/os/
MorseCodeConverter.java 92 int strlen = str.length(); local
97 for (int i=0; i<strlen; i++) {
120 for (int i=0; i<strlen; i++) {
  /device/linaro/bootloader/edk2/EmbeddedPkg/Include/
libfdt_env.h 70 static inline size_t strlen (const char* str) { function
  /external/nanopb-c/extra/
pb_syshdr.h 72 static size_t strlen( const char * s ) function
  /external/syslinux/gpxe/src/arch/x86/include/bits/
string.h 239 static inline size_t strlen(const char * s) function
  /external/valgrind/drd/tests/
unit_vc.c 45 SizeT VG_(strlen)(const HChar* str) { return strlen(str); } function
  /external/apache-http/src/org/apache/http/util/
CharArrayBuffer.java 92 int strlen = str.length(); local
93 int newlen = this.len + strlen;
97 str.getChars(0, strlen, this.buffer, this.len);
  /external/syslinux/gpxe/src/core/
string.c 161 const char *p = s + strlen(s);
172 * strlen - Find the length of a string
175 size_t strlen(const char * s) function
301 l2 = strlen(s2);
304 l1 = strlen(s1);
340 size_t len = strlen(s);
  /external/valgrind/coregrind/m_demangle/
vg_libciface.h 60 #define strlen(_str) VG_(strlen)(_str) macro
  /external/valgrind/coregrind/m_gdbserver/
server.h 153 #define strlen(s) VG_(strlen) ((s)) macro
  /external/webrtc/webrtc/base/
stringutils.h 60 // strlen, strcmp, stricmp, strncmp, strnicmp
75 inline size_t strlen(const wchar_t* s) { function

Completed in 1171 milliseconds

1 2 3 4