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

  /external/chromium/third_party/icu/source/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 308 int32_t nativeStart = 0; // Native unit indexes for a test.
357 nativeStart = nativeMap[srcIndex].nativeIdx;
367 nativeStart, nativeLimit, nativeDest,
371 nativeStart, nativeLimit, nativeDest,
386 nativeStart, nativeLimit,
404 int32_t nativeStart, int32_t nativeLimit, int32_t nativeDest,
433 utext_copy(targetUT, nativeStart, nativeLimit, nativeDest, move, &status);
434 if (nativeDest > nativeStart && nativeDest < nativeLimit) {
462 expectedNativeLength += nativeLimit - nativeStart;
479 int32_t nativeStart, // Range to be replaced, in UText native units.
    [all...]
  /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 310 int32_t nativeStart = 0; // Native unit indexes for a test.
359 nativeStart = nativeMap[srcIndex].nativeIdx;
369 nativeStart, nativeLimit, nativeDest,
373 nativeStart, nativeLimit, nativeDest,
388 nativeStart, nativeLimit,
406 int32_t nativeStart, int32_t nativeLimit, int32_t nativeDest,
435 utext_copy(targetUT, nativeStart, nativeLimit, nativeDest, move, &status);
436 if (nativeDest > nativeStart && nativeDest < nativeLimit) {
464 expectedNativeLength += nativeLimit - nativeStart;
481 int32_t nativeStart, // Range to be replaced, in UText native units.
    [all...]
  /external/chromium/third_party/icu/public/common/unicode/
utext.h 634 * @param nativeStart the native index of the first character to extract.\
640 * nativeLimit must be >= nativeStart.
653 int64_t nativeStart, int64_t nativeLimit,
798 * @param nativeStart the native index of the start of the region to be replaced
812 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,
    [all...]
  /external/icu4c/i18n/
rematch.cpp 825 int64_t nativeStart;
827 nativeStart = start;
840 nativeStart = UTEXT_GETNATIVEINDEX(fInputText);
842 if (!couldFindStart || nativeStart < fActiveStart || nativeStart > fActiveLimit) {
846 fMatchEnd = nativeStart;
    [all...]
  /frameworks/base/services/java/com/android/server/
InputManager.java 59 private static native void nativeStart();
126 nativeStart();
  /dalvik/vm/
Thread.c     [all...]
  /external/chromium/third_party/icu/source/common/
utext.cpp 479 int64_t nativeStart, int64_t nativeLimit,
490 int32_t i = ut->pFuncs->replace(ut, nativeStart, nativeLimit, replacementText, replacementLength, status);
496 int64_t nativeStart, int64_t nativeLimit,
508 ut->pFuncs->copy(ut, nativeStart, nativeLimit, destIndex, move, status);
    [all...]
  /external/icu4c/common/
utext.cpp 835 int64_t nativeStart, int64_t nativeLimit,
846 int32_t i = ut->pFuncs->replace(ut, nativeStart, nativeLimit, replacementText, replacementLength, status);
852 int64_t nativeStart, int64_t nativeLimit,
864 ut->pFuncs->copy(ut, nativeStart, nativeLimit, destIndex, move, status);
    [all...]

Completed in 255 milliseconds