Home
last modified time | relevance | path

Searched refs:toDigit (Results 1 – 25 of 118) sorted by relevance

12345

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/security/util/
H A DDerInputBuffer.java318 year += toDigit(buf[pos++], type); in getTime()
323 year += toDigit(buf[pos++], type); in getTime()
332 month += toDigit(buf[pos++], type); in getTime()
334 day = 10 * toDigit(buf[pos++], type); in getTime()
335 day += toDigit(buf[pos++], type); in getTime()
338 hour += toDigit(buf[pos++], type); in getTime()
341 minute += toDigit(buf[pos++], type); in getTime()
427 hr += toDigit(buf[pos++], type); in getTime()
429 min += toDigit(buf[pos++], type); in getTime()
442 hr += toDigit(buf[pos++], type); in getTime()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/sun/security/util/
H A DDerInputBuffer.java318 year += toDigit(buf[pos++], type); in getTime()
323 year += toDigit(buf[pos++], type); in getTime()
332 month += toDigit(buf[pos++], type); in getTime()
334 day = 10 * toDigit(buf[pos++], type); in getTime()
335 day += toDigit(buf[pos++], type); in getTime()
338 hour += toDigit(buf[pos++], type); in getTime()
341 minute += toDigit(buf[pos++], type); in getTime()
427 hr += toDigit(buf[pos++], type); in getTime()
429 min += toDigit(buf[pos++], type); in getTime()
442 hr += toDigit(buf[pos++], type); in getTime()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/security/util/
H A DDerInputBuffer.java318 year += toDigit(buf[pos++], type); in getTime()
323 year += toDigit(buf[pos++], type); in getTime()
332 month += toDigit(buf[pos++], type); in getTime()
334 day = 10 * toDigit(buf[pos++], type); in getTime()
335 day += toDigit(buf[pos++], type); in getTime()
338 hour += toDigit(buf[pos++], type); in getTime()
341 minute += toDigit(buf[pos++], type); in getTime()
427 hr += toDigit(buf[pos++], type); in getTime()
429 min += toDigit(buf[pos++], type); in getTime()
442 hr += toDigit(buf[pos++], type); in getTime()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/security/util/
H A DDerInputBuffer.java318 year += toDigit(buf[pos++], type); in getTime()
323 year += toDigit(buf[pos++], type); in getTime()
332 month += toDigit(buf[pos++], type); in getTime()
334 day = 10 * toDigit(buf[pos++], type); in getTime()
335 day += toDigit(buf[pos++], type); in getTime()
338 hour += toDigit(buf[pos++], type); in getTime()
341 minute += toDigit(buf[pos++], type); in getTime()
427 hr += toDigit(buf[pos++], type); in getTime()
429 min += toDigit(buf[pos++], type); in getTime()
442 hr += toDigit(buf[pos++], type); in getTime()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/sun/security/util/
H A DDerInputBuffer.java318 year += toDigit(buf[pos++], type); in getTime()
323 year += toDigit(buf[pos++], type); in getTime()
332 month += toDigit(buf[pos++], type); in getTime()
334 day = 10 * toDigit(buf[pos++], type); in getTime()
335 day += toDigit(buf[pos++], type); in getTime()
338 hour += toDigit(buf[pos++], type); in getTime()
341 minute += toDigit(buf[pos++], type); in getTime()
427 hr += toDigit(buf[pos++], type); in getTime()
429 min += toDigit(buf[pos++], type); in getTime()
442 hr += toDigit(buf[pos++], type); in getTime()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/sun/security/util/
H A DDerInputBuffer.java318 year += toDigit(buf[pos++], type); in getTime()
323 year += toDigit(buf[pos++], type); in getTime()
332 month += toDigit(buf[pos++], type); in getTime()
334 day = 10 * toDigit(buf[pos++], type); in getTime()
335 day += toDigit(buf[pos++], type); in getTime()
338 hour += toDigit(buf[pos++], type); in getTime()
341 minute += toDigit(buf[pos++], type); in getTime()
427 hr += toDigit(buf[pos++], type); in getTime()
429 min += toDigit(buf[pos++], type); in getTime()
442 hr += toDigit(buf[pos++], type); in getTime()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/security/util/
H A DDerInputBuffer.java318 year += toDigit(buf[pos++], type); in getTime()
323 year += toDigit(buf[pos++], type); in getTime()
332 month += toDigit(buf[pos++], type); in getTime()
334 day = 10 * toDigit(buf[pos++], type); in getTime()
335 day += toDigit(buf[pos++], type); in getTime()
338 hour += toDigit(buf[pos++], type); in getTime()
341 minute += toDigit(buf[pos++], type); in getTime()
427 hr += toDigit(buf[pos++], type); in getTime()
429 min += toDigit(buf[pos++], type); in getTime()
442 hr += toDigit(buf[pos++], type); in getTime()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/sun/security/util/
H A DDerValue.java833 year += toDigit(buffer[pos++], type); in getTimeInternal()
838 year += toDigit(buffer[pos++], type); in getTimeInternal()
847 month = 10 * toDigit(buffer[pos++], type); in getTimeInternal()
848 month += toDigit(buffer[pos++], type); in getTimeInternal()
850 day = 10 * toDigit(buffer[pos++], type); in getTimeInternal()
851 day += toDigit(buffer[pos++], type); in getTimeInternal()
853 hour = 10 * toDigit(buffer[pos++], type); in getTimeInternal()
854 hour += toDigit(buffer[pos++], type); in getTimeInternal()
856 minute = 10 * toDigit(buffer[pos++], type); in getTimeInternal()
857 minute += toDigit(buffer[pos++], type); in getTimeInternal()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/sun/security/util/
H A DDerValue.java858 year += toDigit(buffer[pos++], type); in getTimeInternal()
863 year += toDigit(buffer[pos++], type); in getTimeInternal()
872 month = 10 * toDigit(buffer[pos++], type); in getTimeInternal()
873 month += toDigit(buffer[pos++], type); in getTimeInternal()
875 day = 10 * toDigit(buffer[pos++], type); in getTimeInternal()
876 day += toDigit(buffer[pos++], type); in getTimeInternal()
878 hour = 10 * toDigit(buffer[pos++], type); in getTimeInternal()
879 hour += toDigit(buffer[pos++], type); in getTimeInternal()
881 minute = 10 * toDigit(buffer[pos++], type); in getTimeInternal()
882 minute += toDigit(buffer[pos++], type); in getTimeInternal()
[all …]
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/parser/
H A Dqqmljsengine_p.cpp51 static inline int toDigit(char c) in toDigit() function
95 int d = toDigit(buf[i]); in integerFromString()
109 result += toDigit(buf[i]) * multiplier; in integerFromString()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/parser/
H A Dqqmljsengine_p.cpp51 static inline int toDigit(char c) in toDigit() function
95 int d = toDigit(buf[i]); in integerFromString()
109 result += toDigit(buf[i]) * multiplier; in integerFromString()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/qmljs/parser/
H A Dqmljsengine_p.cpp37 static inline int toDigit(char c) in toDigit() function
81 int d = toDigit(buf[i]); in integerFromString()
95 result += toDigit(buf[i]) * multiplier; in integerFromString()
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/qmljs/3rdparty/qtcreator-libs/qmljs/parser/
H A Dqmljsengine_p.cpp37 static inline int toDigit(char c) in toDigit() function
81 int d = toDigit(buf[i]); in integerFromString()
95 result += toDigit(buf[i]) * multiplier; in integerFromString()
/dports/devel/qbs/qbs-src-1.21.0/src/lib/corelib/parser/
H A Dqmljsengine_p.cpp49 static int toDigit(char c) in toDigit() function
93 int d = toDigit(buf[i]); in integerFromString()
107 result += toDigit(buf[i]) * multiplier; in integerFromString()
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/distribution/vendor/github.com/denverdino/aliyungo/util/
H A Dutil.go103 func toDigit(n uint32) byte { func
117 var convFuncs = []convFunc{toDigit, toLowerLetter, toUpperLetter}
131 b[0] = toDigit(n[0])
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/distribution/vendor/github.com/denverdino/aliyungo/util/
H A Dutil.go103 func toDigit(n uint32) byte { func
117 var convFuncs = []convFunc{toDigit, toLowerLetter, toUpperLetter}
131 b[0] = toDigit(n[0])
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/distribution/distribution-2.7.0/vendor/github.com/denverdino/aliyungo/util/
H A Dutil.go103 func toDigit(n uint32) byte { func
117 var convFuncs = []convFunc{toDigit, toLowerLetter, toUpperLetter}
131 b[0] = toDigit(n[0])
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/distribution/vendor/github.com/denverdino/aliyungo/util/
H A Dutil.go103 func toDigit(n uint32) byte { func
117 var convFuncs = []convFunc{toDigit, toLowerLetter, toUpperLetter}
131 b[0] = toDigit(n[0])
/dports/security/vault/vault-1.8.2/vendor/github.com/denverdino/aliyungo/util/
H A Dutil.go103 func toDigit(n uint32) byte { func
117 var convFuncs = []convFunc{toDigit, toLowerLetter, toUpperLetter}
131 b[0] = toDigit(n[0])
/dports/sysutils/consul/consul-1.10.3/vendor/github.com/denverdino/aliyungo/util/
H A Dutil.go103 func toDigit(n uint32) byte { func
117 var convFuncs = []convFunc{toDigit, toLowerLetter, toUpperLetter}
131 b[0] = toDigit(n[0])
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/distribution/vendor/github.com/denverdino/aliyungo/util/
H A Dutil.go103 func toDigit(n uint32) byte { func
117 var convFuncs = []convFunc{toDigit, toLowerLetter, toUpperLetter}
131 b[0] = toDigit(n[0])
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/vendor/github.com/denverdino/aliyungo/util/
H A Dutil.go103 func toDigit(n uint32) byte { func
117 var convFuncs = []convFunc{toDigit, toLowerLetter, toUpperLetter}
131 b[0] = toDigit(n[0])
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-discover/provider/aliyun/vendor/github.com/denverdino/aliyungo/util/
H A Dutil.go103 func toDigit(n uint32) byte { func
117 var convFuncs = []convFunc{toDigit, toLowerLetter, toUpperLetter}
131 b[0] = toDigit(n[0])
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/vendor/github.com/denverdino/aliyungo/util/
H A Dutil.go103 func toDigit(n uint32) byte { func
117 var convFuncs = []convFunc{toDigit, toLowerLetter, toUpperLetter}
131 b[0] = toDigit(n[0])
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/distribution/vendor/github.com/denverdino/aliyungo/util/
H A Dutil.go103 func toDigit(n uint32) byte { func
117 var convFuncs = []convFunc{toDigit, toLowerLetter, toUpperLetter}
131 b[0] = toDigit(n[0])

12345