Home
last modified time | relevance | path

Searched refs:octalDigits (Results 1 – 25 of 47) sorted by relevance

12

/dports/devel/php-ice37/ice-3.7.2/csharp/src/Ice/
H A DOptions.cs260 const string octalDigits = "01234567"; in split()
263 … for(j = i; j < i + 3 && j < l.Length && octalDigits.IndexOf(c = l[j]) != -1; ++j) in split()
/dports/devel/ice37/ice-3.7.2/csharp/src/Ice/
H A DOptions.cs260 const string octalDigits = "01234567"; in split()
263 … for(j = i; j < i + 3 && j < l.Length && octalDigits.IndexOf(c = l[j]) != -1; ++j) in split()
/dports/devel/py-ice37/ice-3.7.2/csharp/src/Ice/
H A DOptions.cs260 const string octalDigits = "01234567"; in split()
263 … for(j = i; j < i + 3 && j < l.Length && octalDigits.IndexOf(c = l[j]) != -1; ++j) in split()
/dports/devel/php-ice37/ice-3.7.2/java/src/Ice/src/main/java/com/zeroc/IceUtilInternal/
H A DOptions.java257 final String octalDigits = "01234567"; in split() local
261 … j < i + 3 && j < line.length() && octalDigits.indexOf(c = line.charAt(j)) != -1; in split()
/dports/devel/php-ice37/ice-3.7.2/java-compat/src/Ice/src/main/java/IceUtilInternal/
H A DOptions.java255 final String octalDigits = "01234567"; in split() local
259 … j < i + 3 && j < line.length() && octalDigits.indexOf(c = line.charAt(j)) != -1; in split()
/dports/devel/ice37/ice-3.7.2/java/src/Ice/src/main/java/com/zeroc/IceUtilInternal/
H A DOptions.java257 final String octalDigits = "01234567"; in split() local
261 … j < i + 3 && j < line.length() && octalDigits.indexOf(c = line.charAt(j)) != -1; in split()
/dports/devel/ice37/ice-3.7.2/java-compat/src/Ice/src/main/java/IceUtilInternal/
H A DOptions.java255 final String octalDigits = "01234567"; in split() local
259 … j < i + 3 && j < line.length() && octalDigits.indexOf(c = line.charAt(j)) != -1; in split()
/dports/devel/py-ice37/ice-3.7.2/java-compat/src/Ice/src/main/java/IceUtilInternal/
H A DOptions.java255 final String octalDigits = "01234567"; in split() local
259 … j < i + 3 && j < line.length() && octalDigits.indexOf(c = line.charAt(j)) != -1; in split()
/dports/devel/py-ice37/ice-3.7.2/java/src/Ice/src/main/java/com/zeroc/IceUtilInternal/
H A DOptions.java257 final String octalDigits = "01234567"; in split() local
261 … j < i + 3 && j < line.length() && octalDigits.indexOf(c = line.charAt(j)) != -1; in split()
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/fmt/
H A Dscan.go560 octalDigits = "01234567" const
579 digits = octalDigits
627 return 0, octalDigits + "_", true
632 return 0, octalDigits + "_", true
/dports/lang/gcc10/gcc-10.3.0/libgo/go/fmt/
H A Dscan.go560 octalDigits = "01234567" const
579 digits = octalDigits
627 return 0, octalDigits + "_", true
632 return 0, octalDigits + "_", true
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/fmt/
H A Dscan.go560 octalDigits = "01234567" const
579 digits = octalDigits
627 return 0, octalDigits + "_", true
632 return 0, octalDigits + "_", true
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/fmt/
H A Dscan.go560 octalDigits = "01234567" const
579 digits = octalDigits
627 return 0, octalDigits + "_", true
632 return 0, octalDigits + "_", true
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/fmt/
H A Dscan.go560 octalDigits = "01234567" const
579 digits = octalDigits
627 return 0, octalDigits + "_", true
632 return 0, octalDigits + "_", true
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/fmt/
H A Dscan.go560 octalDigits = "01234567" const
579 digits = octalDigits
627 return 0, octalDigits + "_", true
632 return 0, octalDigits + "_", true
/dports/lang/gcc11/gcc-11.2.0/libgo/go/fmt/
H A Dscan.go560 octalDigits = "01234567" const
579 digits = octalDigits
627 return 0, octalDigits + "_", true
632 return 0, octalDigits + "_", true
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/fmt/
H A Dscan.go560 octalDigits = "01234567" const
579 digits = octalDigits
627 return 0, octalDigits + "_", true
632 return 0, octalDigits + "_", true
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/fmt/
H A Dscan.go560 octalDigits = "01234567" const
579 digits = octalDigits
627 return 0, octalDigits + "_", true
632 return 0, octalDigits + "_", true
/dports/devel/ice37/ice-3.7.2/cpp/src/Slice/
H A DScanner.l329 static string octalDigits = "01234567";
335 if(octalDigits.find_first_of(static_cast<char>(next)) == string::npos)
/dports/devel/php-ice37/ice-3.7.2/cpp/src/Slice/
H A DScanner.l329 static string octalDigits = "01234567";
335 if(octalDigits.find_first_of(static_cast<char>(next)) == string::npos)
/dports/devel/py-ice37/ice-3.7.2/cpp/src/Slice/
H A DScanner.l329 static string octalDigits = "01234567";
335 if(octalDigits.find_first_of(static_cast<char>(next)) == string::npos)
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/fmt/
H A Dscan.go577 octalDigits = "01234567" const
596 digits = octalDigits
639 base, digits = 8, octalDigits
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/fmt/
H A Dscan.go575 octalDigits = "01234567" const
594 digits = octalDigits
637 base, digits = 8, octalDigits
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/fmt/
H A Dscan.go575 octalDigits = "01234567" const
594 digits = octalDigits
637 base, digits = 8, octalDigits
/dports/lang/gcc8/gcc-8.5.0/libgo/go/fmt/
H A Dscan.go560 octalDigits = "01234567" const
579 digits = octalDigits
622 base, digits = 8, octalDigits

12