/external/pdfium/fpdfsdk/src/ |
H A D | fsdk_baseannot.cpp | 221 int strLength = dtStr.GetLength(); local 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 || [all...] |
/external/libgdx/extensions/gdx-jnigen/src/com/badlogic/gdx/jnigen/ |
H A D | 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/ |
H A D | 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/ |
H A D | UTF16.java | 1526 int strLength = str.length(); 1528 if (!isTrailSurrogate(str.charAt(0)) && !isLeadSurrogate(str.charAt(strLength - 1))) { 1533 int resultEnd = result + strLength; 1536 if (isLeadSurrogate(str.charAt(strLength - 1)) && (result < source.length() - 1) 1627 int strLength = str.length(); 1629 if (!isTrailSurrogate(str.charAt(0)) && !isLeadSurrogate(str.charAt(strLength - 1))) { 1634 int resultEnd = result + strLength; 1637 if (isLeadSurrogate(str.charAt(strLength - 1)) && (result < source.length() - 1) 1725 int strLength = str.length(); 1727 if (!isTrailSurrogate(str.charAt(0)) && !isLeadSurrogate(str.charAt(strLength [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | UTF16.java | 1586 int strLength = str.length(); 1588 if (!isTrailSurrogate(str.charAt(0)) && !isLeadSurrogate(str.charAt(strLength - 1))) { 1593 int resultEnd = result + strLength; 1596 if (isLeadSurrogate(str.charAt(strLength - 1)) && (result < source.length() - 1) 1689 int strLength = str.length(); 1691 if (!isTrailSurrogate(str.charAt(0)) && !isLeadSurrogate(str.charAt(strLength - 1))) { 1696 int resultEnd = result + strLength; 1699 if (isLeadSurrogate(str.charAt(strLength - 1)) && (result < source.length() - 1) 1789 int strLength = str.length(); 1791 if (!isTrailSurrogate(str.charAt(0)) && !isLeadSurrogate(str.charAt(strLength [all...] |
/external/clang/lib/StaticAnalyzer/Checkers/ |
H A D | 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(), local 688 if (Optional<NonLoc> strLn = strLength.getAs<NonLoc>()) { 700 state = state->set<CStringLength>(MR, strLength); 703 return strLength; 1276 SVal strLength 628 setCStringLength(ProgramStateRef state, const MemRegion *MR, SVal strLength) argument 2048 DefinedOrUnknownSVal strLength = local [all...] |
/external/sfntly/cpp/src/test/tinyxml/ |
H A D | 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 );
|
H A D | 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 );
|
H A D | tinyxml.h | 403 unsigned int strLength; member in struct:TiXmlBase::Entity
|
/external/tinyxml/ |
H A D | 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 );
|
H A D | 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 );
|
H A D | tinyxml.h | 362 unsigned int strLength; member in struct:TiXmlBase::Entity
|
/external/icu/icu4c/source/common/ |
H A D | utext.cpp | 2515 int32_t strLength=(int32_t)ut->a; local 2516 if (strLength >= 0) { 2517 limit32 = pinIndex(limit, strLength); 2523 if (strLength<0 && s[si]==0) { 2529 strLength = si; 2537 if (strLength>=0) { 2551 ((si<strLength || strLength<0) && U16_IS_TRAIL(s[si]))) 2560 ut->chunkOffset = uprv_min(strLength, start32 + destCapacity);
|
/external/icu/icu4c/source/test/cintltst/ |
H A D | cmsccoll.c | 5550 int32_t strLength; local 5601 strLength = uset_getItem(tailoredSet, i, &start, &end, str, 500, &status); 5602 if(strLength < 2){ 5615 ucol_getSortKey(viescoll, str, strLength, sk1, 500); 5616 ucol_getSortKey(importviescoll, str, strLength, sk2, 500); 5657 int32_t strLength; local 5712 strLength = uset_getItem(tailoredSet, i, &start, &end, str, 500, &status); 5713 if(strLength < 2){ 5725 ucol_getSortKey(videcoll, str, strLength, sk1, 500); 5726 ucol_getSortKey(importvidecoll, str, strLength, sk [all...] |
H A D | creststn.c | 648 int32_t strLength = 0; local 653 str = tres_getString(resB,-1,"Sequence",&strLength,&status);
|
/external/guice/lib/build/ |
H A D | spring-core.jar | META-INF/ META-INF/MANIFEST.MF org/ org/springframework/ org/springframework/core/ org/springframework/core/annotation/ ... |
/external/owasp/sanitizer/tools/findbugs/lib/ |
H A D | yjp-controller-api-redist.jar | META-INF/ META-INF/MANIFEST.MF com/ com/yourkit/ com/yourkit/api/ com/yourkit/runtime/ com/ ... |
H A D | commons-lang-2.6.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ... |
H A D | ant.jar | META-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 D | com.ibm.icu_4.2.1.v20100412.jar | META-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 D | ant.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ... |
/external/guice/extensions/struts2/lib/ |
H A D | ant-1.6.5.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ... |
H A D | xwork-core-2.2.1.jar | META-INF/ META-INF/MANIFEST.MF xwork-validator-definition-1.0.dtd xwork ... |
/external/jarjar/lib/ |
H A D | apache-ant-1.9.4.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ... |
/external/dagger2/lib/ |
H A D | auto-value-1.0.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ... |