Searched refs:uregex_find (Results 1 - 5 of 5) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
H A D | reapits.c | 318 result = uregex_find(clone2, 0, &status); 549 result = uregex_find(re, 0, &status); 555 result = uregex_find(re, 9, &status); 561 result = uregex_find(re, 14, &status); 635 result = uregex_find(re, 0, &status); 705 TEST_ASSERT(uregex_find(re, -1, &status) == TRUE); 713 TEST_ASSERT(uregex_find(re, 0, &status) == TRUE); 764 TEST_ASSERT(uregex_find(re, 0, &status) == TRUE); 769 TEST_ASSERT(uregex_find(re, 0, &status) == TRUE); 775 TEST_ASSERT(uregex_find(r [all...] |
/external/icu/icu4c/source/i18n/unicode/ |
H A D | uregex.h | 553 uregex_find(URegularExpression *regexp, 558 * 64bit version of uregex_find.
|
/external/icu/icu4c/source/i18n/ |
H A D | uregex.cpp | 566 // uregex_find 570 uregex_find(URegularExpression *regexp2, function 1243 findSucceeded = uregex_find(regexp2, 0, status);
|
/external/icu/icu4c/source/common/unicode/ |
H A D | urename.h | 1379 #define uregex_find U_ICU_ENTRY_POINT_RENAME(uregex_find) macro
|
/external/icu/icu4c/source/test/intltest/ |
H A D | regextst.cpp | 5094 result = uregex_find(re, 0, &status);
|
Completed in 56 milliseconds