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

  /external/icu/icu4c/source/test/intltest/
utxttest.h 54 int32_t nativeStart, int32_t nativeLimit, int32_t nativeDest,
59 int32_t nativeLimit,
utxttest.cpp 311 int32_t nativeLimit = 0;
360 nativeLimit = nativeMap[srcIndex+srcLength].nativeIdx;
369 nativeStart, nativeLimit, nativeDest,
373 nativeStart, nativeLimit, nativeDest,
388 nativeStart, nativeLimit,
406 int32_t nativeStart, int32_t nativeLimit, int32_t nativeDest,
435 utext_copy(targetUT, nativeStart, nativeLimit, nativeDest, move, &status);
436 if (nativeDest > nativeStart && nativeDest < nativeLimit) {
464 expectedNativeLength += nativeLimit - nativeStart;
482 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/libandroidicu/include/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...]
  /external/icu/libandroidicu/static_shim/
shim.cpp     [all...]

Completed in 4016 milliseconds