Home
last modified time | relevance | path

Searched defs:strLength (Results 1 – 19 of 19) sorted by relevance

/external/skia/src/gpu/ganesh/gl/
DGrGLContext.cpp48 int strLength = __system_property_get("ro.build.version.sdk", androidAPIVersion); in Make() local
/external/angle/src/compiler/translator/
DImmutableStringBuilder.h64 inline static char *AllocateEmptyPoolCharArray(size_t strLength) in AllocateEmptyPoolCharArray()
DCommon.h240 inline const char *AllocatePoolCharArray(const char *str, size_t strLength) in AllocatePoolCharArray()
/external/ant-glob/src/org/apache/tools/ant/types/selectors/
DSelectorUtils.java292 int strLength = (strIdxEnd - strIdxStart + 1); in matchPath() local
456 int strLength = (strIdxEnd - strIdxStart + 1); in match() local
/external/skia/tools/skqp/src/
Dskqp.cpp148 int strLength = __system_property_get("ro.vendor.api_level", minAPIVersionStr); in init() local
/external/icu/android_icu4j/src/main/java/android/icu/text/
DUTF16.java1533 int strLength = str.length(); in indexOf() local
1634 int strLength = str.length(); in indexOf() local
1732 int strLength = str.length(); in lastIndexOf() local
1853 int strLength = str.length(); in lastIndexOf() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUTF16.java1593 int strLength = str.length(); in indexOf() local
1696 int strLength = str.length(); in indexOf() local
1796 int strLength = str.length(); in lastIndexOf() local
1919 int strLength = str.length(); in lastIndexOf() local
/external/clang/lib/StaticAnalyzer/Checkers/
DCStringChecker.cpp634 SVal strLength) { in setCStringLength()
687 SVal strLength = svalBuilder.getMetadataSymbolVal(CStringChecker::getTag(), in getCStringLengthForRegion() local
1280 SVal strLength = getCStringLength(C, state, Arg, ArgVal); in evalstrLengthCommon() local
1438 SVal strLength = getCStringLength(C, state, srcExpr, srcVal); in evalStrcpyCommon() local
2106 DefinedOrUnknownSVal strLength = in checkPreStmt() local
/external/skia/src/gpu/graphite/vk/
DVulkanCaps.cpp86 int strLength = __system_property_get("ro.build.version.sdk", androidAPIVersionStr); in applyDriverCorrectnessWorkarounds() local
/external/sfntly/cpp/src/test/tinyxml/
Dtinyxml.h403 unsigned int strLength; member
/external/skia/src/gpu/ganesh/vk/
DGrVkCaps.cpp512 int strLength = __system_property_get("ro.build.version.sdk", androidAPIVersionStr); in applyDriverCorrectnessWorkarounds() local
/external/cronet/third_party/icu/source/test/cintltst/
Dcreststn.c681 int32_t strLength = 0; in TestNewTypes() local
Dcmsccoll.c5549 int32_t strLength; in TestImport() local
5656 int32_t strLength; in TestImportWithType() local
/external/icu/icu4c/source/test/cintltst/
Dcreststn.c681 int32_t strLength = 0; in TestNewTypes() local
Dcmsccoll.c5549 int32_t strLength; in TestImport() local
5656 int32_t strLength; in TestImportWithType() local
/external/ow2-asm/asm/src/main/java/org/objectweb/asm/
DClassReader.java3690 int strLength = 0; in readUtf() local
/external/cronet/third_party/icu/source/common/
Dutext.cpp2532 int32_t strLength=(int32_t)ut->a; in ucstrTextExtract() local
/external/icu/icu4c/source/common/
Dutext.cpp2532 int32_t strLength=(int32_t)ut->a; in ucstrTextExtract() local
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/
DStringUtils.java5067 final int strLength = str.length(); in lastIndexOfIgnoreCase() local