Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Or32 (0.04 sec)

  1. src/regexp/syntax/parse.go

    		} else {
    			r = appendClass(r, tmp)
    		}
    	}
    	return r
    }
    
    var anyTable = &unicode.RangeTable{
    	R16: []unicode.Range16{{Lo: 0, Hi: 1<<16 - 1, Stride: 1}},
    	R32: []unicode.Range32{{Lo: 1 << 16, Hi: unicode.MaxRune, Stride: 1}},
    }
    
    // unicodeTable returns the unicode.RangeTable identified by name
    // and the table of additional fold-equivalent code points.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 13:59:01 UTC 2024
    - 52.1K bytes
    - Viewed (0)
Back to top