Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for MaxCase (0.09 sec)

  1. src/go/internal/gccgoimporter/testdata/unicode.gox

    var Lydian <type 1>;
    var M <type 1>;
    var Mahajani <type 1>;
    var Malayalam <type 1>;
    var Mandaic <type 1>;
    var Manichaean <type 1>;
    var Marchen <type 1>;
    var Mark <type 1>;
    const MaxASCII = 127' ;
    const MaxCase = 3 ;
    const MaxLatin1 = 255' ;
    const MaxRune = 1114111' ;
    var Mc <type 1>;
    var Me <type 1>;
    var Meetei_Mayek <type 1>;
    var Mende_Kikakui <type 1>;
    var Meroitic_Cursive <type 1>;
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 30 21:33:51 UTC 2021
    - 7.3K bytes
    - Viewed (0)
  2. src/math/big/intconv.go

    // error case, the value of z is undefined but the returned value is nil. The
    // syntax follows the syntax of integer literals in Go.
    //
    // The base argument must be 0 or a value from 2 through MaxBase. If the base
    // is 0, the string prefix determines the actual conversion base. A prefix of
    // “0b” or “0B” selects base 2; a “0”, “0o”, or “0O” prefix selects
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 11:59:09 UTC 2023
    - 6.7K bytes
    - Viewed (0)
Back to top