Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dop251/goja
/ unicodeStringFromRunes
Function
unicodeStringFromRunes
string_unicode.go:562–564 ·
view source on GitHub ↗
(r []rune)
Source
from the content-addressed store, hash-verified
560
}
561
562
func
unicodeStringFromRunes(r []rune) unicodeString {
563
return
unistring.NewFromRunes(r).AsUtf16()
564
}
565
566
func
toLower(s string) String {
567
caser := cases.Lower(language.Und)
Callers
4
toLower
Function · 0.85
TestValueStringBuilder
Function · 0.85
TestEscapeInvalidUtf16
Function · 0.85
_decode
Method · 0.85
Calls
2
NewFromRunes
Function · 0.92
AsUtf16
Method · 0.80
Tested by
2
TestValueStringBuilder
Function · 0.68
TestEscapeInvalidUtf16
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…