Searched defs:strxfrm (Results 1 - 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/String/
H A DComparison.c75 /** The strxfrm function transforms the string pointed to by Src and places the
85 @return The strxfrm function returns the length of the transformed string
90 size_t strxfrm(char * __restrict Dest, const char * __restrict Src, size_t Len) function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
H A Dlocale.py36 "setlocale", "resetlocale", "localeconv", "strcoll", "strxfrm",
97 def strxfrm(s): function
98 """ strxfrm(string) -> string.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dlocale.py28 "setlocale", "resetlocale", "localeconv", "strcoll", "strxfrm",
89 def strxfrm(s): function
90 """ strxfrm(string) -> string.

Completed in 565 milliseconds