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

  /external/chromium/third_party/icu/source/test/intltest/
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/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...]
  /external/icu4c/test/intltest/
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...]
  /frameworks/base/services/java/com/android/server/
InputManager.java 59 private static native void nativeStart();
126 nativeStart();
  /dalvik/vm/
Thread.c     [all...]

Completed in 647 milliseconds