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

  /external/chromium_org/third_party/icu/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...]
rematch.cpp     [all...]
  /external/icu4c/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...]
rematch.cpp     [all...]
  /external/icu4c/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/chromium_org/third_party/WebKit/Source/core/html/forms/
TypeAhead.h 53 MatchIndex = 1 << 2,
TypeAhead.cpp 113 if (matchMode & MatchIndex) {
  /external/hyphenation/
hyphen.c 725 int * matchindex; local
733 matchindex = matchindex_buf;
738 matchindex = hnj_malloc ((word_size + 3) * sizeof(int));
817 matchindex[isrepl] = -1;
829 matchindex[offset + replindex] = offset + k;
868 if (isrepl && (matchindex[i] >= 0) && matchrepl[matchindex[i]]) {
881 (*rep)[matchindex[i] - 1] = hnj_strdup(matchrepl[matchindex[i]]);
882 (*pos)[matchindex[i] - 1] = matchindex[i] - i
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
usrchtst.c 342 int32_t matchindex = search.offset[count]; local
357 while (U_SUCCESS(status) && matchindex >= 0) {
360 if (matchindex != usearch_getMatchedStart(strsrch) ||
368 matchindex, matchlength);
376 usearch_getText(strsrch, &textlength) + matchindex,
381 matchindex = search.offset[count];
398 matchindex = search.offset[count];
400 while (U_SUCCESS(status) && matchindex >= 0) {
403 if (matchindex != usearch_getMatchedStart(strsrch) ||
418 usearch_getText(strsrch, &textlength) + matchindex,
1146 int32_t matchindex = search.offset[count]; local
1309 int32_t matchindex = search.offset[count]; local
2201 int32_t matchindex = search.offset[count]; local
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
srchtest.cpp 259 int32_t matchindex = search->offset[count]; local
273 while (U_SUCCESS(status) && matchindex >= 0) {
276 if (matchindex != strsrch->getMatchedStart() ||
284 matchindex, matchlength);
292 strsrch->getText().compareBetween(matchindex,
293 matchindex + matchlength,
299 matchindex = search->offset[count];
314 matchindex = search->offset[count];
315 while (U_SUCCESS(status) && matchindex >= 0) {
318 if (matchindex != strsrch->getMatchedStart() ||
1216 int32_t matchindex = search.offset[count]; local
1345 int32_t matchindex = search.offset[count]; local
2049 int32_t matchindex = search.offset[count]; local
    [all...]
regextst.cpp     [all...]
  /external/icu4c/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...]
  /frameworks/base/core/java/android/webkit/
FindActionModeCallback.java 160 public void updateMatchCount(int matchIndex, int matchCount, boolean isEmptyFind) {
163 mActiveMatchIndex = matchIndex;
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DateTimeSymbolicFieldElement.cpp 84 int index = m_typeAhead.handleEvent(keyboardEvent, TypeAhead::MatchPrefix | TypeAhead::CycleFirstChar | TypeAhead::MatchIndex);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListItemView.java     [all...]
  /frameworks/av/media/libstagefright/
ACodec.cpp     [all...]
OMXCodec.cpp 196 ssize_t matchIndex =
199 if (matchIndex < 0) {
203 index = matchIndex + 1;
205 const char *componentName = list->getCodecName(matchIndex);
223 entry->mQuirks = getComponentQuirks(list, matchIndex);
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
uregex.h     [all...]
regex.h     [all...]
  /external/icu4c/i18n/unicode/
uregex.h     [all...]
regex.h     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
prototype-1.7.js     [all...]

Completed in 746 milliseconds