go/src/unicode
Jes Cok 267323ef2d all: calculate the median uniformly
Like sort.Search, use "h := int(uint(i+j) >> 1)" style code to calculate
the median.

Change-Id: Ifb1a19dde1c6ed6c1654bc642fc9565a8b6c5fc4
GitHub-Last-Rev: e2213b7388
GitHub-Pull-Request: golang/go#62503
Reviewed-on: https://go-review.googlesource.com/c/go/+/526496
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
2023-09-09 01:46:03 +00:00
..
utf8
utf16 utf16: reduce utf16.Decode allocations 2023-01-23 20:59:01 +00:00
casetables.go
digit.go
digit_test.go
example_test.go
graphic.go
graphic_test.go
letter.go all: calculate the median uniformly 2023-09-09 01:46:03 +00:00
letter_test.go all: calculate the median uniformly 2023-09-09 01:46:03 +00:00
script_test.go
tables.go all: upgrade Unicode from 13.0.0 to 15.0.0 2023-02-06 04:29:53 +00:00