Home
last modified time | relevance | path

Searched refs:strxfrm (Results 1 – 25 of 31) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/locale/
Dstrxfrm.c31 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()
Dtest_src_functionalext_supplement_locale.gni21 "strxfrm",
/third_party/glib/glib/
Dgunicollate.c55 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/
Dstrxfrm.c13 size_t strxfrm(char *restrict dest, const char *restrict src, size_t n) in strxfrm() function
/third_party/python/Lib/test/
Dtest_locale.py355 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/
Dc_regex_traits.cpp34 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/
Dcstring21 using ::strxfrm;
/third_party/musl/libc-test/src/api/
Dstring.c29 {size_t(*p)(char*restrict,const char*restrict,size_t) = strxfrm;} in f()
/third_party/boost/libs/regex/test/collate_info/
Dcollate_info.cpp26 using ::strxfrm;
69 std::size_t len = std::strxfrm(buf, cbuf, 50); in print_c_char()
/third_party/musl/porting/uniproton/kernel/include/
Dstring.h41 size_t strxfrm (char *__restrict, const char *__restrict, size_t);
/third_party/musl/porting/linux/user/include/
Dstring.h41 size_t strxfrm (char *__restrict, const char *__restrict, size_t);
/third_party/musl/include/
Dstring.h41 size_t strxfrm (char *__restrict, const char *__restrict, size_t);
/third_party/musl/porting/liteos_m/user/include/
Dstring.h41 size_t strxfrm (char *__restrict, const char *__restrict, size_t);
/third_party/musl/ndk_musl_include/
Dstring.h41 size_t strxfrm (char *__restrict, const char *__restrict, size_t);
/third_party/musl/porting/liteos_a/kernel/include/
Dstring.h41 size_t strxfrm (char *__restrict, const char *__restrict, size_t);
/third_party/musl/porting/liteos_m/kernel/include/
Dstring.h41 size_t strxfrm (char *__restrict, const char *__restrict, size_t);
/third_party/icu/icu4c/source/test/perf/collperf/
Dcollperf.cpp134 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/
Dlocale.rst365 .. 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/
Dcollperf.cpp419 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/
Dlocale.py97 strxfrm = _strxfrm variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def1312 /// 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/
Dsorting.rst311 * For locale aware sorting, use :func:`locale.strxfrm` for a key function or
/third_party/icu/tools/colprobe/
DcolprobeNew.cpp216 return (strxfrm((char *)buffer, compUTF8A, buffCapacity)+1); in UNIXgetSortKey()
/third_party/musl/
Dlibc.map.txt1732 strxfrm;
/third_party/icu/docs/userguide/collation/
Dapi.md166 `ucol_getSortKey` | `Collator::getSortKey` | `Collator.getCollationKey` | `strxfrm` | `LCMapS…

12