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

  /external/icu/android_icu4j/src/main/java/android/icu/text/
SearchIterator.java 387 int matchindex = search_.matchedIndex_; local
392 if (index == endIdx || matchindex == endIdx ||
393 (matchindex != DONE &&
394 matchindex + matchlength >= endIdx)) {
408 return matchindex;
447 int matchindex = search_.matchedIndex_; local
455 if (matchindex != DONE) {
456 return matchindex;
460 if (index == startIdx || matchindex == startIdx) {
467 if (matchindex != DONE)
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
SearchIterator.java 402 int matchindex = search_.matchedIndex_; local
407 if (index == endIdx || matchindex == endIdx ||
408 (matchindex != DONE &&
409 matchindex + matchlength >= endIdx)) {
423 return matchindex;
463 int matchindex = search_.matchedIndex_; local
471 if (matchindex != DONE) {
472 return matchindex;
476 if (index == startIdx || matchindex == startIdx) {
483 if (matchindex != DONE)
    [all...]
  /external/icu/icu4c/source/i18n/
search.cpp 242 int32_t matchindex = m_search_->matchedIndex; local
247 if (offset == textlength || matchindex == textlength ||
248 (matchindex != USEARCH_DONE &&
249 matchindex + matchlength >= textlength)) {
265 return matchindex;
297 int32_t matchindex = m_search_->matchedIndex; local
305 if (matchindex != USEARCH_DONE) {
306 return matchindex;
310 if (offset == 0 || matchindex == 0) {
317 if (matchindex != USEARCH_DONE)
    [all...]
  /external/icu/icu4c/source/test/intltest/
srchtest.cpp 262 int32_t matchindex = search->offset[count]; local
278 while (U_SUCCESS(status) && matchindex >= 0) {
281 if (matchindex != strsrch->getMatchedStart() ||
289 matchindex, matchlength);
297 strsrch->getText().compareBetween(matchindex,
298 matchindex + matchlength,
304 matchindex = search->offset[count];
320 matchindex = search->offset[count];
321 while (U_SUCCESS(status) && matchindex >= 0) {
324 if (matchindex != strsrch->getMatchedStart() ||
1312 int32_t matchindex = search.offset[count]; local
1441 int32_t matchindex = search.offset[count]; local
2145 int32_t matchindex = search.offset[count]; local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/search/
SearchTest.java 677 int matchindex = search.offset[count]; local
1128 int matchindex = search.offset[count]; local
1240 int matchindex = search.offset[count]; local
1311 int matchindex = search.offset[count]; local
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/search/
SearchTest.java 674 int matchindex = search.offset[count]; local
1125 int matchindex = search.offset[count]; local
1237 int matchindex = search.offset[count]; local
1308 int matchindex = search.offset[count]; local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
usrchtst.c 343 int32_t matchindex = search.offset[count]; local
361 while (U_SUCCESS(status) && matchindex >= 0) {
364 if (matchindex != usearch_getMatchedStart(strsrch) ||
372 matchindex, matchlength);
380 usearch_getText(strsrch, &textlength) + matchindex,
385 matchindex = search.offset[count];
401 matchindex = search.offset[count];
403 while (U_SUCCESS(status) && matchindex >= 0) {
406 if (matchindex != usearch_getMatchedStart(strsrch) ||
414 matchindex, matchlength)
1247 int32_t matchindex = search.offset[count]; local
1410 int32_t matchindex = search.offset[count]; local
2302 int32_t matchindex = search.offset[count]; local
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 495 milliseconds