Home
last modified time | relevance | path

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

1234567891011

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-utf.hh127 strlen (const codepoint_t *text) in strlen() function
254 strlen (const codepoint_t *text) in strlen() function
322 strlen (const TCodepoint *text) in strlen() function
377 strlen (const codepoint_t *text) in strlen() function
433 strlen (const codepoint_t *text) in strlen() function
/aosp_15_r20/external/icu/icu4c/source/test/perf/collationperf/
H A 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
/aosp_15_r20/external/cronet/third_party/icu/source/test/perf/collationperf/
H A 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
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DFastStringBuffer.java482 int strlen = value.length(); in append() local
564 int strlen = value.length(); in append() local
647 int strlen = length; in append() local
734 int strlen = value.length(); in append() local
/aosp_15_r20/device/google/contexthub/firmware/lib/libc/
Dstrlen.c56 strlen (const char* str) in strlen() function
85 strlen (const char* str) in strlen() function
/aosp_15_r20/external/rust/android-crates-io/crates/p9/src/protocol/
Dwire_format.rs543 let strlen = item.b.len() as u16; in struct_encode() localVariable
580 let strlen = expected.b.len() as u16; in struct_decode() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/ffi/
H A Dc_str.rs746 const unsafe fn strlen(ptr: *const c_char) -> usize { in strlen() function
762 fn strlen(s: *const c_char) -> usize; in strlen() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/ffi/
H A Dc_str.rs746 const unsafe fn strlen(ptr: *const c_char) -> usize { in strlen() function
762 fn strlen(s: *const c_char) -> usize; in strlen() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/ffi/
H A Dc_str.rs746 const unsafe fn strlen(ptr: *const c_char) -> usize { in strlen() function
762 fn strlen(s: *const c_char) -> usize; in strlen() function
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A D2004-03-09-UnmangledBuiltinMethods.cpp8 void AccessFlags::strlen() { } in strlen() function in AccessFlags
/aosp_15_r20/external/arm-trusted-firmware/lib/libc/
H A Dstrlen.c9 size_t strlen(const char *s) in strlen() function
/aosp_15_r20/external/trusty/arm-trusted-firmware/lib/libc/
Dstrlen.c9 size_t strlen(const char *s) in strlen() function
/aosp_15_r20/external/trusty/lk/lib/libc/string/
Dstrlen.c31 strlen(char const *s) in strlen() function
/aosp_15_r20/cts/hostsidetests/securitybulletin/securityPatch/CVE-2018-9472/
H A Dpoc.cpp35 size_t strlen(const char *str) { in strlen() function
/aosp_15_r20/external/musl/src/string/
H A Dstrlen.c10 size_t strlen(const char *s) in strlen() function
/aosp_15_r20/external/trusty/musl/src/string/
Dstrlen.c10 size_t strlen(const char *s) in strlen() function
/aosp_15_r20/packages/modules/Connectivity/service-t/src/com/android/server/net/
DInterfaceMapValue.java48 private int strlen(byte[] str) { in strlen() method in InterfaceMapValue
/aosp_15_r20/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2180/
H A Dpoc.c41 size_t strlen(const char *str) { in strlen() function
/aosp_15_r20/external/rust/android-crates-io/crates/unsafe-libyaml/src/bin/cstr/
Dmod.rs41 unsafe fn strlen(s: *const u8) -> usize { in strlen() function
/aosp_15_r20/development/samples/ApiDemos/src/com/example/android/apis/os/
H A DMorseCodeConverter.java92 int strlen = str.length(); in pattern() local
/aosp_15_r20/external/pcre/src/
H A Dpcre2_string_utils.c209 PRIV(strlen)(PCRE2_SPTR str) in PRIV() argument
/aosp_15_r20/hardware/google/aemu/host-common/
Dlogging_absl.cpp71 int strlen = bufferSize; in OutputLog() local
/aosp_15_r20/external/icu/icu4j/perf-tests/src/main/java/com/ibm/icu/dev/test/perf/
H A DCollationPerformanceTest.java626 int strlen = 0; in doForwardIterTest() local
745 int strlen = 0; in doBackwardIterTest() local
/aosp_15_r20/system/chre/apps/test/chqts/src/shared/
H A Dnano_string.cc48 size_t strlen(char const *str) { in strlen() function
/aosp_15_r20/external/nanopb-c/extra/
H A Dpb_syshdr.h80 static size_t strlen( const char * s ) in strlen() function

1234567891011