Searched refs:ANCHOR_START (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Drbt_rule.cpp110 flags |= ANCHOR_START;
209 return anteContextLength + ((flags & ANCHOR_START) ? 1 : 0);
306 (!(flags & ANCHOR_START) && !(flags & ANCHOR_END)) ||
307 ((r2.flags & ANCHOR_START) && (r2.flags & ANCHOR_END));
402 if (((flags & ANCHOR_START) != 0) && oText != anteLimit) {
480 if ((flags & ANCHOR_START) != 0) {
H A Drbt_rule.h136 ANCHOR_START = 1, enumerator in enum:TransliterationRule::__anon10959
H A Drbt_pars.cpp59 #define ANCHOR_START ((UChar)0x005E) /*^*/ macro
504 case ANCHOR_START:
/external/icu4c/i18n/
H A Drbt_rule.cpp111 flags |= ANCHOR_START;
210 return anteContextLength + ((flags & ANCHOR_START) ? 1 : 0);
307 (!(flags & ANCHOR_START) && !(flags & ANCHOR_END)) ||
308 ((r2.flags & ANCHOR_START) && (r2.flags & ANCHOR_END));
403 if (((flags & ANCHOR_START) != 0) && oText != anteLimit) {
481 if ((flags & ANCHOR_START) != 0) {
H A Drbt_rule.h136 ANCHOR_START = 1, enumerator in enum:TransliterationRule::__anon18286
H A Drbt_pars.cpp61 #define ANCHOR_START ((UChar)0x005E) /*^*/ macro
510 case ANCHOR_START:
/external/chromium_org/third_party/re2/re2/
H A Dre2.cc329 if (re.DoMatch(*input, ANCHOR_START, &consumed, args, n)) {
587 re_anchor = ANCHOR_START;
605 // If there is a required prefix, the anchor must be at least ANCHOR_START.
607 re_anchor = ANCHOR_START;
688 case ANCHOR_START:
H A Dre2.h431 ANCHOR_START, // Anchor at start only enumerator in enum:re2::RE2::Anchor
/external/regex-re2/re2/
H A Dre2.cc311 if (re.DoMatch(*input, ANCHOR_START, &consumed, args, n)) {
569 re_anchor = ANCHOR_START;
587 // If there is a required prefix, the anchor must be at least ANCHOR_START.
589 re_anchor = ANCHOR_START;
670 case ANCHOR_START:
H A Dre2.h431 ANCHOR_START, // Anchor at start only enumerator in enum:re2::RE2::Anchor
/external/chromium_org/third_party/re2/re2/testing/
H A Dtester.cc387 re_anchor = RE2::ANCHOR_START;
417 pcre_anchor = PCRE::ANCHOR_START;
/external/regex-re2/re2/testing/
H A Dtester.cc387 re_anchor = RE2::ANCHOR_START;
417 pcre_anchor = PCRE::ANCHOR_START;
/external/chromium_org/chrome/browser/extensions/api/web_request/
H A Dform_data_parser.cc439 return pattern.Match(input, 0, input.size(), RE2::ANCHOR_START, NULL, 0);
/external/chromium_org/third_party/re2/util/
H A Dpcre.h453 ANCHOR_START, // Anchor at start only enumerator in enum:re2::PCRE::Anchor
H A Dpcre.cc116 // ANCHOR_START Compile the original pattern, and use
273 if (pattern.DoMatchImpl(*input, ANCHOR_START, &consumed,
371 matches = pattern.TryMatch(*str, start, ANCHOR_START, false,
/external/regex-re2/util/
H A Dpcre.h447 ANCHOR_START, // Anchor at start only enumerator in enum:re2::PCRE::Anchor
H A Dpcre.cc111 // ANCHOR_START Compile the original pattern, and use
268 if (pattern.DoMatchImpl(*input, ANCHOR_START, &consumed,
366 matches = pattern.TryMatch(*str, start, ANCHOR_START, false,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 566 milliseconds