Searched refs:matchindex (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dsearch.cpp240 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 !
[all...]
/external/icu/icu4c/source/i18n/
H A Dsearch.cpp240 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 !
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dsrchtest.cpp259 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 !
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...]
/external/icu/icu4c/source/test/intltest/
H A Dsrchtest.cpp259 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 !
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...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dusrchtst.c341 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, matchlengt
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...]
/external/icu/icu4c/source/test/cintltst/
H A Dusrchtst.c341 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, matchlengt
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...]

Completed in 295 milliseconds