/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/glib/glib/ |
D | gunicollate.c | 55 return strxfrm (&tmp, string2, 1); in msc_strxfrm_wrapper() 57 return strxfrm (string1, string2, count); in msc_strxfrm_wrapper() 59 #define strxfrm msc_strxfrm_wrapper macro 430 xfrm_len = strxfrm (NULL, str_norm, 0); in g_utf8_collate_key() 434 strxfrm (result, str_norm, xfrm_len + 1); in g_utf8_collate_key() 443 xfrm_len = strxfrm (NULL, str_locale, 0); in g_utf8_collate_key() 454 strxfrm (result + 1, str_locale, xfrm_len + 1); in g_utf8_collate_key()
|
/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/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/boost/libs/regex/src/ |
D | c_regex_traits.cpp | 34 using ::strxfrm; using ::isspace; 55 while(s < (r = std::strxfrm(&*result.begin(), src.c_str(), s))) in transform()
|
/third_party/boost/boost/compatibility/cpp_c_headers/ |
D | cstring | 21 using ::strxfrm;
|
/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/boost/libs/regex/test/collate_info/ |
D | collate_info.cpp | 26 using ::strxfrm; 69 std::size_t len = std::strxfrm(buf, cbuf, 50); in print_c_char()
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | string.h | 41 size_t strxfrm (char *__restrict, const char *__restrict, size_t);
|
/third_party/musl/porting/linux/user/include/ |
D | string.h | 41 size_t strxfrm (char *__restrict, const char *__restrict, size_t);
|
/third_party/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/ndk_musl_include/ |
D | string.h | 41 size_t strxfrm (char *__restrict, const char *__restrict, size_t);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | string.h | 41 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/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/python/Doc/howto/ |
D | sorting.rst | 311 * For locale aware sorting, use :func:`locale.strxfrm` for a key function or
|
/third_party/icu/tools/colprobe/ |
D | colprobeNew.cpp | 216 return (strxfrm((char *)buffer, compUTF8A, buffCapacity)+1); in UNIXgetSortKey()
|
/third_party/musl/ |
D | libc.map.txt | 1732 strxfrm;
|
/third_party/icu/docs/userguide/collation/ |
D | api.md | 166 `ucol_getSortKey` | `Collator::getSortKey` | `Collator.getCollationKey` | `strxfrm` | `LCMapS…
|