1
0
mirror of https://github.com/golang/go synced 2024-10-04 10:11:21 -06:00
go/src/pkg/exp/norm
2011-09-19 17:30:19 +02:00
..
composition_test.go exp/norm: implementation of decomposition and composing functionality. 2011-08-17 18:12:39 +10:00
composition.go exp/norm: added Reader and Writer and bug fixes to support these. 2011-09-02 12:39:35 +02:00
forminfo.go exp/norm: added Reader and Writer and bug fixes to support these. 2011-09-02 12:39:35 +02:00
Makefile exp/norm: Added regression test tool for the standard Unicode test set. 2011-09-13 12:51:48 +02:00
maketables.go exp/norm: fixed typo. Bug exposed by gomake testtables. Changes did not affect other tests 2011-09-12 10:21:35 +02:00
maketesttables.go exp/norm: changed trie to produce smaller tables. 2011-09-16 11:27:05 +02:00
norm_test.go exp/norm: fix build by adding a test placeholder 2011-08-05 08:25:49 +10:00
normalize_test.go exp/norm: performance improvements of quickSpan 2011-09-05 19:09:20 +02:00
normalize.go exp/norm: performance improvements of quickSpan 2011-09-05 19:09:20 +02:00
normregtest.go exp/norm: Adopt regexp to exp/regexp semantics. 2011-09-19 17:30:19 +02:00
readwriter_test.go exp/norm: added Reader and Writer and bug fixes to support these. 2011-09-02 12:39:35 +02:00
readwriter.go exp/norm: added Reader and Writer and bug fixes to support these. 2011-09-02 12:39:35 +02:00
tables.go exp/norm: changed trie to produce smaller tables. 2011-09-16 11:27:05 +02:00
trie_test.go exp/norm: changed trie to produce smaller tables. 2011-09-16 11:27:05 +02:00
trie.go exp/norm: changed trie to produce smaller tables. 2011-09-16 11:27:05 +02:00
triedata_test.go exp/norm: changed trie to produce smaller tables. 2011-09-16 11:27:05 +02:00
triegen.go exp/norm: changed trie to produce smaller tables. 2011-09-16 11:27:05 +02:00