aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/icu/Collate.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2014-12-26fs/Traits, ...: work around -Wtautological-pointer-compareMax Kellermann1-0/+6
2014-11-30lib/icu/Collate: move code to Util.cxxMax Kellermann1-44/+1
2014-08-16icu: include strings.h for strcasecmpFrançois Revol1-0/+1
2014-06-10lib/icu: add IcuInit(), IcuFinish()Max Kellermann1-8/+2
2014-05-12icu/Collate: use u_strFoldCase() instead of ucol_getSortKey()Max Kellermann1-10/+41
2014-05-12icu/Collate: UCharFromUTF8() returns WritableBuffer<UChar>Max Kellermann1-19/+20
2014-05-12icu/Collate: initialize error_codeMax Kellermann1-1/+1
2014-04-09icu/Collate: fix memory leak in IcuCaseFold()Max Kellermann1-0/+1
2014-02-24icu/Collate: pass UErrorCode* to ucol_strcollUTF8()Max Kellermann1-1/+2
2014-02-24icu/Collate: initialize the error code before ucol_open()Max Kellermann1-1/+1
2014-02-24SongSort, ...: use libicu instead of GLib's g_utf8_*()Max Kellermann1-0/+170