Searched refs:nativeStart (Results 1 - 11 of 11) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Dutxttest.h53 int32_t nativeStart, int32_t nativeLimit, int32_t nativeDest,
57 int32_t nativeStart, // Range to be replaced, in UText native units.
H A Dutxttest.cpp317 int32_t nativeStart = 0; // Native unit indexes for a test. local
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, // Rang
412 TestCopyMove(const UnicodeString &us, UText *ut, UBool move, int32_t nativeStart, int32_t nativeLimit, int32_t nativeDest, int32_t u16Start, int32_t u16Limit, int32_t u16Dest) argument
485 TestReplace( const UnicodeString &us, UText *ut, int32_t nativeStart, int32_t nativeLimit, int32_t u16Start, int32_t u16Limit, const UnicodeString &repStr) argument
[all...]
/external/icu/icu4c/source/common/unicode/
H A Dutext.h656 * @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
850 int64_t nativeStart, int64_t nativeLimit,
878 * @param nativeStart The native index of the start of the region to be copied or moved
890 int64_t nativeStart, int64_t nativeLimit,
1057 * @param nativeStart the native index of the first characer to extract.
1072 int64_t nativeStart, int64_t nativeLimit,
1093 * @param nativeStart th
[all...]
/external/icu/icu4c/source/i18n/
H A Drematch.cpp904 int64_t nativeStart = start; local
905 if (nativeStart < fActiveStart || nativeStart > fActiveLimit) {
909 fMatchEnd = nativeStart;
1503 int64_t nativeStart; local
1504 nativeStart = start;
1505 if (nativeStart < fActiveStart || nativeStart > fActiveLimit) {
1511 MatchChunkAt((int32_t)nativeStart, FALSE, status);
1513 MatchAt(nativeStart, FALS
1575 int64_t nativeStart; local
1617 int64_t nativeStart = regionStart; local
[all...]
/external/icu/icu4c/source/common/
H A Dutext.cpp485 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);
2850 // Note: The initial nativeStart and chunkOffset must sum to zero
484 utext_replace(UText *ut, int64_t nativeStart, int64_t nativeLimit, const UChar *replacementText, int32_t replacementLength, UErrorCode *status) argument
501 utext_copy(UText *ut, int64_t nativeStart, int64_t nativeLimit, int64_t destIndex, UBool move, UErrorCode *status) argument
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 328 milliseconds