/external/chromium_org/third_party/icu/source/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/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 | 65 while (match != USEARCH_DONE) { 74 while (match != USEARCH_DONE) {
|
/external/chromium_org/base/i18n/ |
string_search.cc | 62 if (!U_SUCCESS(status) || index == USEARCH_DONE)
|
/external/chromium_org/third_party/icu/source/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/chromium_org/third_party/icu/source/test/cintltst/ |
usrchtst.c | 352 if (usearch_getMatchedStart(strsrch) != USEARCH_DONE || 384 if (usearch_getMatchedStart(strsrch) != USEARCH_DONE || 427 if (usearch_getMatchedStart(strsrch) != USEARCH_DONE || [all...] |
/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/chromium_org/ppapi/proxy/ |
pdf_resource.cc | 86 while (match_start != USEARCH_DONE) {
|
/external/chromium_org/third_party/icu/source/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/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/chromium_org/third_party/icu/source/test/intltest/ |
srchtest.cpp | 268 if (strsrch->getMatchedStart() != USEARCH_DONE || 302 if (strsrch->getMatchedStart() != USEARCH_DONE || 343 if (strsrch->getMatchedStart() != USEARCH_DONE || [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/chromium_org/chrome/renderer/pepper/ |
ppb_pdf_impl.cc | 268 while (match_start != USEARCH_DONE) {
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
TextIterator.cpp | [all...] |