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

  /external/icu/icu4c/source/test/intltest/
utxttest.h 53 int32_t nativeStart, int32_t nativeLimit, int32_t nativeDest,
57 int32_t nativeStart, // Range to be replaced, in UText native units.
utxttest.cpp 317 int32_t nativeStart = 0; // Native unit indexes for a test.
366 nativeStart = nativeMap[srcIndex].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;
488 int32_t nativeStart, // Range to be replaced, in UText native units
    [all...]
  /external/icu/icu4c/source/common/unicode/
utext.h 656 * @param nativeStart the native index of the first character to extract.\
662 * nativeLimit must be >= nativeStart.
675 int64_t nativeStart, int64_t nativeLimit,
836 * @param nativeStart the native index of the start of the region to be replaced
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
AudioRecordNative.java 62 return nativeStart(mNativeRecordInJavaObj) == STATUS_OK;
149 private static native int nativeStart(long record);
AudioTrackNative.java 65 return nativeStart(mNativeTrackInJavaObj) == STATUS_OK;
156 private static native int nativeStart(long track);
  /libcore/luni/src/main/java/libcore/icu/
TimeZoneNames.java 61 long nativeStart = System.nanoTime();
71 long nativeDuration = TimeUnit.NANOSECONDS.toMillis(nativeEnd - nativeStart);
  /frameworks/base/media/java/android/media/
MediaMuxer.java 282 private static native void nativeStart(long nativeObject);
433 nativeStart(mNativeObject);
  /external/icu/icu4c/source/i18n/
rematch.cpp 904 int64_t nativeStart = start;
905 if (nativeStart < fActiveStart || nativeStart > fActiveLimit) {
909 fMatchEnd = nativeStart;
    [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...]
  /frameworks/base/services/core/jni/
com_android_server_input_InputManagerService.cpp     [all...]
  /frameworks/base/services/core/java/com/android/server/input/
InputManagerService.java 195 private static native void nativeStart(long ptr);
347 nativeStart(mPtr);
    [all...]

Completed in 508 milliseconds