HomeSort by relevance Sort by last modified time
    Searched defs:strcoll (Results 1 - 6 of 6) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/string/
strcoll.c 1 /* $OpenBSD: strcoll.c,v 1.6 2015/08/31 02:53:57 guenther Exp $ */
40 strcoll(const char *s1, const char *s2) function
45 DEF_STRONG(strcoll); variable
  /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/python/cpython3/Lib/
locale.py 28 "setlocale", "resetlocale", "localeconv", "strcoll", "strxfrm",
34 """ strcoll(string,string) -> int.
98 if 'strcoll' not in globals():
99 strcoll = _strcoll variable
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
locale.py 36 "setlocale", "resetlocale", "localeconv", "strcoll", "strxfrm",
91 def strcoll(a,b): function
92 """ strcoll(string,string) -> int.
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
locale.py 28 "setlocale", "resetlocale", "localeconv", "strcoll", "strxfrm",
83 def strcoll(a,b): function
84 """ strcoll(string,string) -> int.
    [all...]
  /external/python/cpython2/Lib/
locale.py 38 "setlocale", "resetlocale", "localeconv", "strcoll", "strxfrm",
93 def strcoll(a,b): function
94 """ strcoll(string,string) -> int.
    [all...]

Completed in 741 milliseconds