Home
last modified time | relevance | path

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

/external/syzkaller/vendor/golang.org/x/text/unicode/norm/
Dcomposition.go309 hangulBase = 0xAC00 // UTF-8(hangulBase) -> EA B0 80 const
314 hangulEnd = hangulBase + jamoLVTCount // UTF-8(0xD7A4) -> ED 9E A4
388 c -= hangulBase
396 r -= hangulBase
412 r -= hangulBase
444 rb.assignRune(s, hangulBase+
446 case hangulBase <= l && l < hangulEnd &&
448 ((l-hangulBase)%jamoTCount) == 0: