/external/chromium_org/third_party/icu/source/i18n/ |
rbt_rule.cpp | 111 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) {
|
rbt_rule.h | 136 ANCHOR_START = 1,
|
rbt_pars.cpp | 61 #define ANCHOR_START ((UChar)0x005E) /*^*/ 510 case ANCHOR_START: [all...] |
/external/icu/icu4c/source/i18n/ |
rbt_rule.cpp | 111 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) {
|
rbt_rule.h | 136 ANCHOR_START = 1,
|
rbt_pars.cpp | 61 #define ANCHOR_START ((UChar)0x005E) /*^*/ 510 case ANCHOR_START: [all...] |
/external/chromium_org/third_party/re2/re2/ |
re2.cc | 329 if (re.DoMatch(*input, ANCHOR_START, &consumed, args, n)) { 579 if (prog_->anchor_start() && startpos != 0) 584 if (prog_->anchor_start() && prog_->anchor_end()) 586 else if (prog_->anchor_start() && re_anchor != ANCHOR_BOTH) 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: [all...] |
re2.h | 431 ANCHOR_START, // Anchor at start only [all...] |
/external/chromium_org/third_party/re2/re2/testing/ |
tester.cc | 387 re_anchor = RE2::ANCHOR_START; 417 pcre_anchor = PCRE::ANCHOR_START;
|
/external/chromium_org/extensions/browser/api/web_request/ |
form_data_parser.cc | 435 return pattern.Match(input, 0, input.size(), RE2::ANCHOR_START, NULL, 0);
|
/external/chromium_org/third_party/re2/util/ |
pcre.h | 453 ANCHOR_START, // Anchor at start only
|
pcre.cc | 116 // 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, [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
com.ibm.icu_4.2.1.v20100412.jar | |