Home
last modified time | relevance | path

Searched defs:stringLength (Results 1 – 25 of 40) sorted by relevance

12

/external/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/
DPathParserNatives.java11 public static native void nParseStringForPath(long pathPtr, String pathString, int stringLength); in nParseStringForPath()
13 public static native long nCreatePathDataFromString(String pathString, int stringLength); in nCreatePathDataFromString()
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowNativePathParser.java25 protected static void nParseStringForPath(long pathPtr, String pathString, int stringLength) { in nParseStringForPath()
30 protected static long nCreatePathDataFromString(String pathString, int stringLength) { in nCreatePathDataFromString()
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DExperimentalTestDataProvider.java41 private final int stringLength; field in ExperimentalTestDataProvider
43 public ExperimentalTestDataProvider(int stringLength) { in ExperimentalTestDataProvider()
DProto3MessageFactory.java46 int numRepeatedFields, int stringLength, int branchingFactor, int treeDepth) { in Proto3MessageFactory()
DProto3MessageLiteFactory.java47 int numRepeatedFields, int stringLength, int branchingFactor, int treeDepth) { in Proto3MessageLiteFactory()
DProto2MessageFactory.java48 int numRepeatedFields, int stringLength, int branchingFactor, int treeDepth) { in Proto2MessageFactory()
DProto2MessageLiteFactory.java49 int numRepeatedFields, int stringLength, int branchingFactor, int treeDepth) { in Proto2MessageLiteFactory()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DBytesTrieTest.java660 int stringLength=data[i].s.length(); in checkNext() local
740 int stringLength=data[i].s.length(); in checkNextWithState() local
787 int stringLength=data[i].s.length(); in checkNextWithState64() local
836 int stringLength=data[i].s.length(); in checkNextString() local
DCharsTrieTest.java766 int stringLength=expectedString.length(); in checkNext() local
849 int stringLength=expectedString.length(); in checkNextWithState() local
896 int stringLength=expectedString.length(); in checkNextWithState64() local
945 int stringLength=expectedString.length(); in checkNextString() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DBytesTrieTest.java657 int stringLength=data[i].s.length(); in checkNext() local
737 int stringLength=data[i].s.length(); in checkNextWithState() local
784 int stringLength=data[i].s.length(); in checkNextWithState64() local
833 int stringLength=data[i].s.length(); in checkNextString() local
DCharsTrieTest.java763 int stringLength=expectedString.length(); in checkNext() local
846 int stringLength=expectedString.length(); in checkNextWithState() local
893 int stringLength=expectedString.length(); in checkNextWithState64() local
942 int stringLength=expectedString.length(); in checkNextString() local
/external/proguard/src/proguard/util/
DExtensionMatcher.java58 int stringLength = string.length(); in endsWithIgnoreCase() local
/external/proguard/src/proguard/gui/splash/
DTypeWriterString.java57 int stringLength = string.length(); in getString() local
/external/icu/icu4c/source/test/intltest/
Dbytestrietest.cpp737 int32_t stringLength= (i&1) ? -1 : static_cast<int32_t>(strlen(data[i].s)); in checkNext() local
822 int32_t stringLength= static_cast<int32_t>(strlen(expectedString)); in checkNextWithState() local
876 int32_t stringLength= static_cast<int32_t>(strlen(expectedString)); in checkNextWithState64() local
932 int32_t stringLength = static_cast<int32_t>(strlen(expectedString)); in checkNextString() local
Ducharstrietest.cpp865 int32_t stringLength= (i&1) ? -1 : expectedString.length(); in checkNext() local
943 int32_t stringLength=expectedString.length(); in checkNextWithState() local
997 int32_t stringLength=expectedString.length(); in checkNextWithState64() local
1053 int32_t stringLength=expectedString.length(); in checkNextString() local
/external/emma/core/java12/com/vladium/util/
DWCMatcher.java238 final int stringLength = string.length; in matches() local
297 final int stringLength = string.length; in matches() local
/external/icu/icu4c/source/test/cintltst/
Dusettest.c328 int32_t stringLength = 0; in expectContainment() local
486 int32_t stringLength = 0; in expectItems() local
/external/icu/icu4c/source/tools/genrb/
Dparse.cpp278 int32_t &stringLength, UErrorCode *status) in getInvariantString()
1410 int32_t stringLength; in parseIntVector() local
1461 int32_t stringLength; in parseBinary() local
1528 int32_t stringLength; in parseInteger() local
1574 int32_t stringLength; in parseImport() local
1639 int32_t stringLength; in parseInclude() local
/external/proguard/src/proguard/classfile/constant/
DUtf8Constant.java191 int stringLength = string.length(); in getByteArrayRepresentation() local
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DTypesLengths.java106 private static int stringLength; field in TypesLengths
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DFormattedValueTest.java160 int stringLength = fv.toString().length(); in checkFormattedValue() local
/external/proguard/src/proguard/
DClassPathEntry.java209 int stringLength = string.length(); in endsWithIgnoreCase() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DFormattedValueTest.java157 int stringLength = fv.toString().length(); in checkFormattedValue() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DCharSequences.java136 int stringLength = string.length(); in compare() local
/external/icu/android_icu4j/src/main/java/android/icu/lang/
DCharSequences.java138 int stringLength = string.length(); in compare() local

12