Searched refs:us_arrayCopy (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dunistr.cpp81 us_arrayCopy(const UChar *src, int32_t srcStart, function
738 us_arrayCopy(array, start, dst, dstStart, length);
1269 us_arrayCopy(srcChars, srcStart, getArrayStart(), oldLength, srcLength);
1310 us_arrayCopy(oldArray, 0, newArray, 0, start);
1311 us_arrayCopy(oldArray, start + length,
1316 us_arrayCopy(oldArray, start + length,
1322 us_arrayCopy(srcChars, srcStart, newArray, start, srcLength);
1436 us_arrayCopy(array, 0, array, start, oldLength);
1566 us_arrayCopy(fUnion.fStackBuffer, 0, oldStackBuffer, 0, fShortLength);
1588 us_arrayCopy(oldArra
[all...]
/external/icu4c/common/
H A Dunistr.cpp81 us_arrayCopy(const UChar *src, int32_t srcStart, function
784 us_arrayCopy(array, start, dst, dstStart, length);
1352 us_arrayCopy(srcChars, srcStart, oldArray, oldLength, srcLength);
1394 us_arrayCopy(oldArray, 0, newArray, 0, start);
1395 us_arrayCopy(oldArray, start + length,
1400 us_arrayCopy(oldArray, start + length,
1406 us_arrayCopy(srcChars, srcStart, newArray, start, srcLength);
1520 us_arrayCopy(array, 0, array, start, oldLength);
1651 us_arrayCopy(fUnion.fStackBuffer, 0, oldStackBuffer, 0, fShortLength);
1674 us_arrayCopy(oldArra
[all...]

Completed in 701 milliseconds