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

  /external/icu4c/test/intltest/
utxttest.h 49 int32_t nativeStart, int32_t nativeLimit, int32_t nativeDest,
53 int32_t nativeStart, // Range to be replaced, in UText native units.
utxttest.cpp 309 int32_t nativeStart = 0; // Native unit indexes for a test.
358 nativeStart = nativeMap[srcIndex].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;
480 int32_t nativeStart, // Range to be replaced, in UText native units.
    [all...]
  /libcore/luni/src/main/java/libcore/icu/
TimeZones.java 66 long start, nativeStart;
67 start = nativeStart = System.currentTimeMillis();
76 long nativeDuration = nativeEnd - nativeStart;
  /external/icu4c/common/unicode/
utext.h 654 * @param nativeStart the native index of the first character to extract.\
660 * nativeLimit must be >= nativeStart.
673 int64_t nativeStart, int64_t nativeLimit,
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
InputManager.java 67 private static native void nativeStart();
148 nativeStart();
  /external/icu4c/i18n/
rematch.cpp 866 int64_t nativeStart = start;
867 if (nativeStart < fActiveStart || nativeStart > fActiveLimit) {
871 fMatchEnd = nativeStart;
    [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...]

Completed in 592 milliseconds