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 50 int32_t nativeStart, int32_t nativeLimit, int32_t nativeDest,
54 int32_t nativeStart, // Range to be replaced, in UText native units.
utxttest.cpp 311 int32_t nativeStart = 0; // Native unit indexes for a test.
360 nativeStart = nativeMap[srcIndex].nativeIdx;
370 nativeStart, nativeLimit, nativeDest,
374 nativeStart, nativeLimit, nativeDest,
389 nativeStart, nativeLimit,
407 int32_t nativeStart, int32_t nativeLimit, int32_t nativeDest,
436 utext_copy(targetUT, nativeStart, nativeLimit, nativeDest, move, &status);
437 if (nativeDest > nativeStart && nativeDest < nativeLimit) {
465 expectedNativeLength += nativeLimit - nativeStart;
482 int32_t nativeStart, // Range to be replaced, in UText native units
    [all...]
  /external/icu/icu4c/source/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,
834 * @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 56 return nativeStart(mNativeRecordInJavaObj) == STATUS_OK;
137 private static native int nativeStart(long record);
AudioTrackNative.java 59 return nativeStart(mNativeTrackInJavaObj) == STATUS_OK;
144 private static native int nativeStart(long track);
  /libcore/luni/src/main/java/libcore/icu/
TimeZoneNames.java 69 long nativeStart = System.currentTimeMillis();
78 long nativeDuration = nativeEnd - nativeStart;
  /frameworks/base/media/java/android/media/
MediaMuxer.java 100 private static native void nativeStart(long nativeObject);
226 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 483 int64_t nativeStart, int64_t nativeLimit,
494 int32_t i = ut->pFuncs->replace(ut, nativeStart, nativeLimit, replacementText, replacementLength, status);
500 int64_t nativeStart, int64_t nativeLimit,
512 ut->pFuncs->copy(ut, nativeStart, nativeLimit, destIndex, move, status);
    [all...]
  /frameworks/base/services/core/java/com/android/server/input/
InputManagerService.java 158 private static native void nativeStart(long ptr);
284 nativeStart(mPtr);
    [all...]
  /frameworks/base/services/core/jni/
com_android_server_input_InputManagerService.cpp     [all...]

Completed in 480 milliseconds