Home
last modified time | relevance | path

Searched refs:strLength (Results 1 – 25 of 34) sorted by relevance

12

/external/pdfium/fpdfsdk/src/
Dfsdk_baseannot.cpp221 int strLength = dtStr.GetLength(); in FromPDFDateTimeString() local
222 if (strLength > 0) { in FromPDFDateTimeString()
226 while (i < strLength && !std::isdigit(dtStr[i])) in FromPDFDateTimeString()
229 if (i >= strLength) in FromPDFDateTimeString()
234 while (i < strLength && j < 4) { in FromPDFDateTimeString()
243 if (i >= strLength || j < 4) in FromPDFDateTimeString()
248 while (i < strLength && j < 2) { in FromPDFDateTimeString()
257 if (i >= strLength || j < 2) in FromPDFDateTimeString()
262 while (i < strLength && j < 2) { in FromPDFDateTimeString()
271 if (i >= strLength || j < 2) in FromPDFDateTimeString()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/text/
DUTF16.java1526 int strLength = str.length(); in indexOf() local
1528 if (!isTrailSurrogate(str.charAt(0)) && !isLeadSurrogate(str.charAt(strLength - 1))) { in indexOf()
1533 int resultEnd = result + strLength; in indexOf()
1536 if (isLeadSurrogate(str.charAt(strLength - 1)) && (result < source.length() - 1) in indexOf()
1627 int strLength = str.length(); in indexOf() local
1629 if (!isTrailSurrogate(str.charAt(0)) && !isLeadSurrogate(str.charAt(strLength - 1))) { in indexOf()
1634 int resultEnd = result + strLength; in indexOf()
1637 if (isLeadSurrogate(str.charAt(strLength - 1)) && (result < source.length() - 1) in indexOf()
1725 int strLength = str.length(); in lastIndexOf() local
1727 if (!isTrailSurrogate(str.charAt(0)) && !isLeadSurrogate(str.charAt(strLength - 1))) { in lastIndexOf()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUTF16.java1586 int strLength = str.length(); in indexOf() local
1588 if (!isTrailSurrogate(str.charAt(0)) && !isLeadSurrogate(str.charAt(strLength - 1))) { in indexOf()
1593 int resultEnd = result + strLength; in indexOf()
1596 if (isLeadSurrogate(str.charAt(strLength - 1)) && (result < source.length() - 1) in indexOf()
1689 int strLength = str.length(); in indexOf() local
1691 if (!isTrailSurrogate(str.charAt(0)) && !isLeadSurrogate(str.charAt(strLength - 1))) { in indexOf()
1696 int resultEnd = result + strLength; in indexOf()
1699 if (isLeadSurrogate(str.charAt(strLength - 1)) && (result < source.length() - 1) in indexOf()
1789 int strLength = str.length(); in lastIndexOf() local
1791 if (!isTrailSurrogate(str.charAt(0)) && !isLeadSurrogate(str.charAt(strLength - 1))) { in lastIndexOf()
[all …]
/external/clang/lib/StaticAnalyzer/Checkers/
DCStringChecker.cpp128 SVal strLength);
630 SVal strLength) { in setCStringLength() argument
631 assert(!strLength.isUndef() && "Attempt to set an undefined string length"); in setCStringLength()
662 if (strLength.isUnknown()) in setCStringLength()
665 return state->set<CStringLength>(MR, strLength); in setCStringLength()
683 SVal strLength = svalBuilder.getMetadataSymbolVal(CStringChecker::getTag(), in getCStringLengthForRegion() local
688 if (Optional<NonLoc> strLn = strLength.getAs<NonLoc>()) { in getCStringLengthForRegion()
700 state = state->set<CStringLength>(MR, strLength); in getCStringLengthForRegion()
703 return strLength; in getCStringLengthForRegion()
1276 SVal strLength = getCStringLength(C, state, Arg, ArgVal); in evalstrLengthCommon() local
[all …]
/external/ant-glob/src/org/apache/tools/ant/types/selectors/
DSelectorUtils.java292 int strLength = (strIdxEnd - strIdxStart + 1); in matchPath() local
295 for (int i = 0; i <= strLength - patLength; i++) { in matchPath()
456 int strLength = (strIdxEnd - strIdxStart + 1); in match() local
459 for (int i = 0; i <= strLength - patLength; i++) { in match()
/external/tinyxml/
Dtinyxml.cpp75 outString->append( entity[0].str, entity[0].strLength ); in PutString()
80 outString->append( entity[1].str, entity[1].strLength ); in PutString()
85 outString->append( entity[2].str, entity[2].strLength ); in PutString()
90 outString->append( entity[3].str, entity[3].strLength ); in PutString()
95 outString->append( entity[4].str, entity[4].strLength ); in PutString()
Dtinyxmlparser.cpp498 if ( strncmp( entity[i].str, p, entity[i].strLength ) == 0 ) in GetEntity()
500 assert( strlen( entity[i].str ) == entity[i].strLength ); in GetEntity()
503 return ( p + entity[i].strLength ); in GetEntity()
Dtinyxml.h362 unsigned int strLength; member
/external/icu/icu4c/source/common/
Dutext.cpp2515 int32_t strLength=(int32_t)ut->a; in ucstrTextExtract() local
2516 if (strLength >= 0) { in ucstrTextExtract()
2517 limit32 = pinIndex(limit, strLength); in ucstrTextExtract()
2523 if (strLength<0 && s[si]==0) { in ucstrTextExtract()
2529 strLength = si; in ucstrTextExtract()
2537 if (strLength>=0) { in ucstrTextExtract()
2551 ((si<strLength || strLength<0) && U16_IS_TRAIL(s[si]))) in ucstrTextExtract()
2560 ut->chunkOffset = uprv_min(strLength, start32 + destCapacity); in ucstrTextExtract()
/external/sfntly/cpp/src/test/tinyxml/
Dtinyxml.cpp85 outString->append( entity[0].str, entity[0].strLength ); in EncodeString()
90 outString->append( entity[1].str, entity[1].strLength ); in EncodeString()
95 outString->append( entity[2].str, entity[2].strLength ); in EncodeString()
100 outString->append( entity[3].str, entity[3].strLength ); in EncodeString()
105 outString->append( entity[4].str, entity[4].strLength ); in EncodeString()
Dtinyxmlparser.cpp517 if ( strncmp( entity[i].str, p, entity[i].strLength ) == 0 ) in GetEntity()
519 assert( strlen( entity[i].str ) == entity[i].strLength ); in GetEntity()
522 return ( p + entity[i].strLength ); in GetEntity()
Dtinyxml.h403 unsigned int strLength; member
/external/icu/icu4c/source/test/cintltst/
Dcmsccoll.c5550 int32_t strLength; in TestImport() local
5601 strLength = uset_getItem(tailoredSet, i, &start, &end, str, 500, &status); in TestImport()
5602 if(strLength < 2){ in TestImport()
5615 ucol_getSortKey(viescoll, str, strLength, sk1, 500); in TestImport()
5616 ucol_getSortKey(importviescoll, str, strLength, sk2, 500); in TestImport()
5657 int32_t strLength; in TestImportWithType() local
5712 strLength = uset_getItem(tailoredSet, i, &start, &end, str, 500, &status); in TestImportWithType()
5713 if(strLength < 2){ in TestImportWithType()
5725 ucol_getSortKey(videcoll, str, strLength, sk1, 500); in TestImportWithType()
5726 ucol_getSortKey(importvidecoll, str, strLength, sk2, 500); in TestImportWithType()
Dcreststn.c648 int32_t strLength = 0; in TestNewTypes() local
653 str = tres_getString(resB,-1,"Sequence",&strLength,&status); in TestNewTypes()
/external/guice/lib/build/
Dspring-core.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/springframework/ org/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
Dyjp-controller-api-redist.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/yourkit/ com/ ...
Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/guice/extensions/struts2/lib/
Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
Dxwork-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF xwork-validator-definition-1.0. ...
Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/jarjar/lib/
Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/dagger2/lib/
Dauto-value-1.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...

12