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

  /external/icu4c/test/intltest/
utxttest.h 49 int32_t nativeStart, int32_t nativeLimit, int32_t nativeDest,
54 int32_t nativeLimit,
utxttest.cpp 310 int32_t nativeLimit = 0;
359 nativeLimit = nativeMap[srcIndex+srcLength].nativeIdx;
368 nativeStart, nativeLimit, nativeDest,
372 nativeStart, nativeLimit, nativeDest,
387 nativeStart, nativeLimit,
405 int32_t nativeStart, int32_t nativeLimit, int32_t nativeDest,
434 utext_copy(targetUT, nativeStart, nativeLimit, nativeDest, move, &status);
435 if (nativeDest > nativeStart && nativeDest < nativeLimit) {
463 expectedNativeLength += nativeLimit - nativeStart;
481 int32_t nativeLimit,
    [all...]
  /external/icu4c/common/unicode/
utext.h 657 * @param nativeLimit the native string index of the position following the last
660 * nativeLimit must be >= nativeStart.
673 int64_t nativeStart, int64_t nativeLimit,
    [all...]
  /external/icu4c/common/
utext.cpp 829 int64_t nativeStart, int64_t nativeLimit,
840 int32_t i = ut->pFuncs->replace(ut, nativeStart, nativeLimit, replacementText, replacementLength, status);
846 int64_t nativeStart, int64_t nativeLimit,
858 ut->pFuncs->copy(ut, nativeStart, nativeLimit, destIndex, move, status);
    [all...]
  /external/icu4c/i18n/
rematch.cpp     [all...]

Completed in 509 milliseconds