HomeSort by relevance Sort by last modified time
    Searched defs:strLength (Results 1 - 25 of 67) sorted by null

1 2 3

  /device/sample/frameworks/PlatformLibrary/jni/
PlatformLibrary.cpp 118 jsize strLength = env->GetStringLength(str);
133 jchar tempChars[strLength];
134 for (int i = 0; i < strLength; i++) {
135 tempChars[i] = strChars[strLength -1 -i];
148 jstring result = env->NewString(tempChars, strLength);
  /external/libgdx/extensions/gdx-jnigen/src/com/badlogic/gdx/jnigen/
AntPathMatcher.java 163 int strLength = (strIdxEnd - strIdxStart + 1);
166 for (int i = 0; i <= strLength - patLength; i++) {
300 int strLength = (strIdxEnd - strIdxStart + 1);
303 for (int i = 0; i <= strLength - patLength; i++) {
  /external/ant-glob/src/org/apache/tools/ant/types/selectors/
SelectorUtils.java 292 int strLength = (strIdxEnd - strIdxStart + 1);
295 for (int i = 0; i <= strLength - patLength; i++) {
456 int strLength = (strIdxEnd - strIdxStart + 1);
459 for (int i = 0; i <= strLength - patLength; i++) {
  /frameworks/base/rs/java/android/renderscript/
Program.java 250 int strLength;
255 strLength = 0;
257 int bytesLeft = str.length - strLength;
262 bytesLeft = str.length - strLength;
264 int bytesRead = is.read(str, strLength, bytesLeft);
268 strLength += bytesRead;
278 mShader = new String(str, 0, strLength, "UTF-8");
  /frameworks/av/camera/
CameraMetadata.cpp 725 size_t strLength = strlen(str);
730 if (section == NULL || sectionLength < strLength) {
733 sectionLength = strLength;
  /cts/tests/tests/view/src/android/view/inputmethod/cts/
BaseInputConnectionTest.java 137 int strLength = str.length();
138 assertEquals(strLength, text2.length());
143 CharSequence expected = str.subSequence(strLength - offLength, strLength);
175 assertEquals(strLength - 1, text3.length());
  /external/icu/android_icu4j/src/main/java/android/icu/text/
UTF16.java 1137 int strlength = str.length(); local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
UTF16.java 1188 int strlength = str.length(); local
    [all...]
  /external/pdfium/fpdfsdk/src/
fsdk_baseannot.cpp 221 int strLength = dtStr.GetLength();
222 if (strLength > 0) {
226 while (i < strLength && !std::isdigit(dtStr[i]))
229 if (i >= strLength)
234 while (i < strLength && j < 4) {
243 if (i >= strLength || j < 4)
248 while (i < strLength && j < 2) {
257 if (i >= strLength || j < 2)
262 while (i < strLength && j < 2) {
271 if (i >= strLength || j < 2
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/tools/external/ant-glob/1.0/
ant-glob-1.0.jar 
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp 128 SVal strLength);
630 SVal strLength) {
631 assert(!strLength.isUndef() && "Attempt to set an undefined string length");
662 if (strLength.isUnknown())
665 return state->set<CStringLength>(MR, strLength);
683 SVal strLength = svalBuilder.getMetadataSymbolVal(CStringChecker::getTag(),
688 if (Optional<NonLoc> strLn = strLength.getAs<NonLoc>()) {
700 state = state->set<CStringLength>(MR, strLength);
703 return strLength;
    [all...]
  /external/icu/icu4c/source/common/
utext.cpp     [all...]
  /external/icu/icu4c/source/test/cintltst/
creststn.c 648 int32_t strLength = 0;
653 str = tres_getString(resB,-1,"Sequence",&strLength,&status);
    [all...]
cmsccoll.c     [all...]
  /external/sfntly/cpp/src/test/tinyxml/
tinyxml.h 403 unsigned int strLength;
    [all...]
  /external/tinyxml/
tinyxml.h 362 unsigned int strLength;
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
plexus-utils-3.0.17.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.17/
plexus-utils-3.0.17.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.22/
plexus-utils-3.0.22.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
yjp-controller-api-redist.jar 
  /external/guice/lib/build/
spring-core.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/2.0.5/
plexus-utils-2.0.5.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/3.0/
plexus-utils-3.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/3.0.7/
plexus-utils-3.0.7.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/
plexus-utils-1.5.1.jar 

Completed in 3029 milliseconds

1 2 3