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

  /external/icu/icu4c/source/test/intltest/
utxttest.h 53 int32_t nativeStart, int32_t nativeLimit, int32_t nativeDest,
58 int32_t nativeLimit,
utxttest.cpp 318 int32_t nativeLimit = 0;
367 nativeLimit = nativeMap[srcIndex+srcLength].nativeIdx;
376 nativeStart, nativeLimit, nativeDest,
380 nativeStart, nativeLimit, nativeDest,
395 nativeStart, nativeLimit,
413 int32_t nativeStart, int32_t nativeLimit, int32_t nativeDest,
442 utext_copy(targetUT, nativeStart, nativeLimit, nativeDest, move, &status);
443 if (nativeDest > nativeStart && nativeDest < nativeLimit) {
471 expectedNativeLength += nativeLimit - nativeStart;
489 int32_t nativeLimit,
    [all...]
  /external/icu/icu4c/source/common/unicode/
utext.h 659 * @param nativeLimit the native string index of the position following the last
662 * nativeLimit must be >= nativeStart.
675 int64_t nativeStart, int64_t nativeLimit,
837 * @param nativeLimit the native index of the character following the region to be replaced.
    [all...]
  /external/icu/icu4c/source/common/
utext.cpp 485 int64_t nativeStart, int64_t nativeLimit,
496 int32_t i = ut->pFuncs->replace(ut, nativeStart, nativeLimit, replacementText, replacementLength, status);
502 int64_t nativeStart, int64_t nativeLimit,
514 ut->pFuncs->copy(ut, nativeStart, nativeLimit, destIndex, move, status);
    [all...]
  /external/icu/icu4c/source/i18n/
rematch.cpp     [all...]

Completed in 114 milliseconds