OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lengthDiff
(Results
1 - 12
of
12
) sorted by null
/libcore/ojluni/src/main/java/java/net/
InMemoryCookieStore.java
244
int
lengthDiff
= host.length() - domainLength;
245
if (
lengthDiff
== 0) {
248
} else if (
lengthDiff
> 0) {
250
String D = host.substring(
lengthDiff
);
260
} else if (
lengthDiff
== -1) {
HttpCookie.java
810
int
lengthDiff
= host.length() - domainLength;
811
if (
lengthDiff
== 0) {
815
else if (
lengthDiff
> 0) {
817
String H = host.substring(0,
lengthDiff
);
818
String D = host.substring(
lengthDiff
);
826
else if (
lengthDiff
== -1) {
[
all
...]
/external/pdfium/xfa/src/fxbarcode/common/reedsolomon/
BC_ReedSolomonGF256Poly.cpp
124
int32_t
lengthDiff
=
126
for (int32_t i = 0; i <
lengthDiff
; i++) {
129
for (int32_t j =
lengthDiff
; j < largerCoefficients.GetSize(); j++) {
131
smallerCoefficients[j -
lengthDiff
], largerCoefficients[j]));
/external/pdfium/xfa/src/fxbarcode/pdf417/
BC_PDF417ECModulusPoly.cpp
118
int32_t
lengthDiff
=
120
for (int32_t l = 0; l <
lengthDiff
; l++) {
123
for (int32_t i =
lengthDiff
; i < largerCoefficients.GetSize(); i++) {
124
sumDiff[i] = m_field->add(smallerCoefficients[i -
lengthDiff
],
/external/icu/icu4c/source/common/
bytestriebuilder.cpp
116
int32_t
lengthDiff
=thisString.length()-otherString.length();
118
if(
lengthDiff
<=0) {
124
return diff!=0 ? diff :
lengthDiff
;
/external/zxing/core/
core.jar
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler/0.12.613/
kotlin-compiler-0.12.613.jar
/prebuilts/tools/common/m2/repository/org/apache/maven/maven-ant-tasks/2.1.3/
maven-ant-tasks-2.1.3.jar
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0/
kotlin-compiler-embeddable-1.0.0.jar
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0-beta-4584/
kotlin-compiler-embeddable-1.0.0-beta-4584.jar
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0-rc-1036/
kotlin-compiler-embeddable-1.0.0-rc-1036.jar
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.2/
kotlin-compiler-embeddable-1.0.2.jar
Completed in 331 milliseconds