Searched refs:strLength (Results 1 - 25 of 37) sorted by relevance

12

/external/pdfium/fpdfsdk/src/
H A Dfsdk_baseannot.cpp221 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 DAntPathMatcher.java163 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 DSelectorUtils.java292 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 DUTF16.java1526 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 DUTF16.java1586 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 DCStringChecker.cpp128 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 Dtinyxml.cpp85 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 Dtinyxmlparser.cpp517 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 Dtinyxml.h403 unsigned int strLength; member in struct:TiXmlBase::Entity
/external/tinyxml/
H A Dtinyxml.cpp75 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 Dtinyxmlparser.cpp498 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 Dtinyxml.h362 unsigned int strLength; member in struct:TiXmlBase::Entity
/external/icu/icu4c/source/common/
H A Dutext.cpp2515 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 Dcmsccoll.c5550 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 Dcreststn.c648 int32_t strLength = 0; local
653 str = tres_getString(resB,-1,"Sequence",&strLength,&status);
/external/guice/lib/build/
H A Dspring-core.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/springframework/ org/springframework/core/ org/springframework/core/annotation/ ...
/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 ...
/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/guice/extensions/struts2/lib/
H A Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dxwork-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF xwork-validator-definition-1.0.dtd xwork ...
/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/dagger2/lib/
H A Dauto-value-1.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...

Completed in 599 milliseconds

12