HomeSort by relevance Sort by last modified time
    Searched refs:strLength (Results 1 - 14 of 14) 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);
  /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/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)
  /cts/tests/tests/view/src/android/view/inputmethod/cts/
BaseInputConnectionTest.java 238 int strLength = str.length();
239 assertEquals(strLength, text2.length());
244 CharSequence expected = str.subSequence(strLength - offLength, strLength);
269 assertEquals(strLength - 1, text3.length());
  /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...]
  /external/chromium/third_party/icu/source/common/
utext.cpp     [all...]
  /external/icu4c/common/
utext.cpp     [all...]
  /packages/apps/Contacts/src/com/android/contacts/
TwelveKeyDialer.java 580 int strLength = strDigits.length();
581 mWaitMenuItem.setVisible(showWait(strLength,
582 strLength, strDigits));
    [all...]
  /external/webkit/WebCore/editing/
TextIterator.cpp 449 int strLength = str.length();
451 int runEnd = min(strLength, end);
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
creststn.c 652 int32_t strLength = 0;
657 str = tres_getString(resB,-1,"Sequence",&strLength,&status);
    [all...]
  /external/icu4c/test/cintltst/
creststn.c 655 int32_t strLength = 0;
660 str = tres_getString(resB,-1,"Sequence",&strLength,&status);
    [all...]
  /prebuilt/common/ant/
ant.jar 

Completed in 1356 milliseconds