Home
last modified time | relevance | path

Searched defs:strlen (Results 1 – 24 of 24) sorted by relevance

/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-utf.hh126 strlen (const codepoint_t *text) in strlen() function
252 strlen (const codepoint_t *text) in strlen() function
319 strlen (const TCodepoint *text) in strlen() function
373 strlen (const codepoint_t *text) in strlen() function
428 strlen (const codepoint_t *text) in strlen() function
/third_party/harfbuzz/src/
Dhb-utf.hh126 strlen (const codepoint_t *text) in strlen() function
252 strlen (const codepoint_t *text) in strlen() function
319 strlen (const TCodepoint *text) in strlen() function
373 strlen (const codepoint_t *text) in strlen() function
428 strlen (const codepoint_t *text) in strlen() function
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-utf.hh126 strlen (const codepoint_t *text) in strlen() function
252 strlen (const codepoint_t *text) in strlen() function
319 strlen (const TCodepoint *text) in strlen() function
373 strlen (const codepoint_t *text) in strlen() function
428 strlen (const codepoint_t *text) in strlen() function
/third_party/uboot/u-boot-2020.01/arch/powerpc/lib/
Dppcstring.S59 .globl strlen symbol
60 strlen: label
/third_party/musl/porting/liteos_m/kernel/src/string/
Dstrlen.c10 size_t strlen(const char *s) in strlen() function
/third_party/musl/porting/liteos_a/kernel/src/string/
Dstrlen.c10 size_t strlen(const char *s) in strlen() function
/third_party/musl/src/string/
Dstrlen.c10 size_t strlen(const char *s) in strlen() function
/third_party/boost/boost/nowide/utf/
Dconvert.hpp86 size_t strlen(const Char* s) in strlen() function
/third_party/pcre2/pcre2/src/
Dpcre2_string_utils.c209 PRIV(strlen)(PCRE2_SPTR str) in PRIV() argument
Dpcre2_internal.h185 #define strlen(s) _strlen(s) macro
/third_party/node/deps/npm/node_modules/cli-table3/src/
Dutils.js8 function strlen(str) { function
296 strlen: strlen, property
/third_party/icu/icu4c/source/test/perf/collationperf/
Dcollperf.cpp848 int strlen = haslen?gFileLines[linecount].len:-1; in doForwardIterTest() local
868 int strlen = haslen?gFileLines[linecount].len:-1; in doForwardIterTest() local
887 int strlen = 0; in doForwardIterTest() local
1011 int strlen = haslen?gFileLines[linecount].len:-1; in doBackwardIterTest() local
1032 int strlen = haslen?gFileLines[linecount].len:-1; in doBackwardIterTest() local
1051 int strlen = 0; in doBackwardIterTest() local
/third_party/ejdb/src/util/
Dutf8proc.c117 const utf8proc_uint8_t *str, utf8proc_ssize_t strlen, utf8proc_int32_t *dst in utf8proc_iterate()
/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dhpack_parser.h80 uint32_t strlen; member
/third_party/openssl/
De_os.h168 # define strlen(s) _strlen31(s) macro
/third_party/flutter/skia/third_party/externals/piex/src/binary_parse/
Drange_checked_byte_ptr.cc287 size_t strlen(const RangeCheckedBytePtr &src) { in strlen() function
/third_party/skia/third_party/externals/piex/src/binary_parse/
Drange_checked_byte_ptr.cc287 size_t strlen(const RangeCheckedBytePtr &src) { in strlen() function
/third_party/icu/icu4c/source/test/perf/collperf/
Dcollperf.cpp225 int strlen = count - 5; in icu_forward_all() local
247 int strlen = count; in icu_backward_all() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dos.h650 #define strlen OS_DO_NOT_USE_strlen macro
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dos.h650 #define strlen OS_DO_NOT_USE_strlen macro
/third_party/uboot/u-boot-2020.01/lib/
Dstring.c264 size_t strlen(const char * s) in strlen() function
/third_party/python/Objects/
Dlongobject.c1712 Py_ssize_t size, strlen, size_a, i, j; in long_to_decimal_string_internal() local
/third_party/glib/glib/pcre/
Dpcre_internal.h343 #define strlen(s) _strlen(s) macro
/third_party/boost/boost/hana/detail/
Dstruct_macros.hpp43 constexpr std::size_t strlen(char const* s) { in strlen() function