Home
last modified time | relevance | path

Searched refs:strcoll (Results 1 – 25 of 2105) sorted by relevance

12345678910>>...85

/dports/lang/php73/php-7.3.33/ext/standard/tests/strings/
H A Dstrcoll_error.phpt2 Test strcoll() function : error conditions
4 <?php if (!function_exists('strcoll')) die('skip strcoll function not available') ?>
7 /* Prototype: int strcoll ( string $str1 , string $str2 )
11 echo "*** Testing strcoll() : error conditions ***\n";
14 var_dump( strcoll() );
15 var_dump( strcoll("") );
18 var_dump( strcoll("Hello World") );
22 var_dump( strcoll("Hello World", "World", $extra_arg) );
27 *** Testing strcoll() : error conditions ***
29 -- Testing strcoll() function with no arguments --
[all …]
H A Dstrcoll.phpt2 Testing Basic behaviour of strcoll()
4 <?php if (!function_exists('strcoll')) die('skip strcoll function not available') ?>
16 $result = strcoll($a, $b);
/dports/www/mod_php73/php-7.3.33/ext/standard/tests/strings/
H A Dstrcoll_error.phpt2 Test strcoll() function : error conditions
4 <?php if (!function_exists('strcoll')) die('skip strcoll function not available') ?>
7 /* Prototype: int strcoll ( string $str1 , string $str2 )
11 echo "*** Testing strcoll() : error conditions ***\n";
14 var_dump( strcoll() );
15 var_dump( strcoll("") );
18 var_dump( strcoll("Hello World") );
22 var_dump( strcoll("Hello World", "World", $extra_arg) );
27 *** Testing strcoll() : error conditions ***
29 -- Testing strcoll() function with no arguments --
[all …]
H A Dstrcoll.phpt2 Testing Basic behaviour of strcoll()
4 <?php if (!function_exists('strcoll')) die('skip strcoll function not available') ?>
16 $result = strcoll($a, $b);
/dports/audio/lollypop/lollypop-5b2d95f4f8509d80fa86ab7d65b118326dc82a95/lollypop/
H A Dlocalized.py13 from locale import getlocale, strcoll
49 if strcoll(i1, i2) < 0:
51 elif strcoll(i1, i2) == 0:
52 return strcoll(v1, v2)
/dports/devel/gnulib/gnulib-20140202-stable/modules/unistr/
H A Du16-strcoll-tests2 tests/unistr/test-u16-strcoll.c
12 TESTS += test-u16-strcoll
13 check_PROGRAMS += test-u16-strcoll
14 test_u16_strcoll_SOURCES = unistr/test-u16-strcoll.c
H A Du32-strcoll-tests2 tests/unistr/test-u32-strcoll.c
12 TESTS += test-u32-strcoll
13 check_PROGRAMS += test-u32-strcoll
14 test_u32_strcoll_SOURCES = unistr/test-u32-strcoll.c
H A Du8-strcoll-tests2 tests/unistr/test-u8-strcoll.c
12 TESTS += test-u8-strcoll
13 check_PROGRAMS += test-u8-strcoll
14 test_u8_strcoll_SOURCES = unistr/test-u8-strcoll.c
H A Du16-strcoll5 lib/unistr/u16-strcoll.c
6 lib/unistr/u-strcoll.h
15 gl_LIBUNISTRING_MODULE([0.9.4], [unistr/u16-strcoll])
19 lib_SOURCES += unistr/u16-strcoll.c
H A Du32-strcoll5 lib/unistr/u32-strcoll.c
6 lib/unistr/u-strcoll.h
15 gl_LIBUNISTRING_MODULE([0.9.4], [unistr/u32-strcoll])
19 lib_SOURCES += unistr/u32-strcoll.c
H A Du8-strcoll5 lib/unistr/u8-strcoll.c
6 lib/unistr/u-strcoll.h
15 gl_LIBUNISTRING_MODULE([0.9.4], [unistr/u8-strcoll])
19 lib_SOURCES += unistr/u8-strcoll.c
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/modules/unistr/
H A Du32-strcoll-tests2 tests/unistr/test-u32-strcoll.c
12 TESTS += test-u32-strcoll
13 check_PROGRAMS += test-u32-strcoll
14 test_u32_strcoll_SOURCES = unistr/test-u32-strcoll.c
H A Du8-strcoll-tests2 tests/unistr/test-u8-strcoll.c
12 TESTS += test-u8-strcoll
13 check_PROGRAMS += test-u8-strcoll
14 test_u8_strcoll_SOURCES = unistr/test-u8-strcoll.c
H A Du16-strcoll-tests2 tests/unistr/test-u16-strcoll.c
12 TESTS += test-u16-strcoll
13 check_PROGRAMS += test-u16-strcoll
14 test_u16_strcoll_SOURCES = unistr/test-u16-strcoll.c
H A Du8-strcoll5 lib/unistr/u8-strcoll.c
6 lib/unistr/u-strcoll.h
15 gl_LIBUNISTRING_MODULE([0.9.4], [unistr/u8-strcoll])
19 lib_SOURCES += unistr/u8-strcoll.c
H A Du32-strcoll5 lib/unistr/u32-strcoll.c
6 lib/unistr/u-strcoll.h
15 gl_LIBUNISTRING_MODULE([0.9.4], [unistr/u32-strcoll])
19 lib_SOURCES += unistr/u32-strcoll.c
H A Du16-strcoll5 lib/unistr/u16-strcoll.c
6 lib/unistr/u-strcoll.h
15 gl_LIBUNISTRING_MODULE([0.9.4], [unistr/u16-strcoll])
19 lib_SOURCES += unistr/u16-strcoll.c
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/string/c/sccz80/
H A Dstrcoll.asm2 ; int strcoll(const char *s1, const char *s2)
7 PUBLIC strcoll
11 strcoll: label
32 defc _strcoll = strcoll
/dports/audio/mous/mous-2.0.1/sdk/scx/
H A DPinYinCompare.h70 return ::strcoll(a.c_str(), b.c_str()) < 0;
84 return ::strcoll(a.c_str(), b.c_str()) < 0;
87 return ::strcoll(snd1.c_str(), snd2.c_str()) < 0;
89 return ::strcoll(snd1, snd2) < 0;
140 int ret = ::strcoll(snd1.c_str(), snd2.c_str());
142 int ret = ::strcoll(snd1, snd2);
153 return ::strcoll(bytes1, bytes2) < 0;
/dports/mail/nextcloud-mail/mail/vendor/pear-pear.horde.org/Horde_Util/Horde/Array/Sort/
H A DHelper.php34 …return strcoll(Horde_String::lower($a[$this->key], true, 'UTF-8'), Horde_String::lower($b[$this->k…
48 …return strcoll(Horde_String::lower($b[$this->key], true, 'UTF-8'), Horde_String::lower($a[$this->k…
61 … return strcoll(Horde_String::lower($a, true, 'UTF-8'), Horde_String::lower($b, true, 'UTF-8'));
74 … return strcoll(Horde_String::lower($b, true, 'UTF-8'), Horde_String::lower($a, true, 'UTF-8'));
/dports/deskutils/egroupware/egroupware/vendor/pear-pear.horde.org/Horde_Util/Horde/Array/Sort/
H A DHelper.php34 …return strcoll(Horde_String::lower($a[$this->key], true, 'UTF-8'), Horde_String::lower($b[$this->k…
48 …return strcoll(Horde_String::lower($b[$this->key], true, 'UTF-8'), Horde_String::lower($a[$this->k…
61 … return strcoll(Horde_String::lower($a, true, 'UTF-8'), Horde_String::lower($b, true, 'UTF-8'));
74 … return strcoll(Horde_String::lower($b, true, 'UTF-8'), Horde_String::lower($a, true, 'UTF-8'));
/dports/deskutils/egroupware/egroupware/swoolepush/vendor/pear-pear.horde.org/Horde_Util/Horde/Array/Sort/
H A DHelper.php34 …return strcoll(Horde_String::lower($a[$this->key], true, 'UTF-8'), Horde_String::lower($b[$this->k…
48 …return strcoll(Horde_String::lower($b[$this->key], true, 'UTF-8'), Horde_String::lower($a[$this->k…
61 … return strcoll(Horde_String::lower($a, true, 'UTF-8'), Horde_String::lower($b, true, 'UTF-8'));
74 … return strcoll(Horde_String::lower($b, true, 'UTF-8'), Horde_String::lower($a, true, 'UTF-8'));
/dports/devel/gnulib/gnulib-20140202-stable/doc/posix-functions/
H A Dstrcoll.texi1 @node strcoll
2 @section @code{strcoll}
3 @findex strcoll
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strcoll.html}
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/doc/posix-functions/
H A Dstrcoll.texi1 @node strcoll
2 @section @code{strcoll}
3 @findex strcoll
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/strcoll.html}
/dports/devel/pear-Horde_Util/Horde_Util-2.5.9/lib/Horde/Array/Sort/
H A DHelper.php34 …return strcoll(Horde_String::lower($a[$this->key], true, 'UTF-8'), Horde_String::lower($b[$this->k…
48 …return strcoll(Horde_String::lower($b[$this->key], true, 'UTF-8'), Horde_String::lower($a[$this->k…
61 … return strcoll(Horde_String::lower($a, true, 'UTF-8'), Horde_String::lower($b, true, 'UTF-8'));
74 … return strcoll(Horde_String::lower($b, true, 'UTF-8'), Horde_String::lower($a, true, 'UTF-8'));

12345678910>>...85