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

  /external/chromium/third_party/icu/source/test/cintltst/
reapits.c 473 TEST_ASSERT(uregex_end(re, 0, &status) == 5);
479 TEST_ASSERT(uregex_end(re, 0, &status) == 13);
492 TEST_ASSERT(uregex_end(re, 0, &status) == 5);
498 TEST_ASSERT(uregex_end(re, 0, &status) == 8);
507 TEST_ASSERT(uregex_end(re, 0, &status) == 15);
628 TEST_ASSERT(uregex_end(re, 0, &status) == 6);
636 TEST_ASSERT(uregex_end(re, 0, &status) == 16);
655 TEST_ASSERT(uregex_end(re, 0, &status) == 6);
663 TEST_ASSERT(uregex_end(re, 0, &status) == 16);
672 TEST_ASSERT(uregex_end(re, 0, &status) == 4)
    [all...]
  /external/icu4c/test/cintltst/
reapits.c 518 TEST_ASSERT(uregex_end(re, 0, &status) == 5);
524 TEST_ASSERT(uregex_end(re, 0, &status) == 13);
537 TEST_ASSERT(uregex_end(re, 0, &status) == 5);
543 TEST_ASSERT(uregex_end(re, 0, &status) == 8);
552 TEST_ASSERT(uregex_end(re, 0, &status) == 15);
673 TEST_ASSERT(uregex_end(re, 0, &status) == 6);
681 TEST_ASSERT(uregex_end(re, 0, &status) == 16);
700 TEST_ASSERT(uregex_end(re, 0, &status) == 6);
708 TEST_ASSERT(uregex_end(re, 0, &status) == 16);
717 TEST_ASSERT(uregex_end(re, 0, &status) == 4)
    [all...]
  /external/chromium/third_party/icu/source/i18n/
uspoof_buildwsconf.cpp 184 input, uregex_start(parseRegexp, 2, &status), uregex_end(parseRegexp, 2, &status), status);
188 input, uregex_start(parseRegexp, 3, &status), uregex_end(parseRegexp, 3, &status), status);
uspoof_buildconf.cpp 270 uregex_end(fParseLine, 1, &status), status);
273 int32_t mapStringLength = uregex_end(fParseLine, 2, &status) - mapStringStart;
283 uregex_end(fParseHexNum, 1, &status), status);
uregex.cpp 463 // uregex_end
467 uregex_end(URegularExpression *regexp, function
    [all...]
  /external/icu4c/i18n/
uspoof_wsconf.cpp 184 input, uregex_start(parseRegexp, 2, &status), uregex_end(parseRegexp, 2, &status), status);
188 input, uregex_start(parseRegexp, 3, &status), uregex_end(parseRegexp, 3, &status), status);
uspoof_conf.cpp 270 uregex_end(fParseLine, 1, &status), status);
273 int32_t mapStringLength = uregex_end(fParseLine, 2, &status) - mapStringStart;
283 uregex_end(fParseHexNum, 1, &status), status);
uregex.cpp 736 // uregex_end
740 uregex_end(URegularExpression *regexp2, function
    [all...]
  /external/chromium/third_party/icu/public/i18n/unicode/
uregex.h 345 * If a match is found, <code>uregex_start(), uregex_end()</code>, and
364 * previous match. If a match is found, <code>uregex_start(), uregex_end()</code>, and
445 uregex_end(URegularExpression *regexp,
452 * uregex_start(), uregex_end() and uregex_group() to return an error
    [all...]
  /external/icu4c/i18n/unicode/
uregex.h 487 * If a match is found, <code>uregex_start(), uregex_end()</code>, and
506 * previous match. If a match is found, <code>uregex_start(), uregex_end()</code>, and
610 uregex_end(URegularExpression *regexp,
617 * uregex_start(), uregex_end() and uregex_group() to return an error
    [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
urename.h 982 #define uregex_end macro
    [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
urename.h 982 #define uregex_end macro
    [all...]
  /external/webkit/WebCore/icu/unicode/
urename.h 982 #define uregex_end macro
    [all...]
  /external/webkit/WebKit/mac/icu/unicode/
urename.h 982 #define uregex_end macro
    [all...]
  /external/icu4c/common/unicode/
urename.h 1339 #define uregex_end macro
    [all...]
  /external/chromium/third_party/icu/public/common/unicode/
urename.h 1168 #define uregex_end macro
    [all...]

Completed in 3127 milliseconds