OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:commonLength
(Results
1 - 4
of
4
) sorted by null
/libcore/luni/src/test/java/libcore/java/text/
OldCollationKeyTest.java
76
int
commonLength
= Math.min(bytes1.length, bytes2.length);
78
for (int i = 0; i <
commonLength
; i++) {
/external/icu4c/common/
bytestriebuilder.cpp
116
int32_t
commonLength
;
118
commonLength
=thisString.length();
120
commonLength
=otherString.length();
122
int32_t diff=uprv_memcmp(thisString.data(), otherString.data(),
commonLength
);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.common_3.6.0.v20100503.jar
/prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.6.0.v20100503.jar
Completed in 111 milliseconds