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

  /external/icu4c/i18n/
search.cpp 222 int32_t matchindex = m_search_->matchedIndex; local
227 if (offset == textlength || matchindex == textlength ||
228 (matchindex != USEARCH_DONE &&
229 matchindex + matchlength >= textlength)) {
245 return matchindex;
277 int32_t matchindex = m_search_->matchedIndex; local
285 if (matchindex != USEARCH_DONE) {
286 return matchindex;
290 if (offset == 0 || matchindex == 0) {
297 if (matchindex != USEARCH_DONE)
    [all...]
  /external/icu4c/test/cintltst/
usrchtst.c 342 int32_t matchindex = search.offset[count]; local
351 while (U_SUCCESS(status) && matchindex >= 0) {
354 if (matchindex != usearch_getMatchedStart(strsrch) ||
370 usearch_getText(strsrch, &textlength) + matchindex,
375 matchindex = search.offset[count];
392 matchindex = search.offset[count];
394 while (U_SUCCESS(status) && matchindex >= 0) {
397 if (matchindex != usearch_getMatchedStart(strsrch) ||
412 usearch_getText(strsrch, &textlength) + matchindex,
417 matchindex = count > 0 ? search.offset[count - 1] : -1
1139 int32_t matchindex = search.offset[count]; local
1302 int32_t matchindex = search.offset[count]; local
2194 int32_t matchindex = search.offset[count]; local
    [all...]
  /external/icu4c/test/intltest/
srchtest.cpp 255 int32_t matchindex = search->offset[count]; local
263 while (U_SUCCESS(status) && matchindex >= 0) {
266 if (matchindex != strsrch->getMatchedStart() ||
281 strsrch->getText().compareBetween(matchindex,
282 matchindex + matchlength,
288 matchindex = search->offset[count];
303 matchindex = search->offset[count];
304 while (U_SUCCESS(status) && matchindex >= 0) {
307 if (matchindex != strsrch->getMatchedStart() ||
321 strsrch->getText().compareBetween(matchindex,
1204 int32_t matchindex = search.offset[count]; local
1333 int32_t matchindex = search.offset[count]; local
2037 int32_t matchindex = search.offset[count]; local
    [all...]

Completed in 1022 milliseconds