HomeSort by relevance Sort by last modified time
    Searched refs:strcoll (Results 1 - 25 of 65) sorted by null

1 2 3

  /bionic/libc/bionic/
string_l.cpp 33 return strcoll(s1, s2);
dirent.cpp 193 return strcoll((*a)->d_name, (*b)->d_name);
  /bionic/libc/upstream-netbsd/lib/libc/string/
strcoll.c 1 /* $NetBSD: strcoll.c,v 1.10 2012/06/25 22:32:46 abs Exp $ */
38 static char sccsid[] = "@(#)strcoll.c 8.1 (Berkeley) 6/4/93";
40 __RCSID("$NetBSD: strcoll.c,v 1.10 2012/06/25 22:32:46 abs Exp $");
51 strcoll(const char *s1, const char *s2) function
  /prebuilts/ndk/r16/sources/cxx-stl/system/include/
cstring 52 using ::strcoll;
  /device/linaro/bootloader/edk2/StdLib/LibC/String/
Comparison.c 46 /** The strcoll function compares the string pointed to by s1 to the string
50 @return The strcoll function returns an integer greater than, equal to,
55 int strcoll(const char *s1, const char *s2) function
79 the result of the strcoll function applied to the same two original
  /external/icu/icu4j/perf-tests/
collationperf.pl 126 Locale Data file strcoll keygen keylen strcoll keygen keylen coll keygen keylen
  /bionic/tests/headers/posix/
string_h.c 49 FUNCTION(strcoll, int (*f)(const char*, const char*));
  /external/icu/icu4c/source/test/perf/collationperf/
CollPerf.pl 189 <td>strcoll</td>
216 the hardware and compiler. The strcoll operation is particularly sensitive; we
245 <td align="left"><b>strcoll</b> <i>(ICU)</i></td>
248 <td align="left"><b>strcoll</b> <i>(GLIBC)</i></td>
251 <td align="left"><b>strcoll</b> <i>(GLIBC-ICU)/ICU)</i></td>
  /external/python/cpython3/Lib/test/
test_locale.py 339 self.assertLess(locale.strcoll('a', 'b'), 0)
340 self.assertEqual(locale.strcoll('a', 'a'), 0)
341 self.assertGreater(locale.strcoll('b', 'a'), 0)
362 self.assertLess(locale.strcoll('à', 'b'), 0)
489 self.assertRaises(TypeError, locale.strcoll, "a", None)
490 self.assertRaises(TypeError, locale.strcoll, b"a", None)
  /device/linaro/bootloader/edk2/StdLib/Include/
string.h 47 int strcoll (const char *s1, const char *s2);
252 /** The strcoll function compares the string pointed to by S1 to the string
259 @return The strcoll function returns an integer greater than, equal to,
264 int strcoll(const char *S1, const char *S2);
285 the result of the strcoll function applied to the same two original
  /external/libcxx/include/support/xlocale/
__posix_l_fallback.h 137 return ::strcoll(s1, s2);
  /external/libcxx/test/std/depr/depr.c.headers/
string_h.pass.cpp 35 static_assert((std::is_same<decltype(strcoll(cpc, cpc)), int>::value), "");
  /external/libcxx/test/std/strings/c.strings/
cstring.pass.cpp 35 static_assert((std::is_same<decltype(std::strcoll(cpc, cpc)), int>::value), "");
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/support/xlocale/
__posix_l_fallback.h 137 return ::strcoll(s1, s2);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/support/xlocale/
__posix_l_fallback.h 137 return ::strcoll(s1, s2);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/support/xlocale/
__posix_l_fallback.h 137 return ::strcoll(s1, s2);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/support/xlocale/
__posix_l_fallback.h 137 return ::strcoll(s1, s2);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/support/xlocale/
__posix_l_fallback.h 137 return ::strcoll(s1, s2);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/support/xlocale/
__posix_l_fallback.h 137 return ::strcoll(s1, s2);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/support/xlocale/
__posix_l_fallback.h 137 return ::strcoll(s1, s2);
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/support/xlocale/
__posix_l_fallback.h 137 return ::strcoll(s1, s2);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/support/xlocale/
__posix_l_fallback.h 137 return ::strcoll(s1, s2);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/support/xlocale/
__posix_l_fallback.h 137 return ::strcoll(s1, s2);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/support/xlocale/
__posix_l_fallback.h 137 return ::strcoll(s1, s2);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/support/xlocale/
__posix_l_fallback.h 137 return ::strcoll(s1, s2);

Completed in 1749 milliseconds

1 2 3