Home
last modified time | relevance | path

Searched refs:runeAt (Results 1 – 1 of 1) sorted by relevance

/external/syzkaller/vendor/golang.org/x/text/unicode/norm/
Dcomposition.go294 func (rb *reorderBuffer) runeAt(n int) rune { func
438 l := rb.runeAt(s) // also used to compare to hangulBase
439 v := rb.runeAt(i) // also used to compare to jamoT
497 combined := combine(rb.runeAt(s), rb.runeAt(i))