Searched refs:targetIxOffset (Results 1 - 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DStringSearch.java1030 int targetIxOffset = 0;
1042 targetCEI = ceb.get(targetIx + patIx + targetIxOffset);
1054 targetIxOffset++;
1057 targetIxOffset--;
1061 targetIxOffset += pattern_.PCELength_; // this is now the offset in target CE space to end of the match so far
1078 CEI lastCEI = ceb.get(targetIx + targetIxOffset -1);
1093 nextCEI = ceb.get(targetIx + targetIxOffset);
1099 for (;; ++targetIxOffset) {
1100 nextCEI = ceb.get(targetIx + targetIxOffset);
1330 int targetIxOffset
[all...]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DStringSearch.java1046 int targetIxOffset = 0;
1058 targetCEI = ceb.get(targetIx + patIx + targetIxOffset);
1070 targetIxOffset++;
1073 targetIxOffset--;
1077 targetIxOffset += pattern_.PCELength_; // this is now the offset in target CE space to end of the match so far
1094 CEI lastCEI = ceb.get(targetIx + targetIxOffset -1);
1109 nextCEI = ceb.get(targetIx + targetIxOffset);
1115 for (;; ++targetIxOffset) {
1116 nextCEI = ceb.get(targetIx + targetIxOffset);
1346 int targetIxOffset
[all...]
/external/icu/icu4c/source/i18n/
H A Dusearch.cpp3906 int32_t targetIxOffset = 0; local
3920 targetCEI = ceb.get(targetIx+patIx+targetIxOffset);
3932 targetIxOffset++;
3935 targetIxOffset--;
3939 targetIxOffset += strsrch->pattern.pcesLength; // this is now the offset in target CE space to end of the match so far
3957 const CEI *lastCEI = ceb.get(targetIx + targetIxOffset - 1);
3972 nextCEI = ceb.get(targetIx + targetIxOffset);
3978 for ( ; ; ++targetIxOffset ) {
3979 nextCEI = ceb.get(targetIx + targetIxOffset);
4231 int32_t targetIxOffset local
[all...]

Completed in 75 milliseconds