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

1 2 3

  /frameworks/base/libs/hwui/
PathParser.h 43 const char* pathStr, size_t strLength);
45 const char* pathStr, size_t strLength);
VectorDrawable.h 160 Path(const char* path, size_t strLength);
357 FullPath(const char* path, size_t strLength) : Path(path, strLength) {}
400 ClipPath(const char* path, size_t strLength) : Path(path, strLength) {}
VectorDrawable.cpp 96 Path::Path(const char* pathStr, size_t strLength) {
99 PathParser::getPathDataFromAsciiString(&data, &result, pathStr, strLength);
  /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...]
  /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);
  /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/base/core/jni/
android_util_PathParser.cpp 32 jint strLength) {
37 PathParser::parseAsciiStringForSkPath(skPath, &result, pathString, strLength);
55 static long createPathDataFromStringPath(JNIEnv* env, jobject, jstring inputStr, jint strLength) {
59 PathParser::getPathDataFromAsciiString(pathData, &result, pathString, 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++) {
  /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...]
  /prebuilts/tools/common/m2/repository/com/android/tools/external/ant-glob/1.0/
ant-glob-1.0.jar 
  /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/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/sfntly/cpp/src/test/tinyxml/
tinyxml.cpp 85 outString->append( entity[0].str, entity[0].strLength );
90 outString->append( entity[1].str, entity[1].strLength );
95 outString->append( entity[2].str, entity[2].strLength );
100 outString->append( entity[3].str, entity[3].strLength );
105 outString->append( entity[4].str, entity[4].strLength );
    [all...]
tinyxmlparser.cpp 517 if ( strncmp( entity[i].str, p, entity[i].strLength ) == 0 )
519 assert( strlen( entity[i].str ) == entity[i].strLength );
522 return ( p + entity[i].strLength );
    [all...]
tinyxml.h 403 unsigned int strLength;
    [all...]
  /external/tinyxml/
tinyxml.cpp 75 outString->append( entity[0].str, entity[0].strLength );
80 outString->append( entity[1].str, entity[1].strLength );
85 outString->append( entity[2].str, entity[2].strLength );
90 outString->append( entity[3].str, entity[3].strLength );
95 outString->append( entity[4].str, entity[4].strLength );
    [all...]
tinyxmlparser.cpp 498 if ( strncmp( entity[i].str, p, entity[i].strLength ) == 0 )
500 assert( strlen( entity[i].str ) == entity[i].strLength );
503 return ( p + entity[i].strLength );
    [all...]
tinyxml.h 362 unsigned int strLength;
    [all...]
  /frameworks/av/camera/
CameraMetadata.cpp 725 size_t strLength = strlen(str);
730 if (section == NULL || sectionLength < strLength) {
733 sectionLength = strLength;
  /external/icu/icu4c/source/common/
utext.cpp     [all...]
  /external/icu/icu4c/source/test/cintltst/
cmsccoll.c     [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 

Completed in 402 milliseconds

1 2 3