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

  /external/icu/icu4c/source/test/cintltst/
reapits.c 643 resultSz = uregex_group(re, 0, buf, UPRV_LENGTHOF(buf), &status);
650 resultSz = uregex_group(re, 1, buf, UPRV_LENGTHOF(buf), &status);
657 uregex_group(re, 2, buf, UPRV_LENGTHOF(buf), &status);
662 resultSz = uregex_group(re, 0, NULL, 0, &status);
669 resultSz = uregex_group(re, 0, buf, 5, &status);
677 resultSz = uregex_group(re, 0, buf, (int32_t)strlen("abc interior def"), &status);
701 TEST_ASSERT(uregex_group(re, 0, resultString, UPRV_LENGTHOF(resultString), &status) == 3)
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
uregex.h 492 * and <code>uregex_group()</code> functions.</p>
521 * and <code>uregex_group()</code> functions.</p>
545 * <code>uregex_group()</code> will provide more information regarding the match.
570 * <code>uregex_group()</code> will provide more information regarding the match.
589 * <code>uregex_group()</code> will provide more information regarding the match.
675 uregex_group(URegularExpression *regexp,
    [all...]
  /external/icu/icu4c/source/i18n/
uregex.cpp 662 // uregex_group
666 uregex_group(URegularExpression *regexp2, function
    [all...]
  /external/icu/icu4c/source/common/unicode/
urename.h 1398 #define uregex_group macro
    [all...]
  /external/icu/icu4c/source/test/intltest/
regextst.cpp     [all...]

Completed in 152 milliseconds