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

  /external/icu4c/test/intltest/
utxttest.h 48 int32_t nativeStart, int32_t nativeLimit, int32_t nativeDest,
53 int32_t nativeLimit,
utxttest.cpp 309 int32_t nativeLimit = 0;
358 nativeLimit = nativeMap[srcIndex+srcLength].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;
480 int32_t nativeLimit,
    [all...]
  /external/icu4c/common/unicode/
utext.h 637 * @param nativeLimit the native string index of the position following the last
640 * nativeLimit must be >= nativeStart.
653 int64_t nativeStart, int64_t nativeLimit,
799 * @param nativeLimit the native index of the character following the region to be replaced.
812 int64_t nativeStart, int64_t nativeLimit,
    [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 29 milliseconds