]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: nlsfuncs.cc: introduce collating elements and helper functions
authorCorinna Vinschen <corinna@vinschen.de>
Mon, 20 Feb 2023 21:38:41 +0000 (22:38 +0100)
committerCorinna Vinschen <corinna@vinschen.de>
Mon, 20 Feb 2023 21:38:52 +0000 (22:38 +0100)
commit1eadb2388737d5411941be3fef07bec8a148cd42
treeb156faed1a73b600f6471d6b2af2748b1292ce5f
parentffba9604d10fa0df27eea5e1930a215086608581
Cygwin: nlsfuncs.cc: introduce collating elements and helper functions

lc_collelem.h: autogenerated table of collating element, taken
               from glibc

is_unicode_coll_elem: Check if a UTF-32 string is a collating element
next_unicode_char: return length of prefix from a string constituting
                   a complete character in the current locale, taking
                   collating elements into acocunt.
winsup/cygwin/local_includes/collate.h
winsup/cygwin/local_includes/lc_collelem.h [new file with mode: 0644]
winsup/cygwin/nlsfuncs.cc
This page took 0.032626 seconds and 5 git commands to generate.