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

  /external/icu/icu4c/source/test/intltest/
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/i18n/
rematch.cpp     [all...]

Completed in 140 milliseconds