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

  /frameworks/base/core/tests/coretests/src/android/provider/
SettingsValidatorsTest.java 264 final int firstLen = first.length;
266 String[] both = new String[firstLen + secondLen];
267 System.arraycopy(first, 0, both, 0, firstLen);
268 System.arraycopy(second, 0, both, firstLen, secondLen);
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsBackupAgent.java 679 final int firstLen = first.length;
681 String[] both = new String[firstLen + secondLen];
682 System.arraycopy(first, 0, both, 0, firstLen);
683 System.arraycopy(second, 0, both, firstLen, secondLen);
    [all...]
SettingsProvider.java 371 final int firstLen = first.length;
373 String[] both = new String[firstLen + secondLen];
374 System.arraycopy(first, 0, both, 0, firstLen);
375 System.arraycopy(second, 0, both, firstLen, secondLen);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
capitst.c     [all...]

Completed in 260 milliseconds