Home
last modified time | relevance | path

Searched defs:stringLength (Results 1 – 25 of 49) 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.java27 protected static void nParseStringForPath(long pathPtr, String pathString, int stringLength) { in nParseStringForPath()
32 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()
DProto2MessageLiteFactory.java49 int numRepeatedFields, int stringLength, int branchingFactor, int treeDepth) { in Proto2MessageLiteFactory()
DProto2MessageFactory.java48 int numRepeatedFields, int stringLength, int branchingFactor, int treeDepth) { in Proto2MessageFactory()
/external/cronet/third_party/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()
DProto2MessageLiteFactory.java49 int numRepeatedFields, int stringLength, int branchingFactor, int treeDepth) { in Proto2MessageLiteFactory()
DProto2MessageFactory.java48 int numRepeatedFields, int stringLength, int branchingFactor, int treeDepth) { in Proto2MessageFactory()
/external/icu/icu4j/main/core/src/test/java/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/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/cronet/third_party/icu/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/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/cronet/third_party/icu/source/test/cintltst/
Dusettest.c328 int32_t stringLength = 0; in expectContainment() local
486 int32_t stringLength = 0; in expectItems() 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/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DTypesLengths.java106 private static int stringLength; field in TypesLengths
/external/icu/icu4c/source/tools/genrb/
Dparse.cpp286 int32_t &stringLength, UErrorCode *status) in getInvariantString()
1754 int32_t stringLength; in parseIntVector() local
1805 int32_t stringLength; in parseBinary() local
1872 int32_t stringLength; in parseInteger() local
1918 int32_t stringLength; in parseImport() local
1983 int32_t stringLength; in parseInclude() local

12