Searched defs:strLength (Results 1 - 22 of 22) sorted by relevance

/external/skia/gm/
H A Dandroidfallback.cpp45 const int strLength = sizeof(unicodeStr) / sizeof(uint16_t); variable
48 SkScalar posX[strLength];
49 SkPoint posXY[strLength];
51 for (int i = 0; i < strLength; ++i) {
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DWTFString.cpp191 unsigned strLength = m_impl->length(); local
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(); local
226 RELEASE_ASSERT(lengthToAppend <= numeric_limits<unsigned>::max() - strLength);
[all...]
/external/pdfium/fpdfsdk/src/
H A Dfsdk_baseannot.cpp213 int strLength = dtStr.GetLength(); local
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 ||
[all...]
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DTextIterator.cpp633 int strLength = str.length(); local
635 int runEnd = std::min(strLength, end);
/external/chromium_org/third_party/icu/source/common/
H A Dutext.cpp2498 int32_t strLength=(int32_t)ut->a; local
2499 if (strLength >= 0) {
2500 limit32 = pinIndex(limit, strLength);
2506 if (strLength<0 && s[si]==0) {
2512 strLength = si;
2520 if (strLength>=0) {
2534 ((si<strLength || strLength<0) && U16_IS_TRAIL(s[si])))
2543 ut->chunkOffset = uprv_min(strLength, start32 + destCapacity);
/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.h403 unsigned int strLength; member in struct:TiXmlBase::Entity
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp128 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(), local
680 if (Optional<NonLoc> strLn = strLength.getAs<NonLoc>()) {
692 state = state->set<CStringLength>(MR, strLength);
695 return strLength;
1190 SVal strLength
620 setCStringLength(ProgramStateRef state, const MemRegion *MR, SVal strLength) argument
1965 DefinedOrUnknownSVal strLength = local
[all...]
/external/icu/icu4c/source/common/
H A Dutext.cpp2503 int32_t strLength=(int32_t)ut->a; local
2504 if (strLength >= 0) {
2505 limit32 = pinIndex(limit, strLength);
2511 if (strLength<0 && s[si]==0) {
2517 strLength = si;
2525 if (strLength>=0) {
2539 ((si<strLength || strLength<0) && U16_IS_TRAIL(s[si])))
2548 ut->chunkOffset = uprv_min(strLength, start32 + destCapacity);
/external/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.h403 unsigned int strLength; member in struct:TiXmlBase::Entity
/external/tinyxml/
H A Dtinyxml.h362 unsigned int strLength; member in struct:TiXmlBase::Entity
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcreststn.c650 int32_t strLength = 0; local
655 str = tres_getString(resB,-1,"Sequence",&strLength,&status);
H A Dcmsccoll.c6840 int32_t strLength; local
6886 strLength = uset_getItem(tailoredSet, i, &start, &end, str, 500, &status);
6887 if(strLength < 2){
6900 ucol_getSortKey(viescoll, str, strLength, sk1, 500);
6901 ucol_getSortKey(importviescoll, str, strLength, sk2, 500);
6942 int32_t strLength; local
6992 strLength = uset_getItem(tailoredSet, i, &start, &end, str, 500, &status);
6993 if(strLength < 2){
7005 ucol_getSortKey(videcoll, str, strLength, sk1, 500);
7006 ucol_getSortKey(importvidecoll, str, strLength, sk
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcreststn.c652 int32_t strLength = 0; local
657 str = tres_getString(resB,-1,"Sequence",&strLength,&status);
H A Dcmsccoll.c5490 int32_t strLength; local
5541 strLength = uset_getItem(tailoredSet, i, &start, &end, str, 500, &status);
5542 if(strLength < 2){
5555 ucol_getSortKey(viescoll, str, strLength, sk1, 500);
5556 ucol_getSortKey(importviescoll, str, strLength, sk2, 500);
5597 int32_t strLength; local
5652 strLength = uset_getItem(tailoredSet, i, &start, &end, str, 500, &status);
5653 if(strLength < 2){
5665 ucol_getSortKey(videcoll, str, strLength, sk1, 500);
5666 ucol_getSortKey(importvidecoll, str, strLength, sk
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dyjp-controller-api-redist.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/yourkit/ com/yourkit/api/ com/yourkit/runtime/ com/ ...
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 6954 milliseconds