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

  /external/icu/android_icu4j/src/main/java/android/icu/text/
TransliterationRule.java 117 static final int ANCHOR_START = 1;
197 flags |= ANCHOR_START;
231 return anteContextLength + (((flags & ANCHOR_START) != 0) ? 1 : 0);
327 (!((flags & ANCHOR_START) != 0) && !((flags & ANCHOR_END) != 0)) ||
328 (((r2.flags & ANCHOR_START) != 0) && ((r2.flags & ANCHOR_END) != 0));
424 if (((flags & ANCHOR_START) != 0) && oText != anteLimit) {
506 if ((flags & ANCHOR_START) != 0) {
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
TransliterationRule.java 116 static final int ANCHOR_START = 1;
196 flags |= ANCHOR_START;
230 return anteContextLength + (((flags & ANCHOR_START) != 0) ? 1 : 0);
326 (!((flags & ANCHOR_START) != 0) && !((flags & ANCHOR_END) != 0)) ||
327 (((r2.flags & ANCHOR_START) != 0) && ((r2.flags & ANCHOR_END) != 0));
423 if (((flags & ANCHOR_START) != 0) && oText != anteLimit) {
505 if ((flags & ANCHOR_START) != 0) {
  /external/icu/icu4c/source/i18n/
rbt_rule.cpp 113 flags |= ANCHOR_START;
212 return anteContextLength + ((flags & ANCHOR_START) ? 1 : 0);
309 (!(flags & ANCHOR_START) && !(flags & ANCHOR_END)) ||
310 ((r2.flags & ANCHOR_START) && (r2.flags & ANCHOR_END));
405 if (((flags & ANCHOR_START) != 0) && oText != anteLimit) {
483 if ((flags & ANCHOR_START) != 0) {
rbt_rule.h 138 ANCHOR_START = 1,
rbt_pars.cpp 63 #define ANCHOR_START ((UChar)0x005E) /*^*/
512 case ANCHOR_START:
    [all...]
  /external/pcre/pcrecpp/
pcre_scanner.cc 125 return re.DoMatch(input_, RE::ANCHOR_START, &consumed, 0, 0);
pcrecpp.cc 121 // ANCHOR_START Compile the original pattern, and use
205 matches = TryMatch(*str, start, ANCHOR_START, false, match_data);
  /external/pcre/pcrecpp/include/
pcrecpp.h 584 if (DoMatchImpl(*input, ANCHOR_START, &consumed, args,
634 ANCHOR_START, // Anchor at start only
  /external/regex-re2/re2/
re2.cc 311 if (re.DoMatch(*input, ANCHOR_START, &consumed, args, n)) {
561 if (prog_->anchor_start() && startpos != 0)
566 if (prog_->anchor_start() && prog_->anchor_end())
568 else if (prog_->anchor_start() && re_anchor != ANCHOR_BOTH)
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:
    [all...]
re2.h 431 ANCHOR_START, // Anchor at start only
    [all...]
  /external/regex-re2/re2/testing/
tester.cc 387 re_anchor = RE2::ANCHOR_START;
417 pcre_anchor = PCRE::ANCHOR_START;
  /external/regex-re2/util/
pcre.h 447 ANCHOR_START, // Anchor at start only
pcre.cc 111 // 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,
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 216 milliseconds