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

  /external/icu4c/i18n/
uspoof_wsconf.cpp 81 int32_t len = uregex_group(e, group, ubuf, 50, &status);
168 uregex_group(parseRegexp, 0, line, 200, &status);
uregex.cpp 630 // uregex_group
634 uregex_group(URegularExpression *regexp2, function
    [all...]
  /external/icu4c/i18n/unicode/
uregex.h 507 * <code>uregex_group()</code> will provide more information regarding the match.
535 * <code>uregex_group()</code> will provide more information regarding the match.
575 uregex_group(URegularExpression *regexp,
693 * uregex_start(), uregex_end() and uregex_group() to return an error
    [all...]
  /external/icu4c/test/cintltst/
reapits.c 607 resultSz = uregex_group(re, 0, buf, sizeof(buf)/2, &status);
614 resultSz = uregex_group(re, 1, buf, sizeof(buf)/2, &status);
621 uregex_group(re, 2, buf, sizeof(buf)/2, &status);
626 resultSz = uregex_group(re, 0, NULL, 0, &status);
633 resultSz = uregex_group(re, 0, buf, 5, &status);
641 resultSz = uregex_group(re, 0, buf, (int32_t)strlen("abc interior def"), &status);
665 TEST_ASSERT(uregex_group(re, 0, resultString, sizeof(resultString)/2, &status) == 3)
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h 987 #define uregex_group macro
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h 987 #define uregex_group macro
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
urename.h 987 #define uregex_group macro
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h 987 #define uregex_group macro
    [all...]
  /external/icu4c/common/unicode/
urename.h 1373 #define uregex_group macro
    [all...]

Completed in 703 milliseconds