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

  /external/chromium_org/content/public/android/java/src/org/chromium/content/app/
ContentMain.java 34 return nativeStart();
38 private static native int nativeStart();
  /external/chromium_org/third_party/icu/source/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...]
  /external/icu4c/test/intltest/
utxttest.h 48 int32_t nativeStart, int32_t nativeLimit, int32_t nativeDest,
52 int32_t nativeStart, // Range to be replaced, in UText native units.
utxttest.cpp 307 int32_t nativeStart = 0; // Native unit indexes for a test.
356 nativeStart = nativeMap[srcIndex].nativeIdx;
366 nativeStart, nativeLimit, nativeDest,
370 nativeStart, nativeLimit, nativeDest,
385 nativeStart, nativeLimit,
403 int32_t nativeStart, int32_t nativeLimit, int32_t nativeDest,
432 utext_copy(targetUT, nativeStart, nativeLimit, nativeDest, move, &status);
433 if (nativeDest > nativeStart && nativeDest < nativeLimit) {
461 expectedNativeLength += nativeLimit - nativeStart;
478 int32_t nativeStart, // Range to be replaced, in UText native units.
    [all...]
  /external/chromium_org/third_party/icu/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,
    [all...]
  /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,
834 * @param nativeStart the native index of the start of the region to be replaced
    [all...]
  /frameworks/base/media/java/android/media/
MediaMuxer.java 89 private static native void nativeStart(int nativeObject);
213 nativeStart(mNativeObject);
  /libcore/luni/src/main/java/libcore/icu/
TimeZoneNames.java 76 long nativeStart = System.currentTimeMillis();
85 long nativeDuration = nativeEnd - nativeStart;
  /external/icu4c/i18n/
rematch.cpp 872 int64_t nativeStart = start;
873 if (nativeStart < fActiveStart || nativeStart > fActiveLimit) {
877 fMatchEnd = nativeStart;
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
rematch.cpp 866 int64_t nativeStart = start;
867 if (nativeStart < fActiveStart || nativeStart > fActiveLimit) {
871 fMatchEnd = nativeStart;
    [all...]
  /external/chromium_org/third_party/icu/source/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...]
  /external/icu4c/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/java/com/android/server/input/
InputManagerService.java 151 private static native void nativeStart(int ptr);
265 nativeStart(mPtr);
    [all...]
  /frameworks/base/services/jni/
com_android_server_input_InputManagerService.cpp     [all...]

Completed in 656 milliseconds