]> Cypherpunks repositories - gostls13.git/commit
exp/locale/collate: implementation of main collation functionality for
authorMarcel van Lohuizen <mpvl@golang.org>
Thu, 17 May 2012 17:48:56 +0000 (19:48 +0200)
committerMarcel van Lohuizen <mpvl@golang.org>
Thu, 17 May 2012 17:48:56 +0000 (19:48 +0200)
commitec099b2bc7ef98af4711f4dab200ffadb26d24df
treeb0c4c2ffab3fb16e0fe6e19952c8bcc412ee4900
parenta2004546a9ec3b4c9e60fb916a5ecd94f81f718e
exp/locale/collate: implementation of main collation functionality for
key and simple comparisson. Search is not yet implemented in this CL.
Changed some of the types of table_test.go to allow reuse in the new test.
Also reduced number of primary values for illegal runes to 1 (both map to
the same).

R=r
CC=golang-dev
https://golang.org/cl/6202062
src/pkg/exp/locale/collate/build/colelem.go
src/pkg/exp/locale/collate/colelem.go
src/pkg/exp/locale/collate/collate.go
src/pkg/exp/locale/collate/collate_test.go [new file with mode: 0644]
src/pkg/exp/locale/collate/export_test.go
src/pkg/exp/locale/collate/table_test.go