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

  /external/chromium_org/third_party/icu/source/i18n/unicode/
uregex.h 543 * <code>uregex_group()</code> will provide more information regarding the match.
568 * <code>uregex_group()</code> will provide more information regarding the match.
587 * <code>uregex_group()</code> will provide more information regarding the match.
627 uregex_group(URegularExpression *regexp,
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
uregex.h 543 * <code>uregex_group()</code> will provide more information regarding the match.
568 * <code>uregex_group()</code> will provide more information regarding the match.
587 * <code>uregex_group()</code> will provide more information regarding the match.
627 uregex_group(URegularExpression *regexp,
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
reapits.c 637 resultSz = uregex_group(re, 0, buf, sizeof(buf)/2, &status);
644 resultSz = uregex_group(re, 1, buf, sizeof(buf)/2, &status);
651 uregex_group(re, 2, buf, sizeof(buf)/2, &status);
656 resultSz = uregex_group(re, 0, NULL, 0, &status);
663 resultSz = uregex_group(re, 0, buf, 5, &status);
671 resultSz = uregex_group(re, 0, buf, (int32_t)strlen("abc interior def"), &status);
695 TEST_ASSERT(uregex_group(re, 0, resultString, sizeof(resultString)/2, &status) == 3)
    [all...]
  /external/icu/icu4c/source/test/cintltst/
reapits.c 637 resultSz = uregex_group(re, 0, buf, sizeof(buf)/2, &status);
644 resultSz = uregex_group(re, 1, buf, sizeof(buf)/2, &status);
651 uregex_group(re, 2, buf, sizeof(buf)/2, &status);
656 resultSz = uregex_group(re, 0, NULL, 0, &status);
663 resultSz = uregex_group(re, 0, buf, 5, &status);
671 resultSz = uregex_group(re, 0, buf, (int32_t)strlen("abc interior def"), &status);
695 TEST_ASSERT(uregex_group(re, 0, resultString, sizeof(resultString)/2, &status) == 3)
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
uspoof_wsconf.cpp 81 int32_t len = uregex_group(e, group, ubuf, 50, &status);
uregex.cpp 630 // uregex_group
634 uregex_group(URegularExpression *regexp2, function
    [all...]
  /external/icu/icu4c/source/i18n/
uspoof_wsconf.cpp 81 int32_t len = uregex_group(e, group, ubuf, 50, &status);
uregex.cpp 630 // uregex_group
634 uregex_group(URegularExpression *regexp2, function
    [all...]
  /external/icu/icu4c/source/common/unicode/
urename.h 1352 #define uregex_group macro
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h 1431 #define uregex_group macro
    [all...]
  /external/icu/icu4c/source/test/intltest/
regextst.cpp     [all...]

Completed in 216 milliseconds