/external/pdfium/fpdfsdk/src/ |
D | fsdk_baseannot.cpp | 221 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/ |
D | UTF16.java | 1526 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/ |
D | UTF16.java | 1586 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/ |
D | CStringChecker.cpp | 128 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/ |
D | SelectorUtils.java | 292 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/ |
D | tinyxml.cpp | 75 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()
|
D | tinyxmlparser.cpp | 498 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()
|
D | tinyxml.h | 362 unsigned int strLength; member
|
/external/icu/icu4c/source/common/ |
D | utext.cpp | 2515 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/ |
D | tinyxml.cpp | 85 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()
|
D | tinyxmlparser.cpp | 517 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()
|
D | tinyxml.h | 403 unsigned int strLength; member
|
/external/icu/icu4c/source/test/cintltst/ |
D | cmsccoll.c | 5550 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()
|
D | creststn.c | 648 int32_t strLength = 0; in TestNewTypes() local 653 str = tres_getString(resB,-1,"Sequence",&strLength,&status); in TestNewTypes()
|
/external/guice/lib/build/ |
D | spring-core.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/springframework/
org/ ... |
/external/owasp/sanitizer/tools/findbugs/lib/ |
D | yjp-controller-api-redist.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/yourkit/
com/ ... |
D | commons-lang-2.6.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
D | ant.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | com.ibm.icu_4.2.1.v20100412.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/guice/extensions/struts2/lib/ |
D | ant-1.6.5.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
D | xwork-core-2.2.1.jar | META-INF/
META-INF/MANIFEST.MF
xwork-validator-definition-1.0. ... |
D | core-3.1.1.jar | META-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/ |
D | ant.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/jarjar/lib/ |
D | apache-ant-1.9.4.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/dagger2/lib/ |
D | auto-value-1.0.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |