Home
last modified time | relevance | path

Searched refs:oldArray (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4c/source/common/
Dunistr_case.cpp100 UChar *oldArray; in caseMap() local
105 oldArray = oldStackBuffer; in caseMap()
109 oldArray = getArrayStart(); in caseMap()
130 oldArray, oldLength, &errorCode); in caseMap()
Dunistr.cpp1435 UChar *oldArray; in doReplace() local
1440 oldArray = oldStackBuffer; in doReplace()
1442 oldArray = getArrayStart(); in doReplace()
1456 if(newArray != oldArray) { in doReplace()
1458 us_arrayCopy(oldArray, 0, newArray, 0, start); in doReplace()
1459 us_arrayCopy(oldArray, start + length, in doReplace()
1464 us_arrayCopy(oldArray, start + length, in doReplace()
1755 UChar *oldArray; in cloneArrayIfNeeded() local
1765 oldArray = oldStackBuffer; in cloneArrayIfNeeded()
1767 oldArray = NULL; // no need to copy from the stack buffer to itself in cloneArrayIfNeeded()
[all …]
/external/sonic/
DSonic.java47 short[] oldArray, in resize() argument
52 int length = oldArray.length <= newLength? oldArray.length : newLength; in resize()
56 newArray[x] = oldArray[x]; in resize()
/external/skia/src/core/
DSkTDynamicHash.h252 SkAutoTMalloc<T*> oldArray(fArray); in resize()
259 T* entry = oldArray[i]; in resize()
/external/testng/lib-supplied/
Dguice-2.0.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE NOTICE org/ org/testng/ ...
/external/robolectric/v3/runtime/
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...