Home
last modified time | relevance | path

Searched defs:strlen (Results 126 – 150 of 3589) sorted by relevance

12345678910>>...144

/dports/www/lagrange/lagrange-1.7.3/lib/harfbuzz/src/
H A 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
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/harfbuzz/src/
H A 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
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/native/libharfbuzz/
H A 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
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/native/libharfbuzz/
H A 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
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A 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
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/harfbuzz-sys-0.3.4/harfbuzz/src/
H A 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
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A 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
/dports/net-mgmt/librenms/librenms-21.5.1/includes/html/graphs/application/
H A Dshoutcast_multi_stats.inc.php40 $strlen = ((strlen($rrd['descr']) < $descr_len) ? ($descr_len - strlen($rrd['descr'])) : '0'); variable
72 $strlen = ((strlen($total_text) < $descr_len) ? ($descr_len - strlen($total_text)) : '0'); variable
/dports/devel/jna/jna-5.7.0/test/com/sun/jna/
H A DPerformanceTest.java90 public static native int strlen(String s1); in strlen() method in PerformanceTest.CLibrary
91 public static native int strlen(Pointer p); in strlen() method in PerformanceTest.CLibrary
92 public static native int strlen(byte[] b); in strlen() method in PerformanceTest.CLibrary
93 public static native int strlen(Buffer b); in strlen() method in PerformanceTest.CLibrary
117 int strlen(String s); in strlen() method
/dports/net-mgmt/observium/observium/html/includes/graphs/application/
H A Dshoutcast_multi_stats.inc.php69 … $strlen = ((strlen($rrd['descr'])<$descr_len) ? ($descr_len - strlen($rrd['descr'])) : "0"); variable
96 $strlen = ((strlen($total_text)<$descr_len) ? ($descr_len - strlen($total_text)) : "0"); variable
/dports/emulators/qemu42/qemu-4.2.1/roms/skiboot/libc/include/
H A Dstring.h27 #define strlen __builtin_strlen macro
28 #define strlen __builtin_strlen macro
/dports/emulators/qemu5/qemu-5.2.0/roms/skiboot/libc/include/
H A Dstring.h27 #define strlen __builtin_strlen macro
28 #define strlen __builtin_strlen macro
/dports/emulators/qemu-utils/qemu-4.2.1/roms/skiboot/libc/include/
H A Dstring.h27 #define strlen __builtin_strlen macro
28 #define strlen __builtin_strlen macro
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/libc/include/
H A Dstring.h27 #define strlen __builtin_strlen macro
28 #define strlen __builtin_strlen macro
/dports/emulators/qemu60/qemu-6.0.0/roms/skiboot/libc/include/
H A Dstring.h27 #define strlen __builtin_strlen macro
28 #define strlen __builtin_strlen macro
/dports/www/drupal9/drupal-9.2.10/vendor/laminas/laminas-stdlib/src/StringWrapper/
H A DNative.php15 use function strlen; alias
109 public function strlen($str) function in Laminas\\Stdlib\\StringWrapper\\Native
/dports/www/resin3/resin-3.1.16/modules/c/src/resin_os/
H A Djni_os.c224 int strlen = (*env)->GetStringUTFLength(env, j_string); in Java_com_caucho_server_boot_ResinBoot_execDaemon() local
242 int strlen = (*env)->GetStringUTFLength(env, j_string); in Java_com_caucho_server_boot_ResinBoot_execDaemon() local
251 int strlen = (*env)->GetStringUTFLength(env, j_pwd); in Java_com_caucho_server_boot_ResinBoot_execDaemon() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGenCXX/
H A D2004-03-09-UnmangledBuiltinMethods.cpp8 void AccessFlags::strlen() { } in strlen() function in AccessFlags
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libc/machine/arm/
H A Dstrlen-stub.c55 strlen (const char* str) in strlen() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CodeGenCXX/
H A D2004-03-09-UnmangledBuiltinMethods.cpp8 void AccessFlags::strlen() { } in strlen() function in AccessFlags
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGenCXX/
H A D2004-03-09-UnmangledBuiltinMethods.cpp8 void AccessFlags::strlen() { } in strlen() function in AccessFlags
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGenCXX/
H A D2004-03-09-UnmangledBuiltinMethods.cpp8 void AccessFlags::strlen() { } in strlen() function in AccessFlags
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CodeGenCXX/
H A D2004-03-09-UnmangledBuiltinMethods.cpp8 void AccessFlags::strlen() { } in strlen() function in AccessFlags
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CodeGenCXX/
H A D2004-03-09-UnmangledBuiltinMethods.cpp8 void AccessFlags::strlen() { } in strlen() function in AccessFlags
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CodeGenCXX/
H A D2004-03-09-UnmangledBuiltinMethods.cpp8 void AccessFlags::strlen() { } in strlen() function in AccessFlags

12345678910>>...144