Searched defs: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
780 us_arrayCopy(array, start, dst, dstStart, length);
1386 us_arrayCopy(srcChars, srcStart, oldArray, oldLength, srcLength);
1428 us_arrayCopy(oldArray, 0, newArray, 0, start);
1429 us_arrayCopy(oldArray, start + length,
1434 us_arrayCopy(oldArray, start + length,
1440 us_arrayCopy(srcChars, srcStart, newArray, start, srcLength);
1554 us_arrayCopy(array, 0, array, start, oldLength);
1685 us_arrayCopy(fUnion.fStackBuffer, 0, oldStackBuffer, 0, fShortLength);
1708 us_arrayCopy(oldArra
[all...]
/external/icu/icu4c/source/common/
H A Dunistr.cpp81 us_arrayCopy(const UChar *src, int32_t srcStart, function
780 us_arrayCopy(array, start, dst, dstStart, length);
1386 us_arrayCopy(srcChars, srcStart, oldArray, oldLength, srcLength);
1428 us_arrayCopy(oldArray, 0, newArray, 0, start);
1429 us_arrayCopy(oldArray, start + length,
1434 us_arrayCopy(oldArray, start + length,
1440 us_arrayCopy(srcChars, srcStart, newArray, start, srcLength);
1554 us_arrayCopy(array, 0, array, start, oldLength);
1685 us_arrayCopy(fUnion.fStackBuffer, 0, oldStackBuffer, 0, fShortLength);
1708 us_arrayCopy(oldArra
[all...]

Completed in 59 milliseconds