History log of /haiku/src/tests/kits/locale/CollatorTest.cpp (Results 1 – 2 of 2)
Revision Date Author Comments
# a19a18f5 28-May-2017 Adrien Destugues <pulkomandy@pulkomandy.tk>

Rework BCollator API

- Strength is now set once, instead of at each comparison, to improve
performance and fix potential locking issues
- Add a way to enable "numeric" collation (aka "natural orde

Rework BCollator API

- Strength is now set once, instead of at each comparison, to improve
performance and fix potential locking issues
- Add a way to enable "numeric" collation (aka "natural order")

show more ...


# 706f3f53 29-Sep-2014 Adrien Destugues <pulkomandy@gmail.com>

Convert collator test to cppunit.