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

  /external/icu4c/i18n/
search.cpp 114 if (matchedindex != USEARCH_DONE && matchedlength != 0) {
201 return USEARCH_DONE;
211 return USEARCH_DONE;
220 return USEARCH_DONE;
230 return USEARCH_DONE;
246 (matchindex != USEARCH_DONE &&
250 return USEARCH_DONE;
255 // if matchedIndex == USEARCH_DONE, it means that either a
260 if (m_search_->matchedIndex != USEARCH_DONE) {
278 return USEARCH_DONE;
    [all...]
stsearch.cpp 340 m_search_->matchedIndex == USEARCH_DONE ?
346 m_search_->matchedIndex = USEARCH_DONE;
357 return USEARCH_DONE;
382 return USEARCH_DONE;
387 m_search_->matchedIndex == USEARCH_DONE ||
393 if (m_search_->matchedIndex == USEARCH_DONE) {
416 return USEARCH_DONE;
419 if (m_search_->matchedIndex == USEARCH_DONE) {
429 return USEARCH_DONE;
438 (m_search_->matchedIndex == USEARCH_DONE ? getOffset()
    [all...]
usearch.cpp 780 strsrch->search->matchedIndex = USEARCH_DONE;
    [all...]
  /external/icu4c/test/perf/strsrchperf/
strsrchperf.h 122 while (match != USEARCH_DONE) {
131 while (match != USEARCH_DONE) {
  /external/icu4c/samples/strsrch/
strsrch.cpp 257 if (offset == USEARCH_DONE) {
260 while (offset != USEARCH_DONE) {
  /external/icu4c/test/intltest/
srchtest.cpp 269 if (strsrch->getMatchedStart() != USEARCH_DONE ||
304 if (strsrch->getMatchedStart() != USEARCH_DONE ||
347 if (strsrch->getMatchedStart() != USEARCH_DONE ||
370 if (strsrch->getMatchedStart() != USEARCH_DONE ||
421 if (strsrch->getMatchedStart() != USEARCH_DONE || strsrch->getMatchedLength() != 0) {
    [all...]
  /external/icu4c/i18n/unicode/
usearch.h 122 * pos != USEARCH_DONE;
140 #define USEARCH_DONE -1
339 * for a backwards search), <tt>USEARCH_DONE</tt> is returned.
341 * @see #USEARCH_DONE
380 * <tt>USEARCH_DONE</tt>, this method will return <tt>USEARCH_DONE</tt>.
390 * @see #USEARCH_DONE
402 * <tt>USEARCH_DONE</tt>, this method will return 0.
410 * @see #USEARCH_DONE
421 * construction or after <tt>USEARCH_DONE</tt> has been returned, return
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
usearch.h 121 * pos != USEARCH_DONE;
136 #define USEARCH_DONE -1
273 * for a backwards search), <tt>USEARCH_DONE</tt> is returned.
275 * @see #USEARCH_DONE
314 * <tt>USEARCH_DONE</tt>, this method will return <tt>USEARCH_DONE</tt>.
324 * @see #USEARCH_DONE
336 * <tt>USEARCH_DONE</tt>, this method will return 0.
344 * @see #USEARCH_DONE
355 * construction or after <tt>USEARCH_DONE</tt> has been returned, return
    [all...]
  /external/icu4c/test/cintltst/
usrchtst.c 354 if (usearch_getMatchedStart(strsrch) != USEARCH_DONE ||
386 if (usearch_getMatchedStart(strsrch) != USEARCH_DONE ||
428 if (usearch_getMatchedStart(strsrch) != USEARCH_DONE ||
452 if (usearch_getMatchedStart(strsrch) != USEARCH_DONE || usearch_getMatchedLength(strsrch) != 0) {
503 if (usearch_getMatchedStart(strsrch) != USEARCH_DONE || usearch_getMatchedLength(strsrch) != 0) {
    [all...]
  /external/webkit/Source/WebCore/editing/
TextIterator.cpp     [all...]

Completed in 281 milliseconds