HomeSort by relevance Sort by last modified time
    Searched refs:strLength (Results 1 - 23 of 23) sorted by null

  /libcore/luni/src/main/java/org/apache/harmony/kernel/vm/
StringUtils.java 49 int strLength = 0;
52 strLength += ((String) list[i]).length();
55 StringBuilder sb = new StringBuilder(strLength);
  /external/webkit/Source/JavaScriptCore/wtf/url/src/
URLBuffer.h 103 void append(const CHAR* str, int strLength)
105 if (m_length + strLength > m_capacity) {
106 if (!grow(m_length + strLength - m_capacity))
109 for (int i = 0; i < strLength; i++)
111 m_length += strLength;
  /device/sample/frameworks/PlatformLibrary/jni/
PlatformLibrary.cpp 118 jsize strLength = env->GetStringLength(str);
133 jchar tempChars[strLength];
134 for (int i = 0; i < strLength; i++) {
135 tempChars[i] = strChars[strLength -1 -i];
148 jstring result = env->NewString(tempChars, strLength);
  /frameworks/base/graphics/java/android/renderscript/
Program.java 249 int strLength;
254 strLength = 0;
256 int bytesLeft = str.length - strLength;
261 bytesLeft = str.length - strLength;
263 int bytesRead = is.read(str, strLength, bytesLeft);
267 strLength += bytesRead;
277 mShader = new String(str, 0, strLength, "UTF-8");
  /cts/tests/tests/view/src/android/view/inputmethod/cts/
BaseInputConnectionTest.java 134 int strLength = str.length();
135 assertEquals(strLength, text2.length());
140 CharSequence expected = str.subSequence(strLength - offLength, strLength);
172 assertEquals(strLength - 1, text3.length());
  /frameworks/base/media/libdrm/mobile1/src/objmng/
drm_file.c 47 convertFilename(const uint16_t *strData, int32_t strLength, char *buffer);
58 * @param strLength number of characters in name
63 convertFilename(const uint16_t *strData, int32_t strLength, char *buffer)
67 if (strLength >= (MAXPATHLEN-1))
69 Trace("convertFilename '%.*S' too long", strLength, strData);
73 for (idx = 0; idx < strLength; ++idx)
77 return strLength;
286 int32_t strLength = prefixLen - *iteration;
313 for (idx = 0; idx < strLength; ++idx)
  /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/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp 124 SVal strLength);
613 SVal strLength) {
614 assert(!strLength.isUndef() && "Attempt to set an undefined string length");
645 if (strLength.isUnknown())
648 return state->set<CStringLength>(MR, strLength);
666 SVal strLength = svalBuilder.getMetadataSymbolVal(CStringChecker::getTag(),
671 state = state->set<CStringLength>(MR, strLength);
673 return strLength;
    [all...]
  /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...]
tinyxml.h 362 unsigned int strLength;
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternUtils.java     [all...]
  /external/icu4c/common/
utext.cpp     [all...]
  /external/icu4c/test/cintltst/
cmsccoll.c     [all...]
creststn.c 656 int32_t strLength = 0;
661 str = tres_getString(resB,-1,"Sequence",&strLength,&status);
    [all...]
  /external/webkit/Source/WebCore/editing/
TextIterator.cpp 516 int strLength = str.length();
518 int runEnd = min(strLength, end);
    [all...]
  /hardware/ti/wpan/tools/FM/service/src/java/com/ti/server/
StubFmService.java     [all...]
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/tools/common/m2/internal/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 4759 milliseconds