/third_party/musl/libc-test/src/functionalext/supplement/locale/ |
D | strxfrm.c | 31 size_t result = strxfrm(desp, str, want + 1); in strxfrm_0100() 50 size_t result = strxfrm(desp, str, want); in strxfrm_0200() 69 size_t result = strxfrm(desp, str, want); in strxfrm_0300() 88 size_t result = strxfrm(desp, str, want + 1); in strxfrm_0400() 108 size_t result = strxfrm(desp, str, want + 1); in strxfrm_0500() 128 size_t result = strxfrm(desp, str, want + 1); in strxfrm_0600() 148 size_t result = strxfrm(desp, str, move); in strxfrm_0700()
|
D | test_src_functionalext_supplement_locale.gni | 21 "strxfrm",
|
/third_party/python/Lib/test/ |
D | test_locale.py | 355 self.assertLess(locale.strxfrm('a'), locale.strxfrm('b')) 357 self.assertRaises(ValueError, locale.strxfrm, 'a\0') 382 self.assertLess(locale.strxfrm('à'), locale.strxfrm('b'))
|
/third_party/musl/src/locale/ |
D | strxfrm.c | 13 size_t strxfrm(char *restrict dest, const char *restrict src, size_t n) in strxfrm() function
|
/third_party/musl/libc-test/src/api/ |
D | string.c | 29 {size_t(*p)(char*restrict,const char*restrict,size_t) = strxfrm;} in f()
|
/third_party/musl/porting/linux/user/include/ |
D | string.h | 43 size_t strxfrm (char *__restrict, const char *__restrict, size_t);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | string.h | 41 size_t strxfrm (char *__restrict, const char *__restrict, size_t);
|
/third_party/musl/ndk_musl_include/ |
D | string.h | 41 size_t strxfrm (char *__restrict, const char *__restrict, size_t);
|
/third_party/musl/porting/liteos_m/user/include/ |
D | string.h | 41 size_t strxfrm (char *__restrict, const char *__restrict, size_t);
|
/third_party/musl/include/ |
D | string.h | 43 size_t strxfrm (char *__restrict, const char *__restrict, size_t);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | string.h | 43 size_t strxfrm (char *__restrict, const char *__restrict, size_t);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | string.h | 41 size_t strxfrm (char *__restrict, const char *__restrict, size_t);
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | windows.txt | 315 strxfrm
|
D | unix.txt | 827 strxfrm
|
/third_party/icu/icu4c/source/test/perf/collperf/ |
D | collperf.cpp | 134 strxfrm(posix_key, data[i].posix_data, MAX_KEY_LENGTH); in posix_key_null() 830 s = strxfrm(NULL, posix_data->dataOf(i), 0); in prepareData() 833 t = strxfrm(posix_key->last(), posix_data->dataOf(i), s); in prepareData()
|
/third_party/python/Doc/library/ |
D | locale.rst | 365 .. function:: strxfrm(string) 368 comparisons. For example, ``strxfrm(s1) < strxfrm(s2)`` is 461 :func:`strxfrm` of the :mod:`locale` module are affected.
|
/third_party/icu/icu4c/source/test/perf/collationperf/ |
D | collperf.cpp | 419 strxfrm(gFileLines[line].unixSortKey, gFileLines[line].unixName, 5000); in doKeyGen() 1652 t=strxfrm((char *)buf, gFileLines[line].unixName, sizeof(buf)); in main() 1655 t = strxfrm(gFileLines[line].unixSortKey, gFileLines[line].unixName, sizeof(buf)); in main()
|
/third_party/python/Lib/ |
D | locale.py | 97 strxfrm = _strxfrm variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 1312 /// size_t strxfrm(char *s1, const char *s2, size_t n); 1313 TLI_DEFINE_ENUM_INTERNAL(strxfrm) 1314 TLI_DEFINE_STRING_INTERNAL("strxfrm")
|
/third_party/rust/crates/libc/src/windows/ |
D | mod.rs | 371 pub fn strxfrm(s: *mut c_char, ct: *const c_char, n: size_t) -> size_t; in strxfrm() function
|
/third_party/python/Doc/howto/ |
D | sorting.rst | 311 * For locale aware sorting, use :func:`locale.strxfrm` for a key function or
|
/third_party/musl/ |
D | libc.map.txt | 1736 strxfrm;
|
/third_party/icu/tools/colprobe/ |
D | colprobeNew.cpp | 216 return (strxfrm((char *)buffer, compUTF8A, buffCapacity)+1); in UNIXgetSortKey()
|
/third_party/rust/crates/libc/src/ |
D | wasi.rs | 575 pub fn strxfrm(s: *mut c_char, ct: *const c_char, n: size_t) -> size_t; in strxfrm() function
|
/third_party/rust/crates/libc/src/solid/ |
D | mod.rs | 741 pub fn strxfrm(arg1: *mut c_char, arg2: *const c_char, arg3: size_t) -> size_t; in strxfrm() function
|