HomeSort by relevance Sort by last modified time
    Searched full:matchindex (Results 1 - 19 of 19) sorted by null

  /external/icu/icu4c/source/i18n/
search.cpp 240 int32_t matchindex = m_search_->matchedIndex; local
245 if (offset == textlength || matchindex == textlength ||
246 (matchindex != USEARCH_DONE &&
247 matchindex + matchlength >= textlength)) {
263 return matchindex;
295 int32_t matchindex = m_search_->matchedIndex; local
303 if (matchindex != USEARCH_DONE) {
304 return matchindex;
308 if (offset == 0 || matchindex == 0) {
315 if (matchindex != USEARCH_DONE)
    [all...]
ucurr.cpp     [all...]
  /external/lz4/lib/
lz4hc.c 163 U32 matchIndex;
170 matchIndex = HashTable[LZ4HC_hashPtr(ip)];
172 while ((matchIndex>=lowLimit) && (nbAttempts))
175 if (matchIndex >= dictLimit)
177 match = base + matchIndex;
187 match = dictBase + matchIndex;
191 const BYTE* vLimit = ip + (dictLimit - matchIndex);
196 if (mlt > ml) { ml = mlt; *matchpos = base + matchIndex; } /* virtual matchpos */
199 matchIndex -= chainTable[matchIndex & 0xFFFF]
    [all...]
  /external/icu/icu4c/source/test/intltest/
srchtest.cpp 259 int32_t matchindex = search->offset[count]; local
275 while (U_SUCCESS(status) && matchindex >= 0) {
278 if (matchindex != strsrch->getMatchedStart() ||
286 matchindex, matchlength);
294 strsrch->getText().compareBetween(matchindex,
295 matchindex + matchlength,
301 matchindex = search->offset[count];
317 matchindex = search->offset[count];
318 while (U_SUCCESS(status) && matchindex >= 0) {
321 if (matchindex != strsrch->getMatchedStart() ||
1309 int32_t matchindex = search.offset[count]; local
1438 int32_t matchindex = search.offset[count]; local
2142 int32_t matchindex = search.offset[count]; local
    [all...]
regextst.cpp     [all...]
  /external/icu/icu4c/source/test/cintltst/
usrchtst.c 341 int32_t matchindex = search.offset[count]; local
359 while (U_SUCCESS(status) && matchindex >= 0) {
362 if (matchindex != usearch_getMatchedStart(strsrch) ||
370 matchindex, matchlength);
378 usearch_getText(strsrch, &textlength) + matchindex,
383 matchindex = search.offset[count];
399 matchindex = search.offset[count];
401 while (U_SUCCESS(status) && matchindex >= 0) {
404 if (matchindex != usearch_getMatchedStart(strsrch) ||
412 matchindex, matchlength)
1245 int32_t matchindex = search.offset[count]; local
1408 int32_t matchindex = search.offset[count]; local
2300 int32_t matchindex = search.offset[count]; local
    [all...]
reapits.c     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
SearchIterator.java 385 int matchindex = search_.matchedIndex_; local
390 if (index == endIdx || matchindex == endIdx ||
391 (matchindex != DONE &&
392 matchindex + matchlength >= endIdx)) {
406 return matchindex;
445 int matchindex = search_.matchedIndex_; local
453 if (matchindex != DONE) {
454 return matchindex;
458 if (index == startIdx || matchindex == startIdx) {
465 if (matchindex != DONE)
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
SearchIterator.java 400 int matchindex = search_.matchedIndex_; local
405 if (index == endIdx || matchindex == endIdx ||
406 (matchindex != DONE &&
407 matchindex + matchlength >= endIdx)) {
421 return matchindex;
461 int matchindex = search_.matchedIndex_; local
469 if (matchindex != DONE) {
470 return matchindex;
474 if (index == startIdx || matchindex == startIdx) {
481 if (matchindex != DONE)
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/search/
SearchTest.java 672 int matchindex = search.offset[count]; local
1111 int matchindex = search.offset[count]; local
1221 int matchindex = search.offset[count]; local
1291 int matchindex = search.offset[count]; local
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/search/
SearchTest.java 668 int matchindex = search.offset[count]; local
1107 int matchindex = search.offset[count]; local
1217 int matchindex = search.offset[count]; local
1287 int matchindex = search.offset[count]; local
    [all...]
  /frameworks/base/core/java/android/webkit/
FindActionModeCallback.java 161 public void updateMatchCount(int matchIndex, int matchCount, boolean isEmptyFind) {
164 mActiveMatchIndex = matchIndex;
  /frameworks/av/media/libstagefright/
MediaCodecList.cpp     [all...]
ACodec.cpp     [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListItemView.java     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
IBMCalendarTest.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
IBMCalendarTest.java     [all...]
  /external/icu/icu4c/source/i18n/unicode/
uregex.h     [all...]
regex.h     [all...]

Completed in 1269 milliseconds