aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/icu/Collate.cxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib/icu/Collate: remove GLib implementationMax Kellermann2015-06-271-9/+0
* lib/icu/Collate: use LCMapStringEx() on WindowsMax Kellermann2015-06-271-0/+29
* lib/icu/{Converter,Collate}: return AllocatedStringMax Kellermann2015-06-251-13/+9
* lib/icu/Collate: fall back to strxfrm()Max Kellermann2015-06-251-2/+16
* lib/icu/Collate: fix indentMax Kellermann2015-06-251-3/+3
* lib/icu/Collate: fall back to strcoll() instead of strcasecmp()Max Kellermann2015-06-231-1/+1
* lib/icu/Collate: use CompareStringEx() on WindowsMax Kellermann2015-06-231-0/+26
* Copyright year 2015Max Kellermann2015-01-011-1/+1
* Merge branch 'v0.19.x'Max Kellermann2014-12-261-0/+6
|\
| * fs/Traits, ...: work around -Wtautological-pointer-compareMax Kellermann2014-12-261-0/+6
* | lib/icu/Collate: move code to Util.cxxMax Kellermann2014-11-301-44/+1
|/
* icu: include strings.h for strcasecmpFrançois Revol2014-08-161-0/+1
* lib/icu: add IcuInit(), IcuFinish()Max Kellermann2014-06-101-8/+2
* icu/Collate: use u_strFoldCase() instead of ucol_getSortKey()Max Kellermann2014-05-121-10/+41
* icu/Collate: UCharFromUTF8() returns WritableBuffer<UChar>Max Kellermann2014-05-121-19/+20
* icu/Collate: initialize error_codeMax Kellermann2014-05-121-1/+1
* icu/Collate: fix memory leak in IcuCaseFold()Max Kellermann2014-04-091-0/+1
* icu/Collate: pass UErrorCode* to ucol_strcollUTF8()Max Kellermann2014-02-241-1/+2
* icu/Collate: initialize the error code before ucol_open()Max Kellermann2014-02-241-1/+1
* SongSort, ...: use libicu instead of GLib's g_utf8_*()Max Kellermann2014-02-241-0/+170