1
0
mirror of https://github.com/golang/go synced 2024-10-05 06:11:21 -06:00
go/src/pkg/unicode
Rui Ueyama 446d90d727 unicode/utf8: minor code simplification
It's a little bit waste to check if r is not a surrogate
code point because RuneError is not a surrogate code point.

LGTM=iant
R=golang-codereviews, iant
CC=golang-codereviews
https://golang.org/cl/79230043
2014-03-23 15:44:29 -07:00
..
utf8 unicode/utf8: minor code simplification 2014-03-23 15:44:29 -07:00
utf16 unicode/utf16: remove unnecessary type conversions 2014-03-23 15:07:26 -07:00
casetables.go
digit_test.go
digit.go unicode: performance improvements (API change) 2012-09-21 00:35:25 -04:00
graphic_test.go unicode: add "In" function to test membership of a rune 2013-07-24 10:27:58 +10:00
graphic.go unicode: add "In" function to test membership of a rune 2013-07-24 10:27:58 +10:00
letter_test.go unicode: minor cleanup 2014-03-19 10:14:04 -07:00
letter.go unicode: delete appearance of unused LowerUpper term from comment 2014-01-31 15:10:18 -08:00
Makefile
maketables.go unicode: upgrade to Unicode 6.3.0 2014-02-18 20:12:59 +01:00
script_test.go unicode: upgrade to Unicode 6.3.0 2014-02-18 20:12:59 +01:00
tables.go unicode: upgrade to Unicode 6.3.0 2014-02-18 20:12:59 +01:00