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

  /external/icu4c/test/intltest/
utxttest.h 48 int32_t nativeStart, int32_t nativeLimit, int32_t nativeDest,
52 int32_t nativeStart, // Range to be replaced, in UText native units.
utxttest.cpp 308 int32_t nativeStart = 0; // Native unit indexes for a test.
357 nativeStart = nativeMap[srcIndex].nativeIdx;
367 nativeStart, nativeLimit, nativeDest,
371 nativeStart, nativeLimit, nativeDest,
386 nativeStart, nativeLimit,
404 int32_t nativeStart, int32_t nativeLimit, int32_t nativeDest,
433 utext_copy(targetUT, nativeStart, nativeLimit, nativeDest, move, &status);
434 if (nativeDest > nativeStart && nativeDest < nativeLimit) {
462 expectedNativeLength += nativeLimit - nativeStart;
479 int32_t nativeStart, // Range to be replaced, in UText native units.
    [all...]
  /external/icu4c/common/unicode/
utext.h 634 * @param nativeStart the native index of the first character to extract.\
640 * nativeLimit must be >= nativeStart.
653 int64_t nativeStart, int64_t nativeLimit,
798 * @param nativeStart the native index of the start of the region to be replaced
812 int64_t nativeStart, int64_t nativeLimit,
    [all...]
  /dalvik/vm/
Thread.c     [all...]
  /external/icu4c/common/
utext.cpp 479 int64_t nativeStart, int64_t nativeLimit,
490 int32_t i = ut->pFuncs->replace(ut, nativeStart, nativeLimit, replacementText, replacementLength, status);
496 int64_t nativeStart, int64_t nativeLimit,
508 ut->pFuncs->copy(ut, nativeStart, nativeLimit, destIndex, move, status);
    [all...]

Completed in 97 milliseconds