/external/ant-glob/src/org/apache/tools/ant/types/selectors/ |
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/tinyxml/ |
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 ); [all...] |
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 ); [all...] |
/external/chromium_org/v8/test/cctest/ |
test-log.cc | 51 using v8::internal::StrLength; 290 : utf_source_(StrLength(source)) {
|
test-fast-dtoa.cc | 47 int len = StrLength(representation.start());
|
test-bignum-dtoa.cc | 47 int len = StrLength(representation.start());
|
test-dtoa.cc | 47 int len = StrLength(representation.start());
|
test-debug.cc | 65 using ::v8::internal::StrLength; 830 StrLength(expected_step_sequence)); 839 CHECK_EQ(1, StrLength(*function_name)); [all...] |
cctest.h | 316 int array_length = i::StrLength(source) + 1;
|
test-strtod.cc | 42 return Vector<const char>(str, StrLength(str));
|
test-bignum.cc | 42 bignum->AssignHexString(Vector<const char>(str, StrLength(str))); 47 bignum->AssignDecimalString(Vector<const char>(str, StrLength(str))); [all...] |
/frameworks/base/core/jni/ |
android_hardware_camera2_CameraMetadata.cpp | 657 size_t strLength = strlen(str); 662 if (section == NULL || sectionLength < strLength) { 665 sectionLength = strLength;
|
/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/ |
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 ); [all...] |
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 ); [all...] |
/external/sfntly/cpp/src/test/tinyxml/ |
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 ); [all...] |
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 ); [all...] |
/external/chromium_org/third_party/icu/source/common/ |
utext.cpp | [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/ |
macho-objfmt.c | 316 unsigned long strlength; /* length of all strings */ member in struct:macho_objfmt_output_info 820 info->strlength += sym_data->length; [all...] |
/external/icu/icu4c/source/common/ |
utext.cpp | [all...] |
/frameworks/base/core/java/com/android/internal/widget/ |
LockPatternUtils.java | [all...] |
/external/chromium_org/v8/src/ |
profile-generator.cc | 488 const int title_len = StrLength(title); 510 return StrLength(title) == 0
|
/prebuilts/tools/common/m2/repository/com/android/tools/external/ant-glob/1.0/ |
ant-glob-1.0.jar | |
/ndk/sources/host-tools/make-3.81/ |
function.c | 286 unsigned int sfxlen, strlength; 300 strlength = strlen (str); 302 if (strlength < (percent - pattern) + sfxlen 306 return !strcmp (percent + 1, str + (strlength - sfxlen)); 282 unsigned int sfxlen, strlength; local [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
cmsccoll.c | [all...] |
/external/icu/icu4c/source/test/cintltst/ |
cmsccoll.c | [all...] |