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

1 2

  /external/pdfium/fpdfsdk/src/
fsdk_baseannot.cpp 213 int strLength = dtStr.GetLength();
214 if (strLength > 0)
219 while (i < strLength)
225 if (i >= strLength) return *this;
229 while (i < strLength && j < 4)
238 if (i >= strLength || j < 4) return *this;
242 while (i < strLength && j < 2)
251 if (i >= strLength || j < 2) return *this;
255 while (i < strLength && j < 2)
264 if (i >= strLength || j < 2) return *this;
    [all...]
  /external/skia/gm/
androidfallback.cpp 45 const int strLength = sizeof(unicodeStr) / sizeof(uint16_t);
48 SkScalar posX[strLength];
49 SkPoint posXY[strLength];
51 for (int i = 0; i < strLength; ++i) {
  /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/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSParserValues.h 105 template <size_t strLength>
106 bool startsWithIgnoringCase(const char (&str)[strLength]) const
108 return startsWithIgnoringCase(str, strLength - 1);
111 bool startsWithIgnoringCase(const char* str, size_t strLength) const
113 if (length() < strLength)
115 return is8Bit() ? WTF::equalIgnoringCase(str, characters8(), strLength) : WTF::equalIgnoringCase(str, characters16(), strLength);
  /frameworks/base/rs/java/android/renderscript/
Program.java 249 int strLength;
254 strLength = 0;
256 int bytesLeft = str.length - strLength;
261 bytesLeft = str.length - strLength;
263 int bytesRead = is.read(str, strLength, bytesLeft);
267 strLength += bytesRead;
277 mShader = new String(str, 0, strLength, "UTF-8");
  /cts/tests/tests/view/src/android/view/inputmethod/cts/
BaseInputConnectionTest.java 134 int strLength = str.length();
135 assertEquals(strLength, text2.length());
140 CharSequence expected = str.subSequence(strLength - offLength, strLength);
172 assertEquals(strLength - 1, text3.length());
  /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++) {
  /prebuilts/tools/common/m2/repository/com/android/tools/external/ant-glob/1.0/
ant-glob-1.0.jar 
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
WTFString.cpp 191 unsigned strLength = m_impl->length();
194 RELEASE_ASSERT(lengthToAppend <= numeric_limits<unsigned>::max() - strLength);
196 RefPtr<StringImpl> newImpl = StringImpl::createUninitialized(strLength + lengthToAppend, data);
197 StringImpl::copyChars(data, m_impl->characters8(), strLength);
198 StringImpl::copyChars(data + strLength, charactersToAppend, lengthToAppend);
203 RELEASE_ASSERT(lengthToAppend <= numeric_limits<unsigned>::max() - strLength);
206 StringImpl::copyChars(data, m_impl->characters16(), strLength);
207 StringImpl::copyChars(data + strLength, charactersToAppend, lengthToAppend);
223 unsigned strLength = m_impl->length();
226 RELEASE_ASSERT(lengthToAppend <= numeric_limits<unsigned>::max() - strLength);
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp 128 SVal strLength);
622 SVal strLength) {
623 assert(!strLength.isUndef() && "Attempt to set an undefined string length");
654 if (strLength.isUnknown())
657 return state->set<CStringLength>(MR, strLength);
675 SVal strLength = svalBuilder.getMetadataSymbolVal(CStringChecker::getTag(),
680 if (Optional<NonLoc> strLn = strLength.getAs<NonLoc>()) {
692 state = state->set<CStringLength>(MR, strLength);
695 return strLength;
    [all...]
  /external/chromium_org/third_party/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/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/base/core/jni/
android_hardware_camera2_CameraMetadata.cpp 657 size_t strLength = strlen(str);
662 if (section == NULL || sectionLength < strLength) {
665 sectionLength = strLength;
  /external/chromium_org/third_party/icu/source/common/
utext.cpp     [all...]
  /external/icu/icu4c/source/common/
utext.cpp     [all...]
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternUtils.java     [all...]
  /external/icu/icu4c/source/test/cintltst/
cmsccoll.c     [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cmsccoll.c     [all...]

Completed in 2219 milliseconds

1 2