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

  /frameworks/support/v4/java/android/support/v4/util/
TimeUtils.java 120 int myLen = accumField(days, 1, false, 0);
121 myLen += accumField(hours, 1, myLen > 0, 2);
122 myLen += accumField(minutes, 1, myLen > 0, 2);
123 myLen += accumField(seconds, 1, myLen > 0, 2);
124 myLen += accumField(millis, 2, true, myLen > 0 ? 3 : 0) + 1;
125 while (myLen < fieldLen)
    [all...]
  /system/core/libutils/
String16.cpp 217 const size_t myLen = size();
219 if (myLen == 0) {
227 ->editResize((myLen+otherLen+1)*sizeof(char16_t));
230 memcpy(str+myLen, other, (otherLen+1)*sizeof(char16_t));
239 const size_t myLen = size();
240 if (myLen == 0) {
248 ->editResize((myLen+otherLen+1)*sizeof(char16_t));
251 memcpy(str+myLen, chrs, otherLen*sizeof(char16_t));
252 str[myLen+otherLen] = 0;
266 const size_t myLen = size()
    [all...]
String8.cpp 351 const size_t myLen = bytes();
354 ->editResize(myLen+otherLen+1);
358 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;
  /frameworks/base/core/java/android/util/
TimeUtils.java 339 int myLen = accumField(days, 1, false, 0);
340 myLen += accumField(hours, 1, myLen > 0, 2);
341 myLen += accumField(minutes, 1, myLen > 0, 2);
342 myLen += accumField(seconds, 1, myLen > 0, 2);
343 myLen += accumField(millis, 2, true, myLen > 0 ? 3 : 0) + 1;
344 while (myLen < fieldLen)
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
callcoll.c 1074 int enlen, mylen; local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
callcoll.c 1112 int enlen, mylen; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.common_3.6.200.v20130402-1505.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-equinox-common/3.6.0/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.common_3.6.200.v20130402-1505.jar 
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /development/samples/ControllerSample/libs/
android-support-v4.jar 
  /development/samples/training/AnimationsDemo/libs/
android-support-v13.jar 
  /development/samples/training/ContactsList/libs/
android-support-v4.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 
  /prebuilts/sdk/tools/linux/
aapt 
  /sdk/apps/NotificationStudio/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests3/lib2/libs/
android-support-v13.jar 

Completed in 2508 milliseconds