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

  /external/chromium/third_party/icu/source/i18n/
uspoof_buildwsconf.cpp 81 int32_t len = uregex_group(e, group, ubuf, 50, &status);
168 uregex_group(parseRegexp, 0, line, 200, &status);
uregex.cpp 394 // uregex_group
398 uregex_group(URegularExpression *regexp, function
1020 destIdx += uregex_group(regexp, groupNum, dest+destIdx, capacityRemaining, status);
    [all...]
  /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 611 // uregex_group
615 uregex_group(URegularExpression *regexp2, function
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
reapits.c 561 resultSz = uregex_group(re, 0, buf, sizeof(buf)/2, &status);
568 resultSz = uregex_group(re, 1, buf, sizeof(buf)/2, &status);
575 uregex_group(re, 2, buf, sizeof(buf)/2, &status);
580 resultSz = uregex_group(re, 0, NULL, 0, &status);
587 resultSz = uregex_group(re, 0, buf, 5, &status);
595 resultSz = uregex_group(re, 0, buf, (int32_t)strlen("abc interior def"), &status);
619 TEST_ASSERT(uregex_group(re, 0, resultString, sizeof(resultString)/2, &status) == 3)
    [all...]
  /external/chromium/third_party/icu/public/i18n/unicode/
uregex.h 346 * <code>uregex_group()</code> will provide more information regarding the match.
365 * <code>uregex_group()</code> will provide more information regarding the match.
405 uregex_group(URegularExpression *regexp,
452 * uregex_start(), uregex_end() and uregex_group() to return an error
    [all...]
  /external/icu4c/i18n/unicode/
uregex.h 488 * <code>uregex_group()</code> will provide more information regarding the match.
507 * <code>uregex_group()</code> will provide more information regarding the match.
547 uregex_group(URegularExpression *regexp,
617 * uregex_start(), uregex_end() and uregex_group() to return an error
    [all...]
  /external/icu4c/test/cintltst/
reapits.c 606 resultSz = uregex_group(re, 0, buf, sizeof(buf)/2, &status);
613 resultSz = uregex_group(re, 1, buf, sizeof(buf)/2, &status);
620 uregex_group(re, 2, buf, sizeof(buf)/2, &status);
625 resultSz = uregex_group(re, 0, NULL, 0, &status);
632 resultSz = uregex_group(re, 0, buf, 5, &status);
640 resultSz = uregex_group(re, 0, buf, (int32_t)strlen("abc interior def"), &status);
664 TEST_ASSERT(uregex_group(re, 0, resultString, sizeof(resultString)/2, &status) == 3)
    [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
urename.h 987 #define uregex_group macro
    [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
urename.h 987 #define uregex_group macro
    [all...]
  /external/webkit/WebCore/icu/unicode/
urename.h 987 #define uregex_group macro
    [all...]
  /external/webkit/WebKit/mac/icu/unicode/
urename.h 987 #define uregex_group macro
    [all...]
  /external/icu4c/common/unicode/
urename.h 1348 #define uregex_group macro
    [all...]
  /external/chromium/third_party/icu/public/common/unicode/
urename.h 1176 #define uregex_group macro
    [all...]

Completed in 444 milliseconds