/prebuilts/go/darwin-x86/src/html/ |
entity_test.go | 17 if 1+len(k) < utf8.RuneLen(v) { 25 if 1+len(k) < utf8.RuneLen(v[0])+utf8.RuneLen(v[1]) {
|
/prebuilts/go/linux-x86/src/html/ |
entity_test.go | 17 if 1+len(k) < utf8.RuneLen(v) { 25 if 1+len(k) < utf8.RuneLen(v[0])+utf8.RuneLen(v[1]) {
|
/prebuilts/go/darwin-x86/src/unicode/utf8/ |
example_test.go | 147 fmt.Println(utf8.RuneLen('a')) 148 fmt.Println(utf8.RuneLen('?'))
|
utf8.go | 318 // RuneLen returns the number of bytes required to encode the rune. 320 func RuneLen(r rune) int {
|
utf8_test.go | 336 if size := RuneLen(tt.r); size != tt.size { 337 t.Errorf("RuneLen(%#U) = %d, want %d", tt.r, size, tt.size)
|
/prebuilts/go/linux-x86/src/unicode/utf8/ |
example_test.go | 147 fmt.Println(utf8.RuneLen('a')) 148 fmt.Println(utf8.RuneLen('?'))
|
utf8.go | 318 // RuneLen returns the number of bytes required to encode the rune. 320 func RuneLen(r rune) int {
|
utf8_test.go | 336 if size := RuneLen(tt.r); size != tt.size { 337 t.Errorf("RuneLen(%#U) = %d, want %d", tt.r, size, tt.size)
|
/external/libutf/ |
rune.3 | 11 runetochar, chartorune, runelen, runenlen, fullrune, utfecpy, utflen, utfnlen, utfrune, utfrrune, utfutf \- rune/UTF conversion 23 int runelen(long r) 82 .I Runelen
|
utf.h | 68 // runelen returns the number of bytes required to convert r into UTF. 70 int runelen(Rune r);
|
rune.c | 306 runelen(Rune rune) function
|
/external/regex-re2/util/ |
rune.cc | 182 runelen(Rune rune) function in namespace:re2
|
/prebuilts/go/darwin-x86/pkg/darwin_amd64/unicode/ |
utf8.a | 19 func @"".RuneLen (@"".r·2 rune) (? int) 146 )L ?~ Tgclocals·2fccd208efe70893f9ac8d682812ae72 Tgclocals·23e8278e2b69a3a75fa59b23c49ed6ad `prebuilts/go/darwin-x86/src/unicode/utf8/utf8.go?"".RuneLen |