1
0
mirror of https://github.com/golang/go synced 2024-10-05 10:31:22 -06:00
go/src/pkg/exp/locale/collate
Marcel van Lohuizen de0c1c9cf5 exp/locale/collate: somehow an incorrect version of tables was checked in earlier.
Regenerated tables using maketables.

R=r, rsc
CC=golang-dev
https://golang.org/cl/6248067
2012-06-04 18:35:26 +02:00
..
build exp/locale/collate: avoid double building in maketables.go. Also added check. 2012-05-30 17:47:56 +02:00
colelem_test.go exp/locale/collate: from the regression test we derive that the spec 2012-05-07 11:51:40 +02:00
colelem.go exp/locale/collate: avoid 16-bit math 2012-05-24 14:50:36 -04:00
collate_test.go exp/locale/collate: implementation of main collation functionality for 2012-05-17 19:48:56 +02:00
collate.go exp/locale/collate: implementation of main collation functionality for 2012-05-17 19:48:56 +02:00
contract_test.go exp/locale/collate: implementation of trie that is used for detecting contractions. 2012-04-25 13:15:48 +02:00
contract.go exp/locale/collate: implementation of trie that is used for detecting contractions. 2012-04-25 13:15:48 +02:00
export_test.go exp/locale/collate: implementation of main collation functionality for 2012-05-17 19:48:56 +02:00
export.go exp/locale/collate: Added skeleton for the higher-level types to provide 2012-04-25 13:19:00 +02:00
Makefile exp/locale/collate: Add maketables tool and generated tables. 2012-05-09 12:03:55 +02:00
maketables.go exp/locale/collate: Add maketables tool and generated tables. 2012-05-09 12:03:55 +02:00
table_test.go exp/locale/collate: implementation of main collation functionality for 2012-05-17 19:48:56 +02:00
table.go exp/locale/collate: Added skeleton for the higher-level types to provide 2012-04-25 13:19:00 +02:00
tables.go exp/locale/collate: somehow an incorrect version of tables was checked in earlier. 2012-06-04 18:35:26 +02:00
trie_test.go exp/locale/collate: fixed two bugs uncovered by regression tests. 2012-05-02 17:01:41 +02:00
trie.go exp/locale/collate: fixed two bugs uncovered by regression tests. 2012-05-02 17:01:41 +02:00