OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:runeself
(Results
1 - 25
of
80
) sorted by null
1
2
3
4
/external/libutf/
utflen.c
29
if(c <
Runeself
) {
utfnlen.c
30
if(c <
Runeself
){
utfrrune.c
33
if(c1 <
Runeself
) { /* one byte rune */
utfrune.c
32
if(c1 <
Runeself
) { /* one byte rune */
/external/regex-re2/util/
utf.h
30
Runeself
= 0x80, /* rune and UTF sequences are the same (<) */
rune.cc
219
if(c <
Runeself
) {
242
if(c1 <
Runeself
) { /* one byte rune */
/prebuilts/go/darwin-x86/src/encoding/json/
fold.go
37
if b >= utf8.
RuneSelf
{
67
if tb < utf8.
RuneSelf
{
fold_test.go
89
if r >= utf8.
RuneSelf
{
/prebuilts/go/linux-x86/src/encoding/json/
fold.go
37
if b >= utf8.
RuneSelf
{
67
if tb < utf8.
RuneSelf
{
fold_test.go
89
if r >= utf8.
RuneSelf
{
/prebuilts/go/darwin-x86/src/unicode/utf8/
utf8.go
16
RuneSelf
= 0x80 // characters below
Runeself
are represented as themselves in a single byte.
254
if r <
RuneSelf
{
293
if r <
RuneSelf
{
373
if p[i] <
RuneSelf
{
400
if p[i] <
RuneSelf
{
406
// below
RuneSelf
) were handled above.
/prebuilts/go/linux-x86/src/unicode/utf8/
utf8.go
16
RuneSelf
= 0x80 // characters below
Runeself
are represented as themselves in a single byte.
254
if r <
RuneSelf
{
293
if r <
RuneSelf
{
373
if p[i] <
RuneSelf
{
400
if p[i] <
RuneSelf
{
406
// below
RuneSelf
) were handled above.
/prebuilts/go/darwin-x86/src/bytes/
bytes.go
175
if r < utf8.
RuneSelf
{
367
if r >= utf8.
RuneSelf
{
488
if i >= 0 && s[i] >= utf8.
RuneSelf
{
543
if r >= utf8.
RuneSelf
{
560
if r >= utf8.
RuneSelf
{
667
if s[0] < utf8.
RuneSelf
{
673
if t[0] < utf8.
RuneSelf
{
692
if tr < utf8.
RuneSelf
&& 'A' <= sr && sr <= 'Z' {
reader.go
91
if c := r.s[r.i]; c < utf8.
RuneSelf
{
/prebuilts/go/linux-x86/src/bytes/
bytes.go
175
if r < utf8.
RuneSelf
{
367
if r >= utf8.
RuneSelf
{
488
if i >= 0 && s[i] >= utf8.
RuneSelf
{
543
if r >= utf8.
RuneSelf
{
560
if r >= utf8.
RuneSelf
{
667
if s[0] < utf8.
RuneSelf
{
673
if t[0] < utf8.
RuneSelf
{
692
if tr < utf8.
RuneSelf
&& 'A' <= sr && sr <= 'Z' {
/prebuilts/go/darwin-x86/src/strings/
strings.go
224
case r < utf8.
RuneSelf
:
443
if r >= utf8.
RuneSelf
{
560
if i >= 0 && s[i] >= utf8.
RuneSelf
{
595
if r >= utf8.
RuneSelf
{
721
if s[0] < utf8.
RuneSelf
{
727
if t[0] < utf8.
RuneSelf
{
746
if tr < utf8.
RuneSelf
&& 'A' <= sr && sr <= 'Z' {
reader.go
90
if c := r.s[r.i]; c < utf8.
RuneSelf
{
/prebuilts/go/linux-x86/src/strings/
strings.go
224
case r < utf8.
RuneSelf
:
443
if r >= utf8.
RuneSelf
{
560
if i >= 0 && s[i] >= utf8.
RuneSelf
{
595
if r >= utf8.
RuneSelf
{
721
if s[0] < utf8.
RuneSelf
{
727
if t[0] < utf8.
RuneSelf
{
746
if tr < utf8.
RuneSelf
&& 'A' <= sr && sr <= 'Z' {
/prebuilts/go/darwin-x86/src/net/http/
lex.go
160
if b >= utf8.
RuneSelf
{
/prebuilts/go/darwin-x86/src/strconv/
quote.go
22
if r >= utf8.
RuneSelf
{
37
if r < utf8.
RuneSelf
&& IsPrint(r) {
200
case c >= utf8.
RuneSelf
:
351
if c < utf8.
RuneSelf
|| !multibyte {
/prebuilts/go/linux-x86/src/net/http/
lex.go
160
if b >= utf8.
RuneSelf
{
/prebuilts/go/linux-x86/src/strconv/
quote.go
22
if r >= utf8.
RuneSelf
{
37
if r < utf8.
RuneSelf
&& IsPrint(r) {
200
case c >= utf8.
RuneSelf
:
351
if c < utf8.
RuneSelf
|| !multibyte {
/prebuilts/go/darwin-x86/src/runtime/
string.go
232
if c <
runeself
{
250
if c <
runeself
{
/prebuilts/go/linux-x86/src/runtime/
string.go
232
if c <
runeself
{
250
if c <
runeself
{
/prebuilts/go/darwin-x86/src/net/http/cookiejar/
punycode.go
154
if s[i] >= utf8.
RuneSelf
{
Completed in 286 milliseconds
1
2
3
4