HomeSort by relevance Sort by last modified time
    Searched full:mylen (Results 1 - 6 of 6) sorted by null

  /frameworks/base/libs/utils/
String16.cpp 425 const size_t myLen = size();
427 if (myLen == 0) {
435 ->editResize((myLen+otherLen+1)*sizeof(char16_t));
438 memcpy(str+myLen, other, (otherLen+1)*sizeof(char16_t));
447 const size_t myLen = size();
448 if (myLen == 0) {
456 ->editResize((myLen+otherLen+1)*sizeof(char16_t));
459 memcpy(str+myLen, chrs, otherLen*sizeof(char16_t));
460 str[myLen+otherLen] = 0;
474 const size_t myLen = size()
    [all...]
String8.cpp 373 const size_t myLen = bytes();
376 ->editResize(myLen+otherLen+1);
380 str += myLen;
  /frameworks/base/core/java/com/android/internal/util/
CharSequences.java 119 int myLen = me.length(), anotherLen = another.length();
121 int end = (myLen < anotherLen) ? myLen : anotherLen;
129 return myLen - anotherLen;
  /external/icu4c/test/cintltst/
callcoll.c 1071 int enlen, mylen; local
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
  /prebuilt/sdk/tools/linux/
aapt 

Completed in 23 milliseconds